diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d7662a4..857ea049 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,12 +44,12 @@ RPM: - aws/rhel-8.6-ga-aarch64 - aws/rhel-9.0-ga-x86_64 - aws/rhel-9.0-ga-aarch64 - #- RUNNER: - # - aws/rhel-8.6-nightly-x86_64 - #- aws/rhel-8.6-nightly-aarch64 - #- aws/rhel-9.0-nightly-x86_64 - #- aws/rhel-9.0-nightly-aarch64 - #INTERNAL_NETWORK: "true" + - RUNNER: + - aws/rhel-8.7-nightly-x86_64 + - aws/rhel-8.7-nightly-aarch64 + - aws/rhel-9.1-nightly-x86_64 + - aws/rhel-9.1-nightly-aarch64 + INTERNAL_NETWORK: "true" Composer Tests: stage: test diff --git a/Schutzfile b/Schutzfile index b0691f94..d1e6f7f2 100644 --- a/Schutzfile +++ b/Schutzfile @@ -112,6 +112,88 @@ } ] }, +"rhel-8.7": { + "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.7-20220615" + }, + { + "title": "RHEL-8-RPMREPO-NIGHTLY-AppStream", + "name": "appstream", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-appstream-n8.7-20220615" + }, + { + "title": "RHEL-8-RPMREPO-NIGHTLY-CRB", + "name": "crb", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-crb-n8.7-20220615" + } + ], + "aarch64": [ + { + "title": "RHEL-8-RPMREPO-NIGHTLY-BaseOS", + "name": "baseos", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-baseos-n8.7-20220615" + }, + { + "title": "RHEL-8-RPMREPO-NIGHTLY-AppStream", + "name": "appstream", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-appstream-n8.7-20220615" + }, + { + "title": "RHEL-8-RPMREPO-NIGHTLY-CRB", + "name": "crb", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-crb-n8.7-20220615" + } + ] + } + ] + }, + "rhel-9.1": { + "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.1-20220615" + }, + { + "title": "RHEL-9-RPMREPO-NIGHTLY-AppStream", + "name": "appstream", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-appstream-n9.1-20220615" + }, + { + "title": "RHEL-9-RPMREPO-NIGHTLY-CRB", + "name": "crb", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-crb-n9.1-20220615" + } + ], + "aarch64": [ + { + "title": "RHEL-9-RPMREPO-NIGHTLY-BaseOS", + "name": "baseos", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-baseos-n9.1-20220615" + }, + { + "title": "RHEL-9-RPMREPO-NIGHTLY-AppStream", + "name": "appstream", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-appstream-n9.1-20220615" + }, + { + "title": "RHEL-9-RPMREPO-NIGHTLY-CRB", + "name": "crb", + "baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-crb-n9.1-20220615" + } + ] + } + ] + }, "centos-stream-8": { "repos": [ { diff --git a/schutzbot/terraform b/schutzbot/terraform index bc8996c5..f94c9a04 100644 --- a/schutzbot/terraform +++ b/schutzbot/terraform @@ -1 +1 @@ -98bf823964bec1ddfe35bca003afaa680a8e0d28 +dcd2ac1741598fe74b854143576fb77908b84cc9