diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-08-17 10:49:40 +0300 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-08-17 10:55:11 +0300 |
commit | f1cc83e3526dd0d30ac455b71d1d1a47e66d4318 (patch) | |
tree | 39f2e215b2e1342fbf14823a5b444577e8b3c6de /jjb/fuel | |
parent | 7b1f258c63b98ea17fa7b9b7559b94fe0b9cafcb (diff) |
[Fuel] Swap over functest with yardstick
The smoke tests (functest) should run before
benchmarking ones (yardstick).
Change-Id: Ida02491b728ab98b42c19bd98ab9105a6a24eb94
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'jjb/fuel')
-rw-r--r-- | jjb/fuel/fuel-ci-jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/fuel/fuel-ci-jobs.yml b/jjb/fuel/fuel-ci-jobs.yml index 8648d23a2..53155cc90 100644 --- a/jjb/fuel/fuel-ci-jobs.yml +++ b/jjb/fuel/fuel-ci-jobs.yml @@ -137,7 +137,7 @@ same-node: true block: true - trigger-builds: - - project: 'yardstick-fuel-{pod}-daily-{stream}' + - project: 'functest-fuel-{pod}-daily-{stream}' current-parameters: false predefined-parameters: DEPLOY_SCENARIO={scenario} @@ -148,7 +148,7 @@ failure-threshold: 'never' unstable-threshold: 'FAILURE' - trigger-builds: - - project: 'functest-fuel-{pod}-daily-{stream}' + - project: 'yardstick-fuel-{pod}-daily-{stream}' current-parameters: false predefined-parameters: DEPLOY_SCENARIO={scenario} |