ci: add CI workflow for release-1.3#85
Open
kdacosta0 wants to merge 1 commit into
Open
Conversation
kdacosta0
force-pushed
the
ci/add-workflows-release-1.3
branch
3 times, most recently
from
July 14, 2026 13:40
f67390a to
8d4113c
Compare
PR Summary by Qodoci: backport CI and E2E workflows to release-1.3
AI Description
Diagram
High-Level Assessment
Files changed (2)
|
Backport ci.yml from main so that PRs targeting release branches get lint and unit test coverage. Without this, PRs merged with no checks (as seen with PR #84). Changes from main: - ci.yml: golangci-lint pinned to v1.64.8 (v1 config format on this branch) - .golangci.yml: disable errname, intrange, perfsprint and exclude gosec G115 (not enabled on main v2 config either) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
kdacosta0
force-pushed
the
ci/add-workflows-release-1.3
branch
from
July 14, 2026 14:00
8d4113c to
9a9ce3f
Compare
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
Backport
ci.yml(lint + unit tests) from main so that PRs targeting release branches get CI coverage. Without this, PRs merged with no checks (as seen with PR #84).Changes from main:
ci.yml: golangci-lint pinned to v1.64.8 (release branches use v1 config format).golangci.yml: disableerrname,intrange,perfsprintand exclude gosec G115 (not enabled on main v2 config either)Note:
e2e.ymlnot included — the operator onrelease-1.3fails to start in Kind withno matches for kind "Ingress" in version "config.openshift.io/v1"(requires OpenShift-specific CRDs not available in Kind).Test plan
🤖 Generated with Claude Code