diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd9f0c94c4..160e7440b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,8 +74,12 @@ init: 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"] diff --git a/Schutzfile b/Schutzfile index 4c7c38682e..d569c0f363 100644 --- a/Schutzfile +++ b/Schutzfile @@ -290,6 +290,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.0": { "dependencies": { "osbuild": { @@ -343,6 +384,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-8": { "dependencies": { "osbuild": { diff --git a/schutzbot/terraform b/schutzbot/terraform index dc911f2b9b..10d07cce8a 100644 --- a/schutzbot/terraform +++ b/schutzbot/terraform @@ -1 +1 @@ -0844dcd17cd1201964d4502870850c7514713ef7 +43b15026c86e531f9d431f396199cf9c29115234