From ea089da7f53c6c61c5397fc506f656500d7b239d Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 26 Dec 2013 08:32:57 -0800 Subject: [PATCH] Add ZUUL_PROJECT to periodic test To demonstrate that it is now safe to not unset it (because the ZUUL_REF checkout check has been removed). Change-Id: I4f88485fa2f9307ce80e0dd845f865e60c22f9f6 --- test-functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test-functions.sh b/test-functions.sh index 074c4ae5..9d18b866 100755 --- a/test-functions.sh +++ b/test-functions.sh @@ -348,6 +348,7 @@ function test_periodic { declare -A TEST_GIT_CHECKOUTS declare -A TEST_ZUUL_REFS ZUUL_BRANCH='stable/havana' + ZUUL_PROJECT='openstack/glance' setup_project openstack/glance $ZUUL_BRANCH