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
1 changed files with 1 additions and 5 deletions

View File

@ -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
./run_tests.sh ansible=={ansible_version}
wrappers:
- build-timeout:
timeout: 20