Skip to content

fix(ci): drop darwin-x64 verify leg (macos-13 queue still stuck)#792

Merged
willwashburn merged 1 commit intomainfrom
fix/drop-darwin-x64-verify-leg
Apr 25, 2026
Merged

fix(ci): drop darwin-x64 verify leg (macos-13 queue still stuck)#792
willwashburn merged 1 commit intomainfrom
fix/drop-darwin-x64-verify-leg

Conversation

@willwashburn
Copy link
Copy Markdown
Member

@willwashburn willwashburn commented Apr 25, 2026

Summary

`verify-publish-sdk.yml` had its own `darwin-x64` matrix entry on `macos-13` that I missed when #788 dropped the equivalent leg from `publish.yml`'s `smoke-broker-packages` matrix. The macos-13 Intel pool is still capacity-starved — run 24918788548 had this verify job sitting in `queued` for hours while every other leg finished, and required force-cancel via the GitHub API to clear.

Fix

Same as before: drop the leg with a comment pointing at the matching omission in `publish.yml`. The x86_64-apple-darwin broker is still cross-compiled and published; we just don't run a darwin-x64 verify against an Intel host.

   - platform: darwin-arm64
     os: macos-14
     expected_pkg: '@agent-relay/broker-darwin-arm64'
-  - platform: darwin-x64
-    os: macos-13
-    expected_pkg: '@agent-relay/broker-darwin-x64'
+  # darwin-x64 verify is intentionally omitted: GitHub's macos-13
+  # (Intel) runner pool is capacity-constrained and routinely queues
+  # for hours. Mirrors the same omission in publish.yml's
+  # smoke-broker-packages matrix.
   - platform: linux-x64

Test plan

  • Re-dispatch the next publish; confirm no `Verify @agent-relay/sdk (darwin-x64)` job appears and the workflow completes without the macos-13 queue hang.

🤖 Generated with Claude Code


Open in Devin Review

verify-publish-sdk.yml had a separate darwin-x64 matrix entry on
macos-13 that I missed when 0bcdbf3 dropped the equivalent leg from
publish.yml's smoke-broker-packages matrix. The macos-13 Intel pool
is still capacity-starved — run 24918788548 had this verify job
sitting in 'queued' for hours while every other leg finished, and
required force-cancel via the GitHub API to clear.

Same fix as before: drop the leg with a comment pointing at the
matching omission in publish.yml. The x86_64-apple-darwin broker is
still cross-compiled and published; we just don't run a darwin-x64
verify on an Intel host.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@willwashburn willwashburn merged commit b0e86c8 into main Apr 25, 2026
36 checks passed
@willwashburn willwashburn deleted the fix/drop-darwin-x64-verify-leg branch April 25, 2026 02:50
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.

1 participant