Skip to content

Commit

Permalink
Add RHEL-8.10 and RHEL-9.4 nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jrusz committed Oct 31, 2023
1 parent 4076e49 commit 039b5c9
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ Regression:
- aws/rhel-9.1-ga-aarch64
- aws/rhel-9.3-nightly-x86_64
- aws/rhel-9.3-nightly-aarch64
- aws/rhel-9.4-nightly-x86_64
- aws/rhel-9.4-nightly-aarch64
INTERNAL_NETWORK: "true"

Manifest-gen:
Expand Down Expand Up @@ -138,6 +140,8 @@ Image-info-build:
- aws/rhel-9.2-nightly-aarch64
- aws/rhel-9.3-nightly-x86_64
- aws/rhel-9.3-nightly-aarch64
- aws/rhel-9.4-nightly-x86_64
- aws/rhel-9.4-nightly-aarch64
INTERNAL_NETWORK: "true"

push-image-info:
Expand Down
86 changes: 84 additions & 2 deletions Schutzfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"global": {
"dependencies": {
"osbuild": {
"commit": "2e3f5fc047cab73b68225f6d9d6817e824178d34"
"commit": "fd29a31832f6d97b1c3dc23666117f617963b595"
},
"osbuild-composer": {
"commit": "dabc51d2521f37b753d78782d04276ec2b110765"
"commit": "d71574976ee2d954f8e04bd3bae9164e46a08a7b"
}
}
},
Expand Down Expand Up @@ -473,6 +473,47 @@
}
]
},
"rhel-8.10": {
"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.10-20231015"
},
{
"title": "RHEL-8-RPMREPO-NIGHTLY-AppStream",
"name": "appstream",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-appstream-n8.10-20231015"
},
{
"title": "RHEL-8-RPMREPO-NIGHTLY-CRB",
"name": "crb",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-x86_64-crb-n8.10-20231015"
}
],
"aarch64": [
{
"title": "RHEL-8-RPMREPO-NIGHTLY-BaseOS",
"name": "baseos",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-baseos-n8.10-20231015"
},
{
"title": "RHEL-8-RPMREPO-NIGHTLY-AppStream",
"name": "appstream",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-appstream-n8.10-20231015"
},
{
"title": "RHEL-8-RPMREPO-NIGHTLY-CRB",
"name": "crb",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el8/el8-aarch64-crb-n8.10-20231015"
}
]
}
]
},
"rhel-9.0": {
"repos": [
{
Expand Down Expand Up @@ -642,6 +683,47 @@
}
]
},
"rhel-9.4": {
"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.4-20231015"
},
{
"title": "RHEL-9-RPMREPO-NIGHTLY-AppStream",
"name": "appstream",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-appstream-n9.4-20231015"
},
{
"title": "RHEL-9-RPMREPO-NIGHTLY-CRB",
"name": "crb",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-crb-n9.4-20231015"
}
],
"aarch64": [
{
"title": "RHEL-9-RPMREPO-NIGHTLY-BaseOS",
"name": "baseos",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-baseos-n9.4-20231015"
},
{
"title": "RHEL-9-RPMREPO-NIGHTLY-AppStream",
"name": "appstream",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-appstream-n9.4-20231015"
},
{
"title": "RHEL-9-RPMREPO-NIGHTLY-CRB",
"name": "crb",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-aarch64-crb-n9.4-20231015"
}
]
}
]
},
"centos-stream-8": {
"repos": [
{
Expand Down
2 changes: 1 addition & 1 deletion schutzbot/terraform
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d36bc21dafed5d40b3a2d69c320abad6baa149ef
a811c09b5ce5831768b09841dd5696fc967ab41a

0 comments on commit 039b5c9

Please sign in to comment.