From a4c2cca3a5a0bc6deecbb87f42259d3199bbf30a Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 7 Apr 2020 09:08:27 +0200 Subject: Run smoke in parallel back MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- jjb/functest/functest.ovn.yaml | 6 ------ jjb/functest/functest.yaml | 6 ------ 2 files changed, 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 -- cgit 1.2.3-korg