diff options
-rw-r--r-- | jjb/functest/functest.ovn.yaml | 6 | ||||
-rw-r--r-- | jjb/functest/functest.yaml | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/jjb/functest/functest.ovn.yaml b/jjb/functest/functest.ovn.yaml index 3fde1346f..7a3e346cc 100644 --- a/jjb/functest/functest.ovn.yaml +++ b/jjb/functest/functest.ovn.yaml @@ -524,6 +524,7 @@ <<: *functest-ovn-jobs - multijob: name: opnfv/functest-smoke:{tag} + execution-type: SEQUENTIALLY condition: ALWAYS projects: - name: 'functest-ovn-opnfv-functest-smoke-{tag}-neutron-tempest-plugin-api-run' @@ -562,6 +563,7 @@ <<: *functest-ovn-jobs - multijob: name: opnfv/functest-smoke-cntt:{tag} + execution-type: SEQUENTIALLY condition: ALWAYS projects: - name: 'functest-ovn-opnfv-functest-smoke-cntt-{tag}-neutron-tempest-plugin-api-cntt-run' @@ -856,6 +858,7 @@ <<: *functest-ovn-jobs - multijob: name: opnfv/functest-smoke:{tag} + execution-type: SEQUENTIALLY projects: - name: 'functest-ovn-opnfv-functest-smoke-{tag}-neutron-tempest-plugin-api-run' <<: *functest-ovn-jobs @@ -893,6 +896,7 @@ <<: *functest-ovn-jobs - multijob: name: opnfv/functest-smoke-cntt:{tag} + execution-type: SEQUENTIALLY projects: - name: 'functest-ovn-opnfv-functest-smoke-cntt-{tag}-neutron-tempest-plugin-api-cntt-run' <<: *functest-ovn-jobs @@ -1070,6 +1074,7 @@ <<: *functest-ovn-jobs - multijob: name: opnfv/functest-smoke:{tag} + execution-type: SEQUENTIALLY projects: - name: 'functest-ovn-opnfv-functest-smoke-{tag}-neutron-tempest-plugin-api-run' <<: *functest-ovn-jobs @@ -1107,6 +1112,7 @@ <<: *functest-ovn-jobs - multijob: name: opnfv/functest-smoke-cntt:{tag} + execution-type: SEQUENTIALLY projects: - name: 'functest-ovn-opnfv-functest-smoke-cntt-{tag}-neutron-tempest-plugin-api_cntt-run' <<: *functest-ovn-jobs diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 313221bff..ce7f99003 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -534,6 +534,7 @@ <<: *functest-jobs - multijob: name: opnfv/functest-smoke:{tag} + execution-type: SEQUENTIALLY projects: - name: 'functest-opnfv-functest-smoke-{tag}-neutron-tempest-plugin-api-run' <<: *functest-jobs @@ -571,6 +572,7 @@ <<: *functest-jobs - multijob: name: opnfv/functest-smoke-cntt:{tag} + execution-type: SEQUENTIALLY projects: - name: 'functest-opnfv-functest-smoke-cntt-{tag}-neutron-tempest-plugin-api-cntt-run' <<: *functest-jobs @@ -860,6 +862,7 @@ <<: *functest-jobs - multijob: name: opnfv/functest-smoke:{tag} + execution-type: SEQUENTIALLY projects: - name: 'functest-opnfv-functest-smoke-{tag}-neutron-tempest-plugin-api-run' <<: *functest-jobs @@ -897,6 +900,7 @@ <<: *functest-jobs - multijob: name: opnfv/functest-smoke-cntt:{tag} + execution-type: SEQUENTIALLY projects: - name: 'functest-opnfv-functest-smoke-cntt-{tag}-neutron-tempest-plugin-api-cntt-run' <<: *functest-jobs @@ -1074,6 +1078,7 @@ <<: *functest-jobs - multijob: name: opnfv/functest-smoke:{tag} + execution-type: SEQUENTIALLY projects: - name: 'functest-opnfv-functest-smoke-{tag}-neutron-tempest-plugin-api-run' <<: *functest-jobs @@ -1111,6 +1116,7 @@ <<: *functest-jobs - multijob: name: opnfv/functest-smoke-cntt:{tag} + execution-type: SEQUENTIALLY projects: - name: 'functest-opnfv-functest-smoke-cntt-{tag}-neutron-tempest-plugin-api-cntt-run' <<: *functest-jobs |