From f1cc83e3526dd0d30ac455b71d1d1a47e66d4318 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Wed, 17 Aug 2016 10:49:40 +0300 Subject: [PATCH] [Fuel] Swap over functest with yardstick The smoke tests (functest) should run before benchmarking ones (yardstick). Change-Id: Ida02491b728ab98b42c19bd98ab9105a6a24eb94 Signed-off-by: Michael Polenchuk --- jjb/fuel/fuel-ci-jobs.yml | 4 ++-- 1 file 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} -- 2.16.6