diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-09-20 04:27:14 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-09-20 04:29:55 +0200 |
commit | 1ca5a4aff9af232728a6632e2e5a90129cd5c027 (patch) | |
tree | 6b7dfd22179702ea310ef29154dd0809df8e5675 /jjb/airship | |
parent | c794dbf460eb6e27099b9b5097def4d0a1c737fd (diff) |
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/airship')
-rw-r--r-- | jjb/airship/airship.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |