2014-07-08 07:58:26 -07:00
|
|
|
- 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
|
|
|
|
|
2014-06-20 14:15:59 -07:00
|
|
|
- job:
|
|
|
|
name: 'ironic-python-agent-buildimage-coreos'
|
|
|
|
node: 'bare-trusty'
|
|
|
|
|
|
|
|
builders:
|
|
|
|
- link-logs
|
|
|
|
- net-info
|
|
|
|
- gerrit-git-prep
|
|
|
|
- shell: |
|
2014-07-01 15:51:50 -07:00
|
|
|
imagebuild/coreos/full_trusty_build.sh
|
2014-06-20 14:15:59 -07:00
|
|
|
|
|
|
|
|
|
|
|
publishers:
|
|
|
|
- scp:
|
|
|
|
site: 'tarballs.openstack.org'
|
|
|
|
files:
|
2014-09-02 17:21:14 -07:00
|
|
|
- source: 'imagebuild/coreos/UPLOAD/coreos_production_pxe.vmlinuz'
|
|
|
|
target: 'tarballs/ironic-python-agent/coreos/files'
|
|
|
|
keep-hierarchy: false
|
|
|
|
copy-after-failure: false
|
2014-09-08 11:10:21 -07:00
|
|
|
- source: 'imagebuild/coreos/UPLOAD/coreos_production_pxe_image-oem.cpio.gz'
|
2014-09-02 17:21:14 -07:00
|
|
|
target: 'tarballs/ironic-python-agent/coreos/files'
|
|
|
|
keep-hierarchy: false
|
|
|
|
copy-after-failure: false
|
2014-06-20 14:15:59 -07:00
|
|
|
- source: 'ipa-coreos.tar.gz'
|
2014-07-03 13:34:38 -07:00
|
|
|
target: 'tarballs/ironic-python-agent/coreos'
|
2014-06-20 14:15:59 -07:00
|
|
|
keep-hierarchy: false
|
|
|
|
copy-after-failure: false
|
|
|
|
- console-log
|