diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-02 11:00:03 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-02 11:00:03 +0200 |
commit | 64043bd7e6338304f12966c1736e4b9d1cfe4907 (patch) | |
tree | 60126435a6d68a3065711b31484aefd05e51d4f0 | |
parent | f0c5bb687077f7bca080a7fa07682962dd1529f1 (diff) |
Stop OVN daily job when first failure
OVN successfully passed IaaS verification and CNTT RC Compliance.
Change-Id: I9aee27d63e03bdb6ce45372bb7b441258bb14d77
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | jjb/functest/functest.ovn.yaml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/jjb/functest/functest.ovn.yaml b/jjb/functest/functest.ovn.yaml index 37f8a41d0..163091d16 100644 --- a/jjb/functest/functest.ovn.yaml +++ b/jjb/functest/functest.ovn.yaml @@ -527,7 +527,6 @@ <<: *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 @@ -557,7 +556,6 @@ <<: *functest-ovn-jobs - multijob: name: opnfv/functest-smoke:{tag} - condition: ALWAYS projects: - name: 'functest-ovn-opnfv-functest-smoke-{tag}-tempest_neutron-run' <<: *functest-ovn-jobs @@ -599,7 +597,6 @@ <<: *functest-ovn-jobs - multijob: name: opnfv/functest-smoke-cntt:{tag} - condition: ALWAYS projects: - name: 'functest-ovn-opnfv-functest-smoke-cntt-{tag}-tempest_neutron_cntt-run' <<: *functest-ovn-jobs @@ -619,7 +616,6 @@ <<: *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 @@ -631,7 +627,6 @@ <<: *functest-ovn-jobs - multijob: name: opnfv/functest-benchmarking-cntt:{tag} - condition: ALWAYS projects: - name: 'functest-ovn-opnfv-functest-benchmarking-cntt-{tag}-rally_full_cntt-run' <<: *functest-ovn-jobs @@ -639,7 +634,6 @@ <<: *functest-ovn-jobs - multijob: name: opnfv/functest-vnf:{tag} - condition: ALWAYS execution-type: SEQUENTIALLY projects: - name: 'functest-ovn-opnfv-functest-vnf-{tag}-cloudify-run' @@ -654,7 +648,6 @@ <<: *functest-ovn-jobs - multijob: name: dump all campaign data - condition: ALWAYS projects: - name: 'functest-ovn-{tag}-zip' <<: *functest-ovn-jobs |