From 9c1e0a7e7e635218d3b71521d1cfadc9ea037ca5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Fri, 28 Feb 2020 12:45:52 +0100 Subject: [PATCH] Don't stop on first failures MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- jjb/functest/functest.ovn.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.16.6