mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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."
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue