Merge "Use zuul-cloner for bifrost jobs"
This commit is contained in:
commit
a115f67dea
@ -9,8 +9,18 @@
|
|||||||
builders:
|
builders:
|
||||||
- link-logs
|
- link-logs
|
||||||
- net-info
|
- net-info
|
||||||
- gerrit-git-prep
|
|
||||||
- shell: |
|
- 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
|
scripts/test-bifrost.sh
|
||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user