From c638cbcb830a1eefd8f64c3192a2a5c1c8331e47 Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Wed, 12 Oct 2022 17:16:20 +0200 Subject: [PATCH] rpmbuild: build rpms on RHEL 8.8 and 9.2 nightly --- .gitlab-ci.yml | 4 +++ Schutzfile | 82 +++++++++++++++++++++++++++++++++++++++++++++ schutzbot/terraform | 2 +- 3 files changed, 87 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7226c698..3dd977a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,8 +51,12 @@ RPM: - RUNNER: - aws/rhel-8.7-nightly-x86_64 - aws/rhel-8.7-nightly-aarch64 + - aws/rhel-8.8-nightly-x86_64 + - aws/rhel-8.8-nightly-aarch64 - aws/rhel-9.1-nightly-x86_64 - aws/rhel-9.1-nightly-aarch64 + - aws/rhel-9.2-nightly-x86_64 + - aws/rhel-9.2-nightly-aarch64 INTERNAL_NETWORK: "true" OSTree Images: diff --git a/Schutzfile b/Schutzfile index f6e8f9cf..694195eb 100644 --- a/Schutzfile +++ b/Schutzfile @@ -304,6 +304,47 @@ } ] }, + "rhel-8.8": { + "repos": [ + { + "file": "/etc/yum.repos.d/rhel8internal.repo", + "x86_64": [ + { + "title": "RHEL-8-RPMREPO-NIGHTLY-BaseOS", + "name": "baseos", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-baseos-n8.8-20221001" + }, + { + "title": "RHEL-8-RPMREPO-NIGHTLY-AppStream", + "name": "appstream", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-appstream-n8.8-20221001" + }, + { + "title": "RHEL-8-RPMREPO-NIGHTLY-CRB", + "name": "crb", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-crb-n8.8-20221001" + } + ], + "aarch64": [ + { + "title": "RHEL-8-RPMREPO-NIGHTLY-BaseOS", + "name": "baseos", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-baseos-n8.8-20221001" + }, + { + "title": "RHEL-8-RPMREPO-NIGHTLY-AppStream", + "name": "appstream", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-appstream-n8.8-20221001" + }, + { + "title": "RHEL-8-RPMREPO-NIGHTLY-CRB", + "name": "crb", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-crb-n8.8-20221001" + } + ] + } + ] + }, "rhel-9.1": { "repos": [ { @@ -345,6 +386,47 @@ } ] }, + "rhel-9.2": { + "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.2-20221001" + }, + { + "title": "RHEL-9-RPMREPO-NIGHTLY-AppStream", + "name": "appstream", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-appstream-n9.2-20221001" + }, + { + "title": "RHEL-9-RPMREPO-NIGHTLY-CRB", + "name": "crb", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-crb-n9.2-20221001" + } + ], + "aarch64": [ + { + "title": "RHEL-9-RPMREPO-NIGHTLY-BaseOS", + "name": "baseos", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-baseos-n9.2-20221001" + }, + { + "title": "RHEL-9-RPMREPO-NIGHTLY-AppStream", + "name": "appstream", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-appstream-n9.2-20221001" + }, + { + "title": "RHEL-9-RPMREPO-NIGHTLY-CRB", + "name": "crb", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-crb-n9.2-20221001" + } + ] + } + ] + }, "centos-stream-8": { "repos": [ { diff --git a/schutzbot/terraform b/schutzbot/terraform index dc911f2b..10d07cce 100644 --- a/schutzbot/terraform +++ b/schutzbot/terraform @@ -1 +1 @@ -0844dcd17cd1201964d4502870850c7514713ef7 +43b15026c86e531f9d431f396199cf9c29115234