From a3bd7f544347cdd2c4811768bb7232a4b299bbce Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 13 Feb 2019 21:17:05 +0100 Subject: Run vnfs sequentially in gates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We are facing with issues due to shared bandwidth and the number of vms. Change-Id: I84dc188db08455f01ac6a9046cd8fd95645853cb 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 8c7b9b3e1..a67051ae0 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -414,6 +414,7 @@ <<: *functest-jobs - multijob: name: opnfv/functest-vnf:{tag} + execution-type: SEQUENTIALLY projects: - name: 'functest-opnfv-functest-vnf-{tag}-cloudify-run' <<: *functest-jobs @@ -684,6 +685,7 @@ <<: *functest-jobs - multijob: name: opnfv/functest-vnf:{tag} + execution-type: SEQUENTIALLY projects: - name: 'functest-opnfv-functest-vnf-{tag}-cloudify-run' <<: *functest-jobs @@ -864,6 +866,7 @@ <<: *functest-jobs - multijob: name: opnfv/functest-vnf:{tag} + execution-type: SEQUENTIALLY projects: - name: 'functest-opnfv-functest-vnf-{tag}-cloudify-run' <<: *functest-jobs -- cgit 1.2.3-korg