From 887f22799489c32337adceba82f4b37def94b34a Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 22 Nov 2017 09:08:31 -0800 Subject: [PATCH] Use vyos/1.1.8 in CI. --- test/utils/shippable/network.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/utils/shippable/network.sh b/test/utils/shippable/network.sh index 8ae99b06425..540396e45db 100755 --- a/test/utils/shippable/network.sh +++ b/test/utils/shippable/network.sh @@ -28,7 +28,7 @@ if [ -s /tmp/network.txt ]; then echo "Running network integration tests for multiple platforms concurrently." platforms=( - --platform vyos/1.1.0 + --platform vyos/1.1.8 --platform ios/csr1000v ) else @@ -36,7 +36,7 @@ else echo "Running network integration tests for a single platform only." platforms=( - --platform vyos/1.1.0 + --platform vyos/1.1.8 ) fi