From 412cc2526ce1b8a4206e0355fc31792796ed4f5d Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 3 May 2019 17:05:54 +0200 Subject: [armband] Cleanup Fraser jobs, sync with Fuel - retire Fraser stream; - sync Dovetail jobs with Fuel jobs; - retire virtual deployments (haven't been used in a long time, for manual testing, Fuel generic jobs can be triggered on ARM virtual pods if needed); - s/gambia/hunter/g, but keep them disabled for now; - use Fuel's job templates in Armband definitions; - prepare for merging the Armband jobs with Fuel jobs; Change-Id: I0b0a3106248603e510cd6e9646da267777ddc572 Signed-off-by: Alexandru Avadanii --- jjb/auto/auto.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'jjb/auto/auto.yaml') diff --git a/jjb/auto/auto.yaml b/jjb/auto/auto.yaml index 84bb6141c..3b47c47ee 100644 --- a/jjb/auto/auto.yaml +++ b/jjb/auto/auto.yaml @@ -43,8 +43,8 @@ auto-trigger-name: 'fuel-{scenario}-{pod}-{stream}-trigger' jobs: - - '{installer}-{scenario}-{pod}-auto-daily-{stream}' - - '{installer}-deploy-{pod}-daily-{stream}' + - 'fuel-{scenario}-{pod}-auto-daily-{stream}' + - 'fuel-deploy-{pod}-daily-{stream}' - 'auto-daily-{stream}' - 'auto-verify-{stream}' - 'auto-merge-{stream}' @@ -53,7 +53,7 @@ # job templates ######################## - job-template: - name: '{installer}-{scenario}-{pod}-auto-daily-{stream}' + name: 'fuel-{scenario}-{pod}-auto-daily-{stream}' disabled: '{obj:disabled}' @@ -69,7 +69,7 @@ - build-blocker: use-build-blocker: true blocking-jobs: - - '{installer}-os-.*?-{pod}-auto-daily-.*' + - 'fuel-os-.*?-{pod}-auto-daily-.*' blocking-level: 'NODE' wrappers: @@ -93,7 +93,7 @@ builders: - trigger-builds: - - project: '{installer}-deploy-{pod}-daily-{stream}' + - project: 'fuel-deploy-{pod}-daily-{stream}' current-parameters: false predefined-parameters: | DEPLOY_SCENARIO=os-nosdn-nofeature-ha -- cgit