1521e0c481
Clone sources of ironic-inspector and ironic-inspector-client to perform testing using inspector, installed from sources. Change-Id: Ia587fce79b8ba4cd48df8c069c0645db832e9606
110 lines
2.7 KiB
YAML
110 lines
2.7 KiB
YAML
- job:
|
|
name: 'gate-bifrost-integration-tinyipa'
|
|
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 \
|
|
openstack/ironic-inspector \
|
|
openstack/python-ironic-inspector-client
|
|
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 \
|
|
openstack/ironic-inspector \
|
|
openstack/python-ironic-inspector-client
|
|
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 \
|
|
openstack/ironic-inspector \
|
|
openstack/python-ironic-inspector-client
|
|
export GIT_BASE=$(pwd)
|
|
cd openstack/bifrost
|
|
scripts/test-bifrost-inventory-dhcp.sh
|
|
|
|
publishers:
|
|
- devstack-logs
|
|
- console-log
|