From: Cédric Ollivier Date: Sun, 22 Sep 2019 13:56:25 +0000 (+0200) Subject: Stop after the first failures in Airship gates X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=16ee0f28ee0ad12b3f074bc09076a3ecf6e52844;ds=sidebyside Stop after the first failures in Airship gates As opposed to daily jobs which have to run all testcases to print the overall status, gates can exit after the first test in failure (and then vote -1). Change-Id: I52c281434e0a4b90cbce49eb253938d19c6efb72 Signed-off-by: Cédric Ollivier --- diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index 3112e94f2..9e88ed641 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -486,7 +486,6 @@ <<: *airship-jobs - multijob: name: opnfv/functest-healthcheck:{functest_tag} - condition: ALWAYS projects: - name: 'airship-opnfv-functest-healthcheck-{tag}-connection_check-run' <<: *airship-jobs @@ -512,7 +511,6 @@ <<: *airship-jobs - multijob: name: opnfv/functest-smoke:{functest_tag} - condition: ALWAYS projects: - name: 'airship-opnfv-functest-smoke-{tag}-tempest_scenario-run' <<: *airship-jobs @@ -526,7 +524,6 @@ <<: *airship-jobs - multijob: name: opnfv/functest-benchmarking:{functest_tag} - condition: ALWAYS projects: - name: 'airship-opnfv-functest-benchmarking-{tag}-vmtp-run' <<: *airship-jobs