Skip to content

Commit

Permalink
tests: Add f41 and update terraform hash
Browse files Browse the repository at this point in the history
  • Loading branch information
bcl authored and supakeen committed Aug 1, 2024
1 parent d30fca1 commit 0bbdabf
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ RPM:
- aws/fedora-39-aarch64
- aws/fedora-40-x86_64
- aws/fedora-40-aarch64
- aws/fedora-41-x86_64
- aws/fedora-41-aarch64
- aws/centos-stream-9-x86_64
- aws/centos-stream-9-aarch64
- aws/centos-stream-10-x86_64
Expand Down
23 changes: 22 additions & 1 deletion Schutzfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,27 @@
}
]
},
"fedora-41": {
"repos": [
{
"file": "/etc/yum.repos.d/fedora.repo",
"x86_64": [
{
"title": "fedora",
"name": "fedora",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f41/f41-x86_64-rawhide-20240715"
}
],
"aarch64": [
{
"title": "fedora",
"name": "fedora",
"baseurl": "https://rpmrepo.osbuild.org/v2/mirror/public/f41/f41-aarch64-rawhide-20240715"
}
]
}
]
},
"centos-stream-9": {
"repos": [
{
Expand Down Expand Up @@ -232,4 +253,4 @@
}
]
}
}
}
2 changes: 1 addition & 1 deletion schutzbot/terraform
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9f26a734f15324b650a1fff35cf3a92585b7a98d
4de94cf8b9903bfc1d7d661f0f40bad5ae971fa8

0 comments on commit 0bbdabf

Please sign in to comment.