refactor(ci): internalize CI workflows and pin actions by SHA#57
Merged
Conversation
Replace external reusable workflows from ansible/ansible-content-actions and ansible-network/github_actions with local job definitions. This eliminates Dependabot noise (4+ PRs per upstream bump) and gives us control over continue-on-error for devel/milestone matrix entries, fixing the current all_green breakage from upstream ansible-core issues. - Vendor changelog validation script from upstream - Pin actions/checkout and actions/setup-python by commit SHA - Add continue-on-error for devel/milestone in sanity and unit jobs - Fix galaxy-importer env var persistence bug from upstream Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ansible-core devel requires Python >= 3.13, so py3.12 is unsupported. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Reuse the unit-galaxy-matrix output instead of a hardcoded matrix with manual exclusions. The ansible version is extracted from the tox environment name. This ensures unit-source always stays in sync with the ansible-core support matrix without manual updates. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
ansible/ansible-content-actionsandansible-network/github_actionswith local job definitions, eliminating Dependabot noise (4+ PRs per upstream bump)continue-on-errorfordevel/milestonematrix entries in sanity and unit jobs, fixing the currentall_greenbreakage from upstream ansible-core issuesactions/checkoutandactions/setup-pythonby commit SHA for supply-chain security.github/scripts/validate_changelog.pyGALAXY_IMPORTER_CONFIGenv var persistence bug from upstreamTest plan
develfailures are absorbed bycontinue-on-errorandall_greenpassesbuild-importandansible-lintjobs passchangelogjob runs correctly (skip-changelog label applied to this PR)🤖 Generated with Claude Code