Change Bottlenecks Tests Sequence 61/56461/1
authorYang Yu <Gabriel.yuyang@huawei.com>
Wed, 25 Apr 2018 08:34:00 +0000 (16:34 +0800)
committerYang Yu <Gabriel.yuyang@huawei.com>
Wed, 25 Apr 2018 08:34:00 +0000 (16:34 +0800)
Bottlenecks ping test case could exhaust the system.
As a result, tests runned after this one probably get failed.
So this patch is to move this test at the bottom of tests list

Change-Id: Ief8af01c6dc7b6f5cb60e568d6239ee7901ad89c
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
jjb/compass4nfv/compass-ci-jobs.yml

index 5f82803..88fb026 100644 (file)
               label: '{scenario}'
           steps:
             - trigger-builds:
-                - project: 'bottlenecks-compass-posca_stress_ping-{pod}-daily-{stream}'
+                - project: 'bottlenecks-compass-posca_factor_multistack_storage_parallel-{pod}-daily-{stream}'
                   current-parameters: false
                   predefined-parameters:
                     DEPLOY_SCENARIO={scenario}
                     build-step-failure-threshold: 'never'
                     failure-threshold: 'never'
                     unstable-threshold: 'FAILURE'
-                - project: 'bottlenecks-compass-posca_factor_multistack_storage_parallel-{pod}-daily-{stream}'
+                - project: 'bottlenecks-compass-posca_factor_soak_throughputs-{pod}-daily-{stream}'
                   current-parameters: false
                   predefined-parameters:
                     DEPLOY_SCENARIO={scenario}
                     build-step-failure-threshold: 'never'
                     failure-threshold: 'never'
                     unstable-threshold: 'FAILURE'
-                - project: 'bottlenecks-compass-posca_factor_soak_throughputs-{pod}-daily-{stream}'
+                - project: 'bottlenecks-compass-posca_stress_ping-{pod}-daily-{stream}'
                   current-parameters: false
                   predefined-parameters:
                     DEPLOY_SCENARIO={scenario}