From ff0cd854c88de900e4fe62c8a0f24cbe2f2317ed Mon Sep 17 00:00:00 2001 From: Tom Koscielniak Date: Thu, 7 Nov 2024 15:53:41 +0100 Subject: [PATCH] Build RPMs on 9.6 nightly --- .gitlab-ci.yml | 2 ++ Schutzfile | 43 ++++++++++++++++++++++++++++++++++++++++++- schutzbot/terraform | 2 +- 3 files changed, 45 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ccadb86b..7dd514cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,6 +52,8 @@ RPM: - RUNNER: - aws/rhel-9.5-nightly-x86_64 - aws/rhel-9.5-nightly-aarch64 + - aws/rhel-9.6-nightly-x86_64 + - aws/rhel-9.6-nightly-aarch64 - aws/rhel-10.0-nightly-x86_64 - aws/rhel-10.0-nightly-aarch64 INTERNAL_NETWORK: "true" diff --git a/Schutzfile b/Schutzfile index f027c205..1f118bbb 100644 --- a/Schutzfile +++ b/Schutzfile @@ -212,6 +212,47 @@ } ] }, + "rhel-9.6": { + "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.6-20241101" + }, + { + "title": "RHEL-9-RPMREPO-NIGHTLY-AppStream", + "name": "appstream", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-appstream-n9.6-20241101" + }, + { + "title": "RHEL-9-RPMREPO-NIGHTLY-CRB", + "name": "crb", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-crb-n9.6-20241101" + } + ], + "aarch64": [ + { + "title": "RHEL-9-RPMREPO-NIGHTLY-BaseOS", + "name": "baseos", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-baseos-n9.6-20241101" + }, + { + "title": "RHEL-9-RPMREPO-NIGHTLY-AppStream", + "name": "appstream", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-appstream-n9.6-20241101" + }, + { + "title": "RHEL-9-RPMREPO-NIGHTLY-CRB", + "name": "crb", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-crb-n9.6-20241101" + } + ] + } + ] + }, "rhel-10.0": { "repos": [ { @@ -253,4 +294,4 @@ } ] } -} \ No newline at end of file +} diff --git a/schutzbot/terraform b/schutzbot/terraform index a1ac8695..2ae0b1ea 100644 --- a/schutzbot/terraform +++ b/schutzbot/terraform @@ -1 +1 @@ -961f6cb4e780da441964297df7e0e6b7e7ca4cf1 +9c4a3c9573208bf66d8c91a95ee759a39ed0a556