Rename loci and golang jobs
gate-{name} will not work for migration, and while gate-{name}-fmt and gate-{name}-unit technicall will, they're not great options. Rename these to that they'll migrate better. Change-Id: Ice90c30c80ce5904847bfeffcf03e52c5ad1def5
This commit is contained in:
parent
f2742d0149
commit
68121995dc
@ -1,5 +1,5 @@
|
||||
- job-template:
|
||||
name: 'gate-{name}-fmt-{node}'
|
||||
name: 'gate-{name}-golang-fmt-{node}'
|
||||
node: '{node}'
|
||||
|
||||
builders:
|
||||
@ -18,7 +18,7 @@
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: 'gate-{name}-unit-{node}'
|
||||
name: 'gate-{name}-golang-unit-{node}'
|
||||
node: '{node}'
|
||||
|
||||
builders:
|
||||
@ -115,5 +115,5 @@
|
||||
name: golang-jobs
|
||||
node: ubuntu-xenial
|
||||
jobs:
|
||||
- 'gate-{name}-fmt-{node}'
|
||||
- 'gate-{name}-unit-{node}'
|
||||
- 'gate-{name}-golang-fmt-{node}'
|
||||
- 'gate-{name}-golang-unit-{node}'
|
||||
|
@ -7,7 +7,7 @@
|
||||
git://git.openstack.org openstack/loci
|
||||
|
||||
- job-template:
|
||||
name: 'gate-loci-{shortname}-{node}'
|
||||
name: 'gate-{name}-loci-{node}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
@ -57,4 +57,4 @@
|
||||
name: loci-jobs
|
||||
node: ubuntu-xenial
|
||||
jobs:
|
||||
- 'gate-loci-{shortname}-{node}'
|
||||
- 'gate-{name}-loci-{node}'
|
||||
|
@ -351,17 +351,17 @@ project-templates:
|
||||
|
||||
- name: golang-jobs
|
||||
check:
|
||||
- 'gate-{name}-fmt-ubuntu-xenial'
|
||||
- 'gate-{name}-unit-ubuntu-xenial'
|
||||
- 'gate-{name}-golang-fmt-ubuntu-xenial'
|
||||
- 'gate-{name}-golang-unit-ubuntu-xenial'
|
||||
gate:
|
||||
- 'gate-{name}-fmt-ubuntu-xenial'
|
||||
- 'gate-{name}-unit-ubuntu-xenial'
|
||||
- 'gate-{name}-golang-fmt-ubuntu-xenial'
|
||||
- 'gate-{name}-golang-unit-ubuntu-xenial'
|
||||
|
||||
- name: loci-jobs
|
||||
check:
|
||||
- 'gate-{name}-ubuntu-xenial'
|
||||
- 'gate-{name}-loci-ubuntu-xenial'
|
||||
gate:
|
||||
- 'gate-{name}-ubuntu-xenial'
|
||||
- 'gate-{name}-loci-ubuntu-xenial'
|
||||
|
||||
- name: python-jobs
|
||||
check:
|
||||
|
Loading…
Reference in New Issue
Block a user