diff --git a/config/release/tripleo-ci/CentOS-9/promotion-testing-hash-wallaby.yml b/config/release/tripleo-ci/CentOS-9/promotion-testing-hash-wallaby.yml index fc5361de9..0f0c4d9a3 100644 --- a/config/release/tripleo-ci/CentOS-9/promotion-testing-hash-wallaby.yml +++ b/config/release/tripleo-ci/CentOS-9/promotion-testing-hash-wallaby.yml @@ -184,6 +184,8 @@ repo_cmd_after: | {% if repo_setup_run_update|default(true)|bool %} sudo dnf update -y {% endif %} + # TODO(bshewale): Remove the below line once we have build updated. Bug: #2033357 + sudo dnf -y install https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-admin-webapps-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-docs-webapp-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-el-3.0-api-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-java-jdk11-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-java-jdk17-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-java-jdk8-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-lib-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-servlet-4.0-api-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-webapps-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-jsp-2.3-api-9.0.62-16.el9.noarch.rpm undercloud_rpm_dependencies: >- python3-tripleoclient tripleo-operator-ansible diff --git a/config/release/tripleo-ci/CentOS-9/wallaby.yml b/config/release/tripleo-ci/CentOS-9/wallaby.yml index 6eaf25b83..aab2d2b62 100644 --- a/config/release/tripleo-ci/CentOS-9/wallaby.yml +++ b/config/release/tripleo-ci/CentOS-9/wallaby.yml @@ -260,6 +260,8 @@ repo_cmd_after: | # https://bugs.launchpad.net/tripleo/+bug/1987632 sudo dnf update --exclude=kernel* -y {% endif %} + # TODO(bshewale): Remove the below line once we have build updated. Bug: #2033357 + sudo dnf -y install https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-admin-webapps-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-docs-webapp-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-el-3.0-api-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-java-jdk11-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-java-jdk17-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-java-jdk8-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-lib-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-servlet-4.0-api-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-webapps-9.0.62-16.el9.noarch.rpm https://kojihub.stream.centos.org/kojifiles/packages/tomcat/9.0.62/16.el9/noarch/tomcat-jsp-2.3-api-9.0.62-16.el9.noarch.rpm undercloud_rpm_dependencies: >- python3-tripleoclient tripleo-operator-ansible