diff options
author | 2019-05-06 11:50:49 +0000 | |
---|---|---|
committer | 2019-05-06 11:50:49 +0000 | |
commit | a15c6cb8fc93125d025a462c40b9961bb969e9ec (patch) | |
tree | 8fcb9c3486dec856acd57db7b823d914ea0a7e75 /jjb/auto | |
parent | fd41ec1fc9a0a0ca1e411e35c87135d803c6ef41 (diff) | |
parent | 412cc2526ce1b8a4206e0355fc31792796ed4f5d (diff) |
Merge "[armband] Cleanup Fraser jobs, sync with Fuel"
Diffstat (limited to 'jjb/auto')
-rw-r--r-- | jjb/auto/auto.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
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 |