Convert windmill jobs to bindep
Change-Id: I6c8d6bdcfe904e767c01c5ee5254cf376c169b01 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
7334ceb347
commit
0e7f251f12
@ -18,12 +18,13 @@
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-windmill-{scenario}-{ostype}{job-suffix}'
|
||||
node: 'devstack-{ostype}'
|
||||
node: '{ostype}'
|
||||
|
||||
builders:
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- windmill-checkout
|
||||
- install-distro-packages
|
||||
- shell: |
|
||||
# Allow Jenkins user to ssh into localhost
|
||||
ssh-keygen -f ~/.ssh/id_rsa -N ""
|
||||
@ -42,16 +43,16 @@
|
||||
- '{pipeline}-windmill-{scenario}-{ostype}{job-suffix}':
|
||||
job-suffix: '-nv'
|
||||
ostype:
|
||||
- centos7
|
||||
- trusty
|
||||
- devstack-centos7
|
||||
- ubuntu-trusty
|
||||
pipeline: gate
|
||||
scenario:
|
||||
- deploy
|
||||
- '{pipeline}-windmill-{scenario}-{ostype}{job-suffix}':
|
||||
job-suffix: ''
|
||||
ostype:
|
||||
- centos7
|
||||
- trusty
|
||||
- devstack-centos7
|
||||
- ubuntu-trusty
|
||||
pipeline: gate
|
||||
scenario:
|
||||
- deploy
|
||||
|
@ -730,23 +730,23 @@ project-templates:
|
||||
|
||||
- name: windmill-jobs-centos7
|
||||
check:
|
||||
- 'gate-windmill-deploy-centos7'
|
||||
- 'gate-windmill-deploy-devstack-centos7'
|
||||
gate:
|
||||
- 'gate-windmill-deploy-centos7'
|
||||
- 'gate-windmill-deploy-devstack-centos7'
|
||||
|
||||
- name: windmill-jobs-centos7-nv
|
||||
check:
|
||||
- 'gate-windmill-deploy-centos7-nv'
|
||||
- 'gate-windmill-deploy-devstack-centos7-nv'
|
||||
|
||||
- name: windmill-jobs-trusty
|
||||
check:
|
||||
- 'gate-windmill-deploy-trusty'
|
||||
- 'gate-windmill-deploy-ubuntu-trusty'
|
||||
gate:
|
||||
- 'gate-windmill-deploy-trusty'
|
||||
- 'gate-windmill-deploy-ubuntu-trusty'
|
||||
|
||||
- name: windmill-jobs-trusty-nv
|
||||
check:
|
||||
- 'gate-windmill-deploy-trusty-nv'
|
||||
- 'gate-windmill-deploy-ubuntu-trusty-nv'
|
||||
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user