Jay Faulkner 35470fd757 Fix typo causing failure in IPA post job
The file we're trying to upload is named
"coreos_production_pxe_image-oem.cpio.gz", not
"coreos_production_pxe-oem.cpio.gz".

Change-Id: I1b517eef17285ec79b36ef9e7f6df683390ee60c
2014-09-08 11:10:21 -07:00

44 lines
1.2 KiB
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: 'imagebuild/coreos/UPLOAD/coreos_production_pxe.vmlinuz'
target: 'tarballs/ironic-python-agent/coreos/files'
keep-hierarchy: false
copy-after-failure: false
- source: 'imagebuild/coreos/UPLOAD/coreos_production_pxe_image-oem.cpio.gz'
target: 'tarballs/ironic-python-agent/coreos/files'
keep-hierarchy: false
copy-after-failure: false
- source: 'ipa-coreos.tar.gz'
target: 'tarballs/ironic-python-agent/coreos'
keep-hierarchy: false
copy-after-failure: false
- console-log