1d21cd635f
This repo was created from filter branching the openstack-infra/ config repo. This process brought a lot of cruft with it in the form of directories that we no longer need. This patch removes that cruft so we begin with a tidier repo. Change-Id: Ibffad1b11c0c5f84eedfb0365369f60c4961a0f3
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
|