Skip to content

ci: run checks on operator-v2 and add a build job - #72

Open
amarkov-cw wants to merge 1 commit into
operator-v2from
amarkov/fix-deploy-v2-telemetry-callsite
Open

ci: run checks on operator-v2 and add a build job#72
amarkov-cw wants to merge 1 commit into
operator-v2from
amarkov/fix-deploy-v2-telemetry-callsite

Conversation

@amarkov-cw

@amarkov-cw amarkov-cw commented Jun 17, 2026

Copy link
Copy Markdown

Problem

CI (.github/workflows/checks.yaml) only triggers on main (push + pull_request). But main is dead and all work happens on operator-v2, so no checks run on any operator-v2 PR or push.

That's how a non-compiling commit reached operator-v2 HEAD: the telemetry refactor (#71) changed operator.DeployOperator's signature but missed the call site in performDeploy() (deploy_v2.go:626), and nothing caught it. (The compile break itself was already fixed separately in c92f92b by @dgreeninger-wandb — this PR is just the CI hardening so it can't recur.)

Change

  • Run checks on operator-v2 in addition to main.
  • Add an explicit go build ./... job to gate compile breaks. (The existing golangci-lint job also type-checks and would have caught this — but only if it ran; a dedicated build step is unambiguous.)
  • Bump Go 1.251.26 to match go.mod.

Note

Surfaced while self-onboarding through the WSM install docs (rhel-fix) as a new self-managed customer: a fresh operator-v2 checkout didn't compile, and there was no CI on the branch to have caught it.

🤖 Generated with Claude Code

@coderabbitai

coderabbitai Bot commented Jun 17, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f1205526-1035-41a8-b867-c9f8f836bb47

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch amarkov/fix-deploy-v2-telemetry-callsite

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jthakkar04 jthakkar04 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@amarkov-cw amarkov-cw closed this Jun 17, 2026
@amarkov-cw
amarkov-cw force-pushed the amarkov/fix-deploy-v2-telemetry-callsite branch from c92cdd9 to c92f92b Compare June 17, 2026 19:24
@amarkov-cw amarkov-cw changed the title fix(deploy-v2): correct DeployOperator call site + run CI on operator-v2 ci: run checks on operator-v2 and add a build job Jun 17, 2026
@amarkov-cw amarkov-cw reopened this Jun 17, 2026
checks.yaml only triggered on `main` (long dead), so no CI ran on operator-v2
PRs/pushes -- which is how a non-compiling commit landed (since fixed in c92f92b).
Run on operator-v2 too, add an explicit `go build ./...` job to gate compile breaks,
and bump Go 1.25->1.26 to match go.mod.
@jthakkar04
jthakkar04 force-pushed the amarkov/fix-deploy-v2-telemetry-callsite branch from 053896c to a5d6170 Compare July 17, 2026 22:11
@jthakkar04
jthakkar04 requested a review from a team as a code owner July 17, 2026 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants