Skip to content

Commit

Permalink
test: add rhel-9.6 nightly repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
croissanne committed Oct 11, 2024
1 parent 800212a commit bb57ec6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
26 changes: 26 additions & 0 deletions test/files/rhel-9.6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"aarch64": [
{
"name": "baseos",
"baseurl": "http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6/compose/BaseOS/aarch64/os",
"gpgcheck": 0
},
{
"name": "appstream",
"baseurl": "http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6/compose/AppStream/aarch64/os",
"gpgcheck": 0
}
],
"x86_64": [
{
"name": "baseos",
"baseurl": "http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6/compose/BaseOS/x86_64/os",
"gpgcheck": 0
},
{
"name": "appstream",
"baseurl": "http://download.devel.redhat.com/rhel-9/nightly/RHEL-9/latest-RHEL-9.6/compose/AppStream/x86_64/os",
"gpgcheck": 0
}
]
}
2 changes: 2 additions & 0 deletions test/vm.install
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ sudo mkdir -p /etc/osbuild-composer/blueprints
# Copy rhel nightly overrides
if [ -d /home/admin/files ]; then
cp /home/admin/files/rhel-95.json /etc/osbuild-composer/repositories/rhel-95.json
cp /home/admin/files/rhel-9.6.json /etc/osbuild-composer/repositories/rhel-9.6.json
cp /home/admin/files/rhel-10.json /etc/osbuild-composer/repositories/rhel-10.0.json
cp /home/admin/files/*.toml /etc/osbuild-composer/blueprints/
else
cp test/files/rhel-95.json /etc/osbuild-composer/repositories/rhel-95.json
cp test/files/rhel-9.6.json /etc/osbuild-composer/repositories/rhel-9.6.json
cp test/files/rhel-10.json /etc/osbuild-composer/repositories/rhel-10.0.json
cp test/files/*.toml /etc/osbuild-composer/blueprints/
fi
Expand Down

0 comments on commit bb57ec6

Please sign in to comment.