diff options
author | 2019-02-13 21:17:05 +0100 | |
---|---|---|
committer | 2019-02-13 21:18:15 +0100 | |
commit | a3bd7f544347cdd2c4811768bb7232a4b299bbce (patch) | |
tree | d7340d38215e5c32ff95fee2ea3f19c0142e8041 /jjb | |
parent | 96eb8c1a25207f55634f4cf84edaaad6143342e6 (diff) |
Run vnfs sequentially in gates
We are facing with issues due to shared bandwidth and the number of
vms.
Change-Id: I84dc188db08455f01ac6a9046cd8fd95645853cb
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 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 |