mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Use vyos/1.1.8 in CI.
This commit is contained in:
parent
218987eac1
commit
887f227994
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ if [ -s /tmp/network.txt ]; then
|
||||||
echo "Running network integration tests for multiple platforms concurrently."
|
echo "Running network integration tests for multiple platforms concurrently."
|
||||||
|
|
||||||
platforms=(
|
platforms=(
|
||||||
--platform vyos/1.1.0
|
--platform vyos/1.1.8
|
||||||
--platform ios/csr1000v
|
--platform ios/csr1000v
|
||||||
)
|
)
|
||||||
else
|
else
|
||||||
|
@ -36,7 +36,7 @@ else
|
||||||
echo "Running network integration tests for a single platform only."
|
echo "Running network integration tests for a single platform only."
|
||||||
|
|
||||||
platforms=(
|
platforms=(
|
||||||
--platform vyos/1.1.0
|
--platform vyos/1.1.8
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue