CNTRLPLANE-3233: ci(gha): add release-4.22 branch to GitHub Actions workflows - #8217
Conversation
Add the release-4.22 branch to all applicable GHA workflow triggers so PRs and pushes to that branch receive the same CI coverage as main. Updated workflows: codespell, cpo-container-sync, docs-preview, envtest-kube, envtest-ocp, gitlint, lint, test, and verify. The lint workflow's hardcoded `git fetch origin main:main` is replaced with a dynamic `github.base_ref` reference so it works correctly for PRs targeting any configured branch. sync-community-fork is excluded as it is only relevant for main. Resolves: CNTRLPLANE-3233 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
📝 WalkthroughWalkthroughMultiple GitHub Actions workflows were updated to expand their trigger conditions. Each workflow now includes the 🚥 Pre-merge checks | ✅ 10✅ Passed checks (10 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bryan-cox The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@bryan-cox: This pull request references CNTRLPLANE-3233 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/area ci-tooling |
|
Pipeline controller notification No second-stage tests were triggered for this PR. This can happen when:
Use |
|
/verified by Github Actions |
|
@jparrill: This PR has been marked as verified by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
This popped up as a pr without coderabbit review, any idea why? Was this opened in draft by any chance? |
Summary
release-4.22to the branch triggers for all applicable GitHub Actions workflows so PRs targeting that branch get the same CI checks asmaingit fetch origin main:mainin lint workflow with dynamicgithub.base_refreferencesync-community-fork.yamlexcluded (only relevant for main)Updated workflows: codespell, cpo-container-sync, docs-preview, envtest-kube, envtest-ocp, gitlint, lint, test, verify
Resolves: CNTRLPLANE-3233
Test plan
release-4.22main🤖 Generated with Claude Code
Summary by CodeRabbit
release-4.22branch in addition to the main development branch.