From 7243a5140f8b8989099ad70f8c63a3507eab5c2e Mon Sep 17 00:00:00 2001 From: Luan Nunes Utimura Date: Tue, 9 May 2023 16:08:45 -0300 Subject: [PATCH] stx-heat: Use commit hash in PROJECT_REF It has been observed that the stx-openstack helm charts build started to fail since the `stable/ussuri` branch was removed from the upstream project `openstack/heat`. In order to be able to build the helm charts again, we must change the `PROJECT_REF` value to use a commit hash in place of the branch name. This change proposes the use of the following commit SHA: Repository Former stable/ussuri branch and ussuri-eol tag's HEAD (as of May 9th) * openstack/heat 5466ede853bde7d636943cba017ed8265dcfd260 Test Plan: PASS - Build stx-debian base image PASS - Build wheels tarball PASS - Build stx-heat image Partial-Bug: 2019015 Change-Id: I785d704c68ca6d987f30a57c5068677eef1e77f2 Signed-off-by: Luan Nunes Utimura --- .../openstack-heat/debian/stx-heat.stable_docker_image | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/python-heat/openstack-heat/debian/stx-heat.stable_docker_image b/openstack/python-heat/openstack-heat/debian/stx-heat.stable_docker_image index 316aa7b5..e66102a0 100644 --- a/openstack/python-heat/openstack-heat/debian/stx-heat.stable_docker_image +++ b/openstack/python-heat/openstack-heat/debian/stx-heat.stable_docker_image @@ -2,7 +2,7 @@ BUILDER=loci LABEL=stx-heat PROJECT=heat PROJECT_REPO=https://opendev.org/openstack/heat.git -PROJECT_REF=stable/ussuri +PROJECT_REF=5466ede853bde7d636943cba017ed8265dcfd260 DIST_REPOS="OS" NON_UNIQUE_SYSTEM_ACCOUNT="yes" PIP_PACKAGES="pycryptodomex pylint"