Fix location of toci script in JJB and clone toci
Clone the toci script into the image when building it and point to the correct place on the image to execute it. Change-Id: I4c7f3c10274fd2a9a4e76abc07bdf41cc1a6b02d
This commit is contained in:
parent
62fd85fee7
commit
699b049db7
@ -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…
x
Reference in New Issue
Block a user