diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2019-05-03 17:05:54 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2019-05-03 17:43:53 +0200 |
commit | 412cc2526ce1b8a4206e0355fc31792796ed4f5d (patch) | |
tree | 4c0e41c560052c9ffd30ead2de58c1aa304a1382 /jjb/auto | |
parent | cc1e598de780895d921e126f6032a6b36e5de250 (diff) |
[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 <Alexandru.Avadanii@enea.com>
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 |