Move default acceptance to EL10 and add Rocky/OEL EL10 nodesets#131
Merged
Conversation
Copilot
AI
changed the title
[WIP] Move default acceptance to EL10 and add Rocky/OEL EL10 nodesets
Move default acceptance to EL10 and add Rocky/OEL EL10 nodesets
Feb 18, 2026
Contributor
|
@copilot Also add |
Contributor
Author
Co-authored-by: silug <206992+silug@users.noreply.github.com>
Co-authored-by: silug <206992+silug@users.noreply.github.com>
7fa8612 to
7a8b950
Compare
- metadata.json: switch the puppet requirement to openvox (>= 8 < 9).
- Gemfile: bump default PUPPET_VERSION floor to '>= 8 < 9', loop
installing both openvox and puppet for the transition period, drop
the Ruby <2.6 pathspec shim, drop the major_puppet_version > 5 gate
on pdk, bump simp-rake-helpers to ~> 5.25.0 (Ruby-4-compatible), add
beaker_puppet_helpers to the system_tests group.
- pr_tests.yml: bump non-matrix Ruby setup from 3.2 to 3.2.11
(puppet-syntax, puppet-style) and 3.4.9 (ruby-style, file-checks,
releng-checks, acceptance); drop the Puppet 7 entry from the
spec-tests matrix; switch spec-tests from 'rake spec' to
'rake parallel_spec'; drop the stale PE 2019.8 / PE 2021.Y comment
block.
- default.yml: replace generic/rocky10 (does not exist on Vagrant Cloud)
with rockylinux/10; comment out the GCE family lines pending upstream
EL10 cloud images.
- Replace generic/oracle{8,9} in oel{8,9}.yml with oraclelinux/<N>
sourced from oracle.github.io upstream JSON metadata.
- Fix docker_rocky{8,9,10}.yml: image is rockylinux/rockylinux:N on
Docker Hub; there is no rockylinux:N image.
- Append the user-visible Puppet 7 drop / openvox swap to the unreleased
7.0.0 CHANGELOG entry.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
michael-riddle
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Default acceptance targeted EL9, and the EL10 nodeset matrix was missing Rocky Linux and Oracle Enterprise Linux variants.
Changes
nodesets/default.yml— Retargets default acceptance from EL9 to EL10 (generic/rocky10/rocky-linux-cloud/rocky-linux-10)nodesets/docker_rocky10.yml(new) — Rocky Linux 10 Docker nodeset (rockylinux:10)nodesets/docker_oel10.yml(new) — Oracle Enterprise Linux 10 Docker nodeset (oraclelinux:10).github/workflows/pr_tests.yml— Addeddocker_rocky10anddocker_oel10to the GitHub Actions acceptance test matrixEL10 Docker coverage now spans RHEL, Alma, CentOS Stream, Rocky, and OEL — consistent with the EL8/EL9 matrix.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.