From: Cédric Ollivier Date: Fri, 20 Sep 2019 02:27:14 +0000 (+0200) Subject: Add conditions to all multijobs steps X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=1ca5a4aff9af232728a6632e2e5a90129cd5c027 Add conditions to all multijobs steps It allows running all the testcases even if tempest-smoke fails [1]. It should stop after healthcheck if it conforms with Functest and OPNFV rules (Release management). [1] http://artifacts.opnfv.org/airship/airship-opnfv-functest-healthcheck-hunter-tempest_smoke-run-2/results/tempest_smoke/tempest-report.html Change-Id: Iede70b249a7039274723fbe88adee9cfa342db1f Signed-off-by: Cédric Ollivier --- diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index ef0b3954f..d577b20b9 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -316,6 +316,7 @@ <<: *airship-jobs - multijob: name: opnfv/functest-healthcheck:{tag} + condition: ALWAYS projects: - name: 'airship-opnfv-functest-healthcheck-{tag}-connection_check-run' <<: *airship-jobs @@ -343,6 +344,7 @@ <<: *airship-jobs - multijob: name: opnfv/functest-smoke:{tag} + condition: ALWAYS projects: - name: 'airship-opnfv-functest-smoke-{tag}-neutron-tempest-plugin-api-run' <<: *airship-jobs @@ -366,6 +368,7 @@ <<: *airship-jobs - multijob: name: opnfv/functest-benchmarking:{tag} + condition: ALWAYS projects: - name: 'airship-opnfv-functest-benchmarking-{tag}-rally_full-run' <<: *airship-jobs @@ -377,6 +380,7 @@ <<: *airship-jobs - multijob: name: opnfv/functest-vnf:{tag} + condition: ALWAYS execution-type: SEQUENTIALLY projects: - name: 'airship-opnfv-functest-vnf-{tag}-cloudify-run' @@ -391,6 +395,7 @@ <<: *airship-jobs - multijob: name: opnfv/functest-features:{tag} + condition: ALWAYS projects: - name: 'airship-opnfv-functest-features-{tag}-doctor-notification-run' <<: *airship-jobs