Skip to content

Commit

Permalink
Run tests on more operating systems
Browse files Browse the repository at this point in the history
All versions of Ubuntu should make sure tzdata is installed
  • Loading branch information
yakatz committed Feb 14, 2024
1 parent 6f9973d commit 906946c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
19 changes: 15 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
Expand All @@ -40,7 +41,15 @@
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
"operatingsystem": "Rocky",
"operatingsystemrelease": [
"8",
"9"
]
},
{
Expand All @@ -53,14 +62,16 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
"11",
"12"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04"
"20.04",
"22.04"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
}
)

apply_manifest_on(host, tzdata, catch_failures: true) if fact('os.release.major') =~ %r{(16.04|18.04)}
apply_manifest_on(host, tzdata, catch_failures: true)
end

0 comments on commit 906946c

Please sign in to comment.