Switch gate-check to THT patch
Our gate-check jobs have been broken for a while due to a packaging issue with tripleo-ui. This switches to using a THT patch so that we can keep getting feedback that our gates work on a no-op change. We can switch back to the tripleo-ui patch once the related bug is fixed. Change-Id: I41add30cc8a71f86529b18e417a396992277fd9a Related-Bug: 1737335
This commit is contained in:
parent
88bb69bd3e
commit
fa91b3a03d
@ -37,7 +37,7 @@ if [ "$JOB_TYPE" = "gate" ] || \
|
|||||||
elif [ "$JOB_TYPE" = "dlrn-gate-check" ]; then
|
elif [ "$JOB_TYPE" = "dlrn-gate-check" ]; then
|
||||||
# setup a test patch to be built
|
# setup a test patch to be built
|
||||||
export ZUUL_HOST=review.openstack.org
|
export ZUUL_HOST=review.openstack.org
|
||||||
export ZUUL_CHANGES=openstack/tripleo-ui:master:refs/changes/25/422025/6
|
export ZUUL_CHANGES=openstack/tripleo-heat-templates:master:refs/changes/70/528770/1
|
||||||
unset REL_TYPE
|
unset REL_TYPE
|
||||||
if [ "$RELEASE" = "master-tripleo-ci" ]; then
|
if [ "$RELEASE" = "master-tripleo-ci" ]; then
|
||||||
# we don't have a local mirror for the tripleo-ci images
|
# we don't have a local mirror for the tripleo-ci images
|
||||||
|
@ -24,7 +24,7 @@ if [ "$JOB_TYPE" = "gate" ] || \
|
|||||||
elif [ "$JOB_TYPE" = "dlrn-gate-check" ]; then
|
elif [ "$JOB_TYPE" = "dlrn-gate-check" ]; then
|
||||||
# setup a test patch to be built
|
# setup a test patch to be built
|
||||||
export ZUUL_HOST=review.openstack.org
|
export ZUUL_HOST=review.openstack.org
|
||||||
export ZUUL_CHANGES=openstack/tripleo-ui:master:refs/changes/25/422025/6
|
export ZUUL_CHANGES=openstack/tripleo-heat-templates:master:refs/changes/70/528770/1
|
||||||
unset REL_TYPE
|
unset REL_TYPE
|
||||||
if [ "$RELEASE" = "master-tripleo-ci" ]; then
|
if [ "$RELEASE" = "master-tripleo-ci" ]; then
|
||||||
# we don't have a local mirror for the tripleo-ci images
|
# we don't have a local mirror for the tripleo-ci images
|
||||||
|
Loading…
Reference in New Issue
Block a user