Clean up cruft from gerrit-git-prep.

Removed or changed residual uses of GERRIT_BRANCH and GERRIT_PROJECT to
ZUUL_* as a follow-on to the gerrit-git-prep removal in change
https://review.openstack.org/#/c/12023/ .

Change-Id: Ie87035fea8867444f35ead3036cb7bf57cd57406
This commit is contained in:
Jeremy Stanley 2012-11-09 18:00:14 +00:00
parent 63edd97b9b
commit 5b52adc456
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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