Remove the logic from how to run tests in gate
This will be handled in run_tests.sh instead for increased flexibility. Change-Id: I2b7394f02c01a9c51587ae513783f557f89b7883
This commit is contained in:
parent
7db8dff3fd
commit
64bcc921b9
@ -9,11 +9,7 @@
|
||||
- install-distro-packages
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
if [[ "${{ansible_version}}" == "latest" ]]; then
|
||||
./run_tests.sh
|
||||
else
|
||||
./run_tests.sh ansible=={ansible_version}
|
||||
fi
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 20
|
||||
|
Loading…
Reference in New Issue
Block a user