Skip to content

ci: bump pinned Ginkgo CLI to v2.23.4 to match go.mod#696

Open
Copilot wants to merge 1 commit into
mainfrom
copilot/fix-ginkgo-cli-runtime-mismatch
Open

ci: bump pinned Ginkgo CLI to v2.23.4 to match go.mod#696
Copilot wants to merge 1 commit into
mainfrom
copilot/fix-ginkgo-cli-runtime-mismatch

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 6, 2026

Every PR triggering unit-and-integration-tests was failing in pkg/controllers/workapplier AfterSuite teardown because Ginkgo detected a CLI/runtime version mismatch (v2.19.1 CLI vs v2.23.4 runtime from go.mod), causing a 30s grace-period timeout despite all 290 specs passing.

Changes

  • .github/workflows/ci.yml — bump Ginkgo CLI install in unit-and-integration-tests job: v2.19.1v2.23.4
  • .github/workflows/upgrade.yml — same bump across all three job steps that install the Ginkgo CLI
-  go install github.com/onsi/ginkgo/v2/ginkgo@v2.19.1
+  go install github.com/onsi/ginkgo/v2/ginkgo@v2.23.4

All workflow jobs now install the CLI version that matches go.mod.

Copilot AI changed the title [WIP] Fix Ginkgo CLI/runtime version mismatch causing AfterSuite timeout ci: bump pinned Ginkgo CLI to v2.23.4 to match go.mod May 6, 2026
@ytimocin Yetkin Timocin (ytimocin) force-pushed the copilot/fix-ginkgo-cli-runtime-mismatch branch from b0bfb41 to 3c6f94f Compare May 6, 2026 21:24
@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@ytimocin Yetkin Timocin (ytimocin) marked this pull request as ready for review May 6, 2026 23:33
@ytimocin Yetkin Timocin (ytimocin) force-pushed the copilot/fix-ginkgo-cli-runtime-mismatch branch from 3c6f94f to 1b3dccb Compare May 11, 2026 22:19
@ytimocin Yetkin Timocin (ytimocin) force-pushed the copilot/fix-ginkgo-cli-runtime-mismatch branch from 1b3dccb to 2698f1c Compare May 14, 2026 06:45
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.

ci: Ginkgo CLI / runtime version mismatch likely causing AfterSuite timeout in unit-and-integration-tests

2 participants