From 9b4c21c40f9e59bd6b3753aaebe8cb20cac7d0cb Mon Sep 17 00:00:00 2001 From: Sandeep Yadav Date: Fri, 15 Oct 2021 11:57:48 +0530 Subject: [PATCH] Update git submodules * Update tripleo-ci from branch 'master' to 34abe11d4c18e0bd846d6a3be4d45d00b8277f86 - Update conditional to pass --tcib-extra Commit[1] broke downstream container build jobs, job is failing with following error:- ~~~ openstack tripleo container image build: error: unrecognized arguments: --tcib-extra tcib_release=8 --tcib-extra tcib_python_version=3.6 ~~~ It is not intended to pass --tcib-extra in downstream jobs, The job is failing because in downstream, branch var is not sync with upstream release names. Let's switch to using release var instead to fix the issue. [1] https://review.opendev.org/c/openstack/tripleo-ci/+/800577 Change-Id: I02b8cafd264b0b82eaf640413d3900f3297fcab6 --- tripleo-ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo-ci b/tripleo-ci index 5e294fc097..34abe11d4c 160000 --- a/tripleo-ci +++ b/tripleo-ci @@ -1 +1 @@ -Subproject commit 5e294fc0975b07f5ad04d5be52692d8515fe531e +Subproject commit 34abe11d4c18e0bd846d6a3be4d45d00b8277f86