From: Alexandru Avadanii Date: Mon, 2 Oct 2017 23:53:14 +0000 (+0200) Subject: fuel, armband: Hard set dovetail stream to master X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c117979ad91107ce14e3e38fc50ffb54fbab18d5;p=releng.git fuel, armband: Hard set dovetail stream to master Fuel and Armband Euphrates jobs are always marked as failed, even when at least one sub-job passes, due to missing Dovetail job for that respective stream. Change-Id: Ibcdde75d70111e82f8498114deabaf7808cc6d74 Signed-off-by: Alexandru Avadanii --- diff --git a/jjb/armband/armband-ci-jobs.yml b/jjb/armband/armband-ci-jobs.yml index 4c2656067..0154c7a71 100644 --- a/jjb/armband/armband-ci-jobs.yml +++ b/jjb/armband/armband-ci-jobs.yml @@ -148,7 +148,7 @@ label: '{scenario}' steps: - trigger-builds: - - project: 'dovetail-{installer}-{pod}-proposed_tests-{stream}' + - project: 'dovetail-{installer}-{pod}-proposed_tests-master' current-parameters: false predefined-parameters: DEPLOY_SCENARIO={scenario} diff --git a/jjb/fuel/fuel-daily-jobs.yml b/jjb/fuel/fuel-daily-jobs.yml index 3ca6d05d9..323cf7464 100644 --- a/jjb/fuel/fuel-daily-jobs.yml +++ b/jjb/fuel/fuel-daily-jobs.yml @@ -204,7 +204,7 @@ label: '{scenario}' steps: - trigger-builds: - - project: 'dovetail-fuel-{pod}-proposed_tests-{stream}' + - project: 'dovetail-fuel-{pod}-proposed_tests-master' current-parameters: false predefined-parameters: DEPLOY_SCENARIO={scenario}