322d7e5dfb
This is related to zuulv25, we make sure console-log is the last publisher to ensure zuul-launcher logs are also uploaded. Change-Id: I1616b97fad2b97fb9e977ec14543aab4bc673b58 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
104 lines
2.4 KiB
YAML
104 lines
2.4 KiB
YAML
- job:
|
|
name: 'gate-bifrost-integration-coreosipa-cirros'
|
|
node: ubuntu-trusty
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 60
|
|
|
|
builders:
|
|
- install-distro-packages
|
|
# Job only needs MySQL
|
|
- mysql-prep
|
|
- mysql-db:
|
|
db_name: openstack_citest
|
|
- link-logs
|
|
- net-info
|
|
- shell: |
|
|
#!/bin/bash -eux
|
|
cd $WORKSPACE
|
|
|
|
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
|
|
git://git.openstack.org \
|
|
openstack/bifrost \
|
|
openstack/ironic \
|
|
openstack/python-ironicclient \
|
|
openstack-infra/shade
|
|
export GIT_BASE=$(pwd)
|
|
cd openstack/bifrost
|
|
scripts/test-bifrost.sh
|
|
|
|
publishers:
|
|
- devstack-logs
|
|
- console-log
|
|
|
|
- job:
|
|
name: 'gate-bifrost-integration-dibipa-debian-nv'
|
|
node: ubuntu-trusty
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 120
|
|
|
|
builders:
|
|
- install-distro-packages
|
|
# Job only needs MySQL
|
|
- mysql-prep
|
|
- mysql-db:
|
|
db_name: openstack_citest
|
|
- link-logs
|
|
- net-info
|
|
- shell: |
|
|
#!/bin/bash -eux
|
|
cd $WORKSPACE
|
|
|
|
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
|
|
git://git.openstack.org \
|
|
openstack/bifrost \
|
|
openstack/diskimage-builder \
|
|
openstack/ironic \
|
|
openstack/python-ironicclient \
|
|
openstack-infra/shade
|
|
export GIT_BASE=$(pwd)
|
|
cd openstack/bifrost
|
|
scripts/test-bifrost-build-images.sh
|
|
|
|
publishers:
|
|
- devstack-logs
|
|
- console-log
|
|
|
|
- job:
|
|
name: 'gate-bifrost-integration-dhcp-nv'
|
|
node: ubuntu-trusty
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 120
|
|
|
|
builders:
|
|
- install-distro-packages
|
|
# Job only needs MySQL
|
|
- mysql-prep
|
|
- mysql-db:
|
|
db_name: openstack_citest
|
|
- link-logs
|
|
- net-info
|
|
- shell: |
|
|
#!/bin/bash -eux
|
|
cd $WORKSPACE
|
|
|
|
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
|
|
git://git.openstack.org \
|
|
openstack/bifrost \
|
|
openstack/diskimage-builder \
|
|
openstack/ironic \
|
|
openstack/python-ironicclient \
|
|
openstack-infra/shade
|
|
export GIT_BASE=$(pwd)
|
|
cd openstack/bifrost
|
|
scripts/test-bifrost-inventory-dhcp.sh
|
|
|
|
publishers:
|
|
- devstack-logs
|
|
- console-log
|