53a08d354b
bifrost does a bunch of things with multiple repos, but is currently managing the cloning of them all internally. Get things set up to properly use zuul-cloner to prep repo state. This should be followed up with a bifrost patch to simply use the repos that zuul-cloner prepares here. Change-Id: Ied5c5287b79aadfd6660335d4c68182821e2d843
29 lines
634 B
YAML
29 lines
634 B
YAML
- job:
|
|
name: 'gate-bifrost'
|
|
node: 'bare-trusty'
|
|
|
|
wrappers:
|
|
- build-timeout:
|
|
timeout: 60
|
|
|
|
builders:
|
|
- 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:
|
|
- console-log
|
|
- devstack-logs
|