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:
David Moreau-Simard 2016-10-21 11:58:31 -04:00
parent 7db8dff3fd
commit 64bcc921b9

View File

@ -9,11 +9,7 @@
- install-distro-packages - install-distro-packages
- shell: | - shell: |
#!/bin/bash -xe #!/bin/bash -xe
if [[ "${{ansible_version}}" == "latest" ]]; then ./run_tests.sh ansible=={ansible_version}
./run_tests.sh
else
./run_tests.sh ansible=={ansible_version}
fi
wrappers: wrappers:
- build-timeout: - build-timeout:
timeout: 20 timeout: 20