Skip to content

Commit

Permalink
[TMP] Test EL9 on stagingyum
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Jan 3, 2024
1 parent 1209824 commit a8fa6cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 39 deletions.
39 changes: 1 addition & 38 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,47 +58,10 @@
}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"8"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"11"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"20.04"
]
},
{
"operatingsystem": "FreeBSD",
"operatingsystemrelease": [
"11",
"12"
]
},
{
"operatingsystem": "DragonFly",
"operatingsystemrelease": [
"4"
]
},
{
"operatingsystem": "AlmaLinux",
"operatingsystemrelease": [
"8"
"9"
]
}
]
Expand Down
3 changes: 2 additions & 1 deletion spec/setup_acceptance_node.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
class { 'foreman::repo':
repo => 'nightly',
repo => 'nightly',
yum_repo_baseurl => 'https://stagingyum.theforeman.org',
}

# This provides dig which we use in our tests
Expand Down

0 comments on commit a8fa6cb

Please sign in to comment.