ci(workflows): move Testing and Release jobs from jp-arm-oracle to ubuntu-latest - #12
Conversation
…untu-latest The self-hosted jp-arm-oracle runner is down, leaving these jobs queued indefinitely. Switch them to the GitHub-hosted ubuntu-latest runner. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017sLELT63L4qrjvuM3BVq4o
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
ReviewSmall, well-scoped CI fix — changes Correctness: Good. Both pipelines build/test a JVM (Kotlin) plugin via Gradle — nothing in either workflow is architecture-specific, so moving from the (ARM) self-hosted runner to GitHub-hosted Completeness: Confirmed no other workflow files ( Minor considerations (non-blocking):
Security: No concerns — no secrets or permissions changed, same actions/tokens used as before. Tests: N/A — this is a CI infrastructure change with no application code affected. Looks good to merge. |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (14.30%) is below the target coverage (60.00%). You can increase the head coverage or adjust the target coverage. @@ Coverage Diff @@
## main #12 +/- ##
==========================================
- Coverage 18.01% 14.30% -3.72%
==========================================
Files 20 20
Lines 766 755 -11
Branches 172 172
==========================================
- Hits 138 108 -30
- Misses 593 630 +37
+ Partials 35 17 -18 see 8 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Why
The self-hosted runner
jp-arm-oracleis down, so every job pinned to that label sits inqueuedforever.What
jp-arm-oraclenow run on GitHub-hostedubuntu-latest.🤖 Generated with Claude Code
https://claude.ai/code/session_017sLELT63L4qrjvuM3BVq4o