From 72dc6fee623fdf32fa8f5ebbcae02f6cb9a4b088 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 26 Mar 2019 10:10:46 +0100 Subject: Revert "Run vnfs in parallel in gates" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- jjb/functest/functest.yaml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit