From be5f95075bd7f8c491137a42c81b0edb69ff922e Mon Sep 17 00:00:00 2001 From: akumari Date: Thu, 6 Jun 2024 13:35:26 +0530 Subject: [PATCH 1/2] Add AlmaLinux 8 & 9 support Added AlmaLinux 8 and 9 to the supported operating systems in metadata.json. These changes ensure that we start testing with AlmaLinux 8 and 9 instead of CentOS 8 Stream. This update is part of our transition to better support AlmaLinux in our Puppet modules. See, for details: https://github.com/theforeman/foreman-infra/issues/2087 (cherry picked from commit 94c63353362545c7a398289b92a4e94f9a790a1c) --- metadata.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/metadata.json b/metadata.json index e3c6611..dcd7227 100644 --- a/metadata.json +++ b/metadata.json @@ -49,6 +49,13 @@ "8", "9" ] + }, + { + "operatingsystem": "AlmaLinux", + "operatingsystemrelease": [ + "8", + "9" + ] } ], "requirements": [ From b8eb57279d2eedd3beaba087f0c450329e6dc35c Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 3 Sep 2024 12:29:10 +0200 Subject: [PATCH 2/2] Stop testing on Pulp nightly Pulp nightly has moved on to 3.49 and this module only supports 3.39. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bb74b2..f8742f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,6 @@ jobs: uses: voxpupuli/gha-puppet/.github/workflows/beaker.yml@v2 with: pidfile_workaround: 'false' - beaker_facter: 'pulpcore_version:Pulp:nightly,3.39' + beaker_facter: 'pulpcore_version:Pulp:3.39' rubocop: false cache-version: '1'