Add periodic job to publishimages for windmill
Now that our experimental job is working, we can publish images. I'll remove our experimental job in a follow up patch. Change-Id: Ia856738112db841a918c20cea4adf3ea1e3391f4 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
84b077943b
commit
5befdc1b74
@ -45,6 +45,24 @@
|
||||
- build-timeout:
|
||||
timeout: 60
|
||||
|
||||
publishers:
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: 'windmill-publishimages-{ostype}{suffix}'
|
||||
node: '{ostype}'
|
||||
|
||||
builders:
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- windmill-checkout
|
||||
- run-tox:
|
||||
envlist: 'publish-images'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 60
|
||||
|
||||
publishers:
|
||||
- scp:
|
||||
site: 'tarballs.openstack.org'
|
||||
@ -77,3 +95,6 @@
|
||||
- 'windmill-buildimages-{ostype}{suffix}':
|
||||
suffix: ''
|
||||
ostype: ubuntu-trusty
|
||||
- 'windmill-publishimages-{ostype}{suffix}':
|
||||
suffix: ''
|
||||
ostype: ubuntu-trusty
|
||||
|
@ -17665,6 +17665,8 @@ projects:
|
||||
- name: windmill-jobs-xenial
|
||||
experimental:
|
||||
- windmill-buildimages-ubuntu-trusty
|
||||
periodic:
|
||||
- windmill-publishimages-ubuntu-trusty
|
||||
|
||||
- name: openstack/workload-ref-archs
|
||||
template:
|
||||
|
Loading…
x
Reference in New Issue
Block a user