From 4b66874824f4cedebeb8338ac0e2ca7dc129f11e Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Thu, 2 May 2024 10:28:10 +0300 Subject: [PATCH] Start building RPMs on 9.5 nightly Related: COMPOSER-2227 --- .gitlab-ci.yml | 2 ++ Schutzfile | 41 +++++++++++++++++++++++++++++++++++++++++ schutzbot/terraform | 2 +- 3 files changed, 44 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c3acb74..600e0abb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,8 @@ RPM: - aws/rhel-8.10-nightly-aarch64 - aws/rhel-9.4-nightly-x86_64 - aws/rhel-9.4-nightly-aarch64 + - aws/rhel-9.5-nightly-x86_64 + - aws/rhel-9.5-nightly-aarch64 INTERNAL_NETWORK: "true" OSTree Images: diff --git a/Schutzfile b/Schutzfile index 80bdd682..ec3afda8 100644 --- a/Schutzfile +++ b/Schutzfile @@ -315,6 +315,47 @@ } ] }, + "rhel-9.5": { + "repos": [ + { + "file": "/etc/yum.repos.d/rhel9internal.repo", + "x86_64": [ + { + "title": "RHEL-9-RPMREPO-NIGHTLY-BaseOS", + "name": "baseos", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-baseos-n9.5-20240501" + }, + { + "title": "RHEL-9-RPMREPO-NIGHTLY-AppStream", + "name": "appstream", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-appstream-n9.5-20240501" + }, + { + "title": "RHEL-9-RPMREPO-NIGHTLY-CRB", + "name": "crb", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-crb-n9.5-20240501" + } + ], + "aarch64": [ + { + "title": "RHEL-9-RPMREPO-NIGHTLY-BaseOS", + "name": "baseos", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-baseos-n9.5-20240501" + }, + { + "title": "RHEL-9-RPMREPO-NIGHTLY-AppStream", + "name": "appstream", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-appstream-n9.5-20240501" + }, + { + "title": "RHEL-9-RPMREPO-NIGHTLY-CRB", + "name": "crb", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-crb-n9.5-20240501" + } + ] + } + ] + }, "centos-stream-8": { "repos": [ { diff --git a/schutzbot/terraform b/schutzbot/terraform index a663e490..aab677b8 100644 --- a/schutzbot/terraform +++ b/schutzbot/terraform @@ -1 +1 @@ -ac4c95f6e60b34458682845ea07a32d99ec91899 +db213ee9af376144749b5e69301ee6147e67e522