
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
44 lines
1.2 KiB
YAML
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
|