From: Cédric Ollivier Date: Fri, 28 Feb 2020 11:45:52 +0000 (+0100) Subject: Don't stop on first failures X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9c1e0a7e7e635218d3b71521d1cfadc9ea037ca5;p=releng.git Don't stop on first failures Functest OVN SUT is not fully verified or CNTT compliant yet. It allows checking all testcases. Change-Id: I1e2efd4b9add81bbc777aee3a8a9989a7b8874bf Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/functest.ovn.yaml b/jjb/functest/functest.ovn.yaml index 1dd48fbd6..b3ae260df 100644 --- a/jjb/functest/functest.ovn.yaml +++ b/jjb/functest/functest.ovn.yaml @@ -466,6 +466,7 @@ <<: *functest-ovn-jobs - multijob: name: opnfv/functest-healthcheck:{tag} + condition: ALWAYS projects: - name: 'functest-ovn-opnfv-functest-healthcheck-{tag}-connection_check-run' <<: *functest-ovn-jobs @@ -495,6 +496,7 @@ <<: *functest-ovn-jobs - multijob: name: opnfv/functest-smoke:{tag} + condition: ALWAYS projects: - name: 'functest-ovn-opnfv-functest-smoke-{tag}-neutron-tempest-plugin-api-run' <<: *functest-ovn-jobs @@ -532,6 +534,7 @@ <<: *functest-ovn-jobs - multijob: name: opnfv/functest-smoke-cntt:{tag} + condition: ALWAYS projects: - name: 'functest-ovn-opnfv-functest-smoke-cntt-{tag}-neutron-tempest-plugin-api-run' <<: *functest-ovn-jobs @@ -549,6 +552,7 @@ <<: *functest-ovn-jobs - multijob: name: opnfv/functest-benchmarking:{tag} + condition: ALWAYS projects: - name: 'functest-ovn-opnfv-functest-benchmarking-{tag}-rally_full-run' <<: *functest-ovn-jobs @@ -560,6 +564,7 @@ <<: *functest-ovn-jobs - multijob: name: opnfv/functest-vnf:{tag} + condition: ALWAYS execution-type: SEQUENTIALLY projects: - name: 'functest-ovn-opnfv-functest-vnf-{tag}-cloudify-run' @@ -574,6 +579,7 @@ <<: *functest-ovn-jobs - multijob: name: dump all campaign data + condition: ALWAYS projects: - name: 'functest-ovn-{tag}-zip' <<: *functest-ovn-jobs