system-config/modules/openstack_project/files/jenkins_job_builder/config/ironic-python-agent-jobs.yaml
Jay Faulkner f6e9df830f Add IPA CoreOS Imagebuilder to check + gate
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
2014-07-08 07:58:26 -07:00

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