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:
John Trowbridge 2017-12-18 12:48:32 -05:00
parent 88bb69bd3e
commit fa91b3a03d
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ if [ "$JOB_TYPE" = "gate" ] || \
elif [ "$JOB_TYPE" = "dlrn-gate-check" ]; then
# setup a test patch to be built
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
if [ "$RELEASE" = "master-tripleo-ci" ]; then
# we don't have a local mirror for the tripleo-ci images

View File

@ -24,7 +24,7 @@ if [ "$JOB_TYPE" = "gate" ] || \
elif [ "$JOB_TYPE" = "dlrn-gate-check" ]; then
# setup a test patch to be built
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
if [ "$RELEASE" = "master-tripleo-ci" ]; then
# we don't have a local mirror for the tripleo-ci images