From 64bcc921b9fe250df50a4c7b67dd45ab08d938bc Mon Sep 17 00:00:00 2001 From: David Moreau-Simard Date: Fri, 21 Oct 2016 11:58:31 -0400 Subject: [PATCH] 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 --- jenkins/jobs/ara.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/jenkins/jobs/ara.yaml b/jenkins/jobs/ara.yaml index aa8d6920a0..5d63596632 100644 --- a/jenkins/jobs/ara.yaml +++ b/jenkins/jobs/ara.yaml @@ -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