Skip to content

Commit

Permalink
(CAT-2090) Replace centos-7 with ubuntu-2204-amd for integration tests
Browse files Browse the repository at this point in the history
We cannot migrate to centos-8 or centos-9 since those have deprecated ntp in favour of chrony. Updated pe_server version from 2019.8.5 to 2021.7.9 since the older one did not support PE for Ubuntu 2404.
  • Loading branch information
shubhamshinde360 committed Oct 17, 2024
1 parent 5e2f89e commit 9ed3084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
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 9ed3084

Please sign in to comment.