Merge "Add experimental windmill job to buildimages"

This commit is contained in:
Jenkins 2016-12-19 00:51:37 +00:00 committed by Gerrit Code Review
commit 617fdb1818
2 changed files with 24 additions and 0 deletions

View File

@ -30,6 +30,25 @@
publishers:
- console-log
- job-template:
name: 'windmill-buildimages-{ostype}{suffix}'
node: '{ostype}'
builders:
- print-template-name:
template-name: "{template-name}"
- windmill-checkout
- run-tox:
envlist: 'build-images'
publishers:
- scp:
site: 'tarballs.openstack.org'
files:
- source: 'images/*.tgz'
target: 'tarballs/windmill/images/'
- console-log
- job-group:
name: 'windmill-jobs'
jobs:
@ -51,3 +70,6 @@
pipeline: gate
scenario:
- deploy
- 'windmill-buildimages-{ostype}{suffix}':
suffix: ''
ostype: ubuntu-trusty

View File

@ -17886,6 +17886,8 @@ projects:
- name: windmill-jobs-fedora-24-nv
- name: windmill-jobs-trusty
- name: windmill-jobs-xenial
experimental:
- windmill-buildimages-ubuntu-trusty
- name: openstack/workload-ref-archs
template: