Skip to content

Commit

Permalink
test: test custom partitioning on RHEL and CentOS 9 and 10
Browse files Browse the repository at this point in the history
  • Loading branch information
achilleas-k committed Dec 3, 2024
1 parent 6c66b92 commit 9896461
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions test/config-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,11 @@
"ami"
],
"distros": [
"fedora*"
"centos-10",
"centos-9",
"fedora*",
"rhel-10*",
"rhel-9*"
]
},
"./configs/partitioning-btrfs.json": {
Expand All @@ -354,7 +358,11 @@
"ami"
],
"distros": [
"fedora*"
"centos-10",
"centos-9",
"fedora*",
"rhel-10*",
"rhel-9*"
]
}
}

0 comments on commit 9896461

Please sign in to comment.