diff options
author | 2020-02-28 12:45:52 +0100 | |
---|---|---|
committer | 2020-02-28 12:45:52 +0100 | |
commit | 9c1e0a7e7e635218d3b71521d1cfadc9ea037ca5 (patch) | |
tree | 598617bb9e39419f5eb7b6fb58b6a22d49b9bc72 /jjb/functest | |
parent | 7c062f10fd226e9046f8011a7e200442b6c2a9be (diff) |
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest.ovn.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |