2eb3a91114
We added this to work around a bug in zuul-cloner, but the bug is now fixed. Change-Id: Ia1332308905f63db24e3af6ca982788270dc7a0e
23 lines
623 B
YAML
23 lines
623 B
YAML
- job-template:
|
|
name: 'gate-dib-dsvm-functests-{node}'
|
|
node: '{node}'
|
|
|
|
builders:
|
|
- shell: |
|
|
#!/bin/bash -eux
|
|
cd ~
|
|
|
|
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
|
|
git://git.openstack.org \
|
|
openstack/diskimage-builder \
|
|
openstack/dib-utils
|
|
|
|
export PATH=$PATH:$(pwd)/openstack/dib-utils/bin
|
|
export PATH=$PATH:$(pwd)/openstack/diskimage-builder/bin
|
|
|
|
./openstack/diskimage-builder/tests/install_test_deps.sh
|
|
./openstack/diskimage-builder/tests/run_functests.sh
|
|
|
|
publishers:
|
|
- console-log
|