Skip to content

Commit

Permalink
Testing - Integration tests centos-7 to ubuntu-22-lts migration
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamshinde360 committed Oct 17, 2024
1 parent 5e2f89e commit 7b49e7d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: get-matrix
run: |
if [ '${{ github.repository_owner }}' == 'puppetlabs' ]; then
echo "matrix={'platform':['centos-7'],'collection':['puppet7-nightly', 'puppet8-nightly']}" >> $GITHUB_OUTPUT
echo "matrix={'platform':['ubuntu-2204-lts'],'collection':['puppet7-nightly', 'puppet8-nightly']}" >> $GITHUB_OUTPUT
else
echo "matrix={}" >> $GITHUB_OUTPUT
fi
Expand Down
52 changes: 0 additions & 52 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,58 +19,6 @@
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"7"
]
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [
"12",
"15"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04",
"22.04"
]
},
{
"operatingsystem": "Solaris",
"operatingsystemrelease": [
"11"
]
},
{
"operatingsystem": "AIX",
"operatingsystemrelease": [
"7.1"
]
}
],
"requirements": [
Expand Down
2 changes: 1 addition & 1 deletion plans/acceptance/pe_server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# @example
# ntp::acceptance::pe_server
plan ntp::acceptance::pe_server(
Optional[String] $version = '2019.8.5',
Optional[String] $version = '2021.7.9',
Optional[Hash] $pe_settings = { password => 'puppetlabs' }
) {
#identify pe server node
Expand Down

0 comments on commit 7b49e7d

Please sign in to comment.