diff --git a/README.md b/README.md index d917ca03..54fdec60 100644 --- a/README.md +++ b/README.md @@ -218,8 +218,8 @@ you're working as is called "jenkins"): export DEVSTACK_GATE_PREFIX=wip- export SKIP_DEVSTACK_GATE_PROJECT=1 export SKIP_DEVSTACK_GATE_JENKINS=1 - export GERRIT_BRANCH=master - export GERRIT_PROJECT=testing + export ZUUL_BRANCH=master + export ZUUL_PROJECT=testing cd /home/jenkins/workspace git clone https://github.com/openstack-ci/devstack-gate diff --git a/devstack-vm-gate-dev.sh b/devstack-vm-gate-dev.sh index c35c6f1e..0625e0ae 100755 --- a/devstack-vm-gate-dev.sh +++ b/devstack-vm-gate-dev.sh @@ -9,8 +9,8 @@ export WORKSPACE=/home/jenkins/workspace export DEVSTACK_GATE_PREFIX=wip- export SKIP_DEVSTACK_GATE_PROJECT=1 export DEVSTACK_GATE_TEMPEST=1 -export GERRIT_BRANCH=master -export GERRIT_PROJECT=testing +export ZUUL_BRANCH=master +export ZUUL_PROJECT=testing export JOB_NAME=test export BUILD_NUMBER=42 export GERRIT_CHANGE_NUMBER=1234 diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index 1b84cb39..c71b1cb6 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -267,7 +267,7 @@ if [[ $ZUUL_PROJECT == "openstack/tempest" ]]; then fi # Run the test -$GATE_SCRIPT_DIR/devstack-vm-gate.sh $GERRIT_BRANCH +$GATE_SCRIPT_DIR/devstack-vm-gate.sh RETVAL=$? cleanup_host &> $WORKSPACE/logs/devstack-gate-cleanup-host.txt