diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-26 10:10:46 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-03-26 10:12:01 +0100 |
commit | 72dc6fee623fdf32fa8f5ebbcae02f6cb9a4b088 (patch) | |
tree | 755f80052dadfbdf19b0d47a8924157fb7db9d3e /jjb | |
parent | 25a313f538e5fb1fcd8a3203c75d744ef07f074d (diff) |
Revert "Run vnfs in parallel in gates"
Our AIO doesn't have enough resources to run all VNFs in parallel [1].
[1] https://build.opnfv.org/ci/job/functest-opnfv-functest-vnf-latest-heat_ims-run/98/console
This reverts commit 2fed59b78a0ccf62364a6af8722c194a0160375f.
Change-Id: Ibf7cd31460bb8d1fb3e560694829a913e1cec1c0
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 49513521e..29fd156a1 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -404,6 +404,7 @@ <<: *functest-jobs - multijob: name: opnfv/functest-vnf:{tag} + execution-type: SEQUENTIALLY projects: - name: 'functest-opnfv-functest-vnf-{tag}-cloudify-run' <<: *functest-jobs @@ -666,6 +667,7 @@ <<: *functest-jobs - multijob: name: opnfv/functest-vnf:{tag} + execution-type: SEQUENTIALLY projects: - name: 'functest-opnfv-functest-vnf-{tag}-cloudify-run' <<: *functest-jobs @@ -838,6 +840,7 @@ <<: *functest-jobs - multijob: name: opnfv/functest-vnf:{tag} + execution-type: SEQUENTIALLY projects: - name: 'functest-opnfv-functest-vnf-{tag}-cloudify-run' <<: *functest-jobs |