diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-07 09:08:27 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-07 09:21:27 +0200 |
commit | a4c2cca3a5a0bc6deecbb87f42259d3199bbf30a (patch) | |
tree | 6656e827f2b505b16466b7c1c854f8f4e9e7a305 /jjb/functest | |
parent | 208bf65dafab76b8e6d74e72d60853efc1d230c4 (diff) |
Run smoke in parallel back
It's no simple to get the best threads (test cases and tempest) values
and then guarantee Functest vs:
- test flapping
- backend limitations
As opposed to the OpenStack gates, Jenkins runs all test cases in
parallel which indirectly increases the number of threads.
The SUT has been improved regarding the workers (divided by 2).
The default value was too high due to the number of cpus.
Change-Id: I09be861b9ec369f36447ac9e9c09d14f2b7da1a8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest.ovn.yaml | 6 | ||||
-rw-r--r-- | jjb/functest/functest.yaml | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/jjb/functest/functest.ovn.yaml b/jjb/functest/functest.ovn.yaml index bc65fd106..76a8eb72e 100644 --- a/jjb/functest/functest.ovn.yaml +++ b/jjb/functest/functest.ovn.yaml @@ -531,7 +531,6 @@ <<: *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' @@ -572,7 +571,6 @@ <<: *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' @@ -867,7 +865,6 @@ <<: *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 @@ -907,7 +904,6 @@ <<: *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 @@ -1085,7 +1081,6 @@ <<: *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 @@ -1125,7 +1120,6 @@ <<: *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 514c1c3b0..8d7e7d772 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -541,7 +541,6 @@ <<: *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 @@ -581,7 +580,6 @@ <<: *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 @@ -871,7 +869,6 @@ <<: *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 @@ -911,7 +908,6 @@ <<: *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 @@ -1089,7 +1085,6 @@ <<: *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 @@ -1129,7 +1124,6 @@ <<: *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 |