ci: add CI and E2E workflows for release-1.4#86
Merged
Conversation
kdacosta0
force-pushed
the
ci/add-workflows-release-1.4
branch
from
July 14, 2026 13:41
1efaac0 to
2afddc7
Compare
PR Summary by Qodoci: enable lint/unit CI and E2E workflows on release-1.4
AI Description
Diagram
High-Level Assessment
Files changed (2)
|
Backport ci.yml and e2e.yml from main so that PRs targeting release branches get CI coverage. Without these, PRs merged with no checks. Changes from main: - ci.yml: golangci-lint pinned to v1.64.8 (v1 config format on this branch) - e2e.yml: OPERATOR_REF defaults to release-1.4 - .golangci.yml: disable errname (not used on main v2 config either) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
kdacosta0
force-pushed
the
ci/add-workflows-release-1.4
branch
from
July 14, 2026 13:43
2afddc7 to
94a1969
Compare
tommyd450
approved these changes
Jul 22, 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.

Summary
Backport
ci.yml(lint + unit tests) ande2e.yml(full E2E) from main so that PRs targeting release branches get CI coverage. Without these, 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)e2e.yml:OPERATOR_REFdefaults torelease-1.4.golangci.yml: disableerrname,intrange,perfsprint(not enabled on main v2 config) and exclude gosec G115 (pre-existing in codebase)Test plan
🤖 Generated with Claude Code