Merge "Fix location of toci script in JJB and clone toci"
This commit is contained in:
commit
73163ef1a3
@ -16,7 +16,7 @@
|
||||
export DEVSTACK_GATE_TEMPEST=0
|
||||
export DEVSTACK_GATE_EXERCISES=0
|
||||
function gate_hook {
|
||||
bash -xe $BASE/tripleo-incubator/toci_gate_test.sh
|
||||
bash -xe /home/jenkins/tripleo/tripleo-ci/toci_gate_test.sh
|
||||
}
|
||||
export -f gate_hook
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
|
@ -35,6 +35,7 @@ mkdir -p ~/tripleo
|
||||
export TRIPLEO_ROOT=~/tripleo
|
||||
|
||||
cd ~/tripleo
|
||||
git clone https://review.openstack.org/p/openstack-infra/tripleo-ci
|
||||
git clone https://review.openstack.org/p/openstack/tripleo-incubator
|
||||
bash tripleo-incubator/scripts/pull-tools
|
||||
# Instead of running pull-tools, we'll eventually want to get the
|
||||
|
Loading…
Reference in New Issue
Block a user