f6e9df830f
We currently build a new copy of the ironic-python-agent CoreOS image post-commit. This adds the existing build process, without the upload, as a check and gate job. This should ensure the build process is not broken with any IPA commit. Change-Id: Ifc6e9f52bd28e27b06105238ce8e24cc302be6bc
36 lines
772 B
YAML
36 lines
772 B
YAML
- job:
|
|
name: 'gate-ironic-python-agent-buildimage-coreos'
|
|
node: 'bare-trusty'
|
|
|
|
builders:
|
|
- link-logs
|
|
- net-info
|
|
- gerrit-git-prep
|
|
- shell: |
|
|
imagebuild/coreos/full_trusty_build.sh
|
|
|
|
publishers:
|
|
- console-log
|
|
|
|
- job:
|
|
name: 'ironic-python-agent-buildimage-coreos'
|
|
node: 'bare-trusty'
|
|
|
|
builders:
|
|
- link-logs
|
|
- net-info
|
|
- gerrit-git-prep
|
|
- shell: |
|
|
imagebuild/coreos/full_trusty_build.sh
|
|
|
|
|
|
publishers:
|
|
- scp:
|
|
site: 'tarballs.openstack.org'
|
|
files:
|
|
- source: 'ipa-coreos.tar.gz'
|
|
target: 'tarballs/ironic-python-agent/coreos'
|
|
keep-hierarchy: false
|
|
copy-after-failure: false
|
|
- console-log
|