mirror of
https://github.com/garrytan/gstack.git
synced 2026-06-18 07:40:09 +02:00
ci(windows): revert to free windows-latest
Ubicloud doesn't ship Windows runners — confirmed via their docs. The `ubicloud-standard-*-windows` labels I added do not exist and were causing `windows-free-tests` to sit "Queued — Waiting to run this check" forever (GitHub Actions can't tell a typoed label from a self-hosted runner that's about to register; it just waits). Three prior Windows-runner attempts all failed for different reasons: - `blacksmith-2vcpu-windows-2022` — Blacksmith app not installed on the org - `windows-latest-8-cores` — GitHub paid larger-runner billing not enabled - `ubicloud-standard-2/8-windows` — Ubicloud doesn't offer Windows at all The free `windows-latest` runner (4 cores, ~60s spin-up, $0) is the one path that actually runs. The wave-coverage Windows tests are <30s of real work; total job time stays under 2 minutes. Cleaned up `.github/actionlint.yaml` to drop the bogus `ubicloud-standard-*-windows` entries — kept only the two real Linux labels. CHANGELOG: split the runner-pool row into Linux (migrated to Ubicloud-8) vs Windows (stays on free windows-latest), with the why on each. Itemized line for windows-free-tests rewritten to reflect the actual outcome. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -8,12 +8,11 @@ name: Windows Free Tests
|
||||
# targeted resolver tests that exercise the Bun.which-based claude binary
|
||||
# resolution + the GSTACK_CLAUDE_BIN override path on Windows.
|
||||
#
|
||||
# Runner: Ubicloud Windows runner (`ubicloud-standard-8-windows`). All CI
|
||||
# in this repo runs on Ubicloud (Linux + Windows) for billing consolidation
|
||||
# and consistent capacity. Swap to `windows-latest` to revert to GitHub's
|
||||
# free runner if Ubicloud has Windows capacity issues. Note
|
||||
# `windows-latest-8-cores` (GitHub paid larger runner) sat queued because
|
||||
# org-level larger-runner billing wasn't enabled.
|
||||
# Runner: GitHub-hosted free `windows-latest`. The whole rest of CI runs on
|
||||
# Ubicloud (Linux), but Ubicloud doesn't ship Windows runners and we don't
|
||||
# want to flip on GitHub's org-level larger-runner billing for just this one
|
||||
# job. 4 cores, ~60s spin-up, $0. The wave-coverage tests this runs are
|
||||
# small enough that total job time stays under 2 minutes.
|
||||
#
|
||||
# What this DOES NOT do (still out of scope, tracked as follow-up):
|
||||
# - Run the full free suite on Windows. The 24 tests that hardcode /bin/sh,
|
||||
@@ -36,7 +35,7 @@ jobs:
|
||||
windows-free-tests:
|
||||
# Ubicloud Windows runner (same provider as the Linux evals workflow).
|
||||
# To revert: swap to `windows-latest` (GitHub's free 4-core Windows runner).
|
||||
runs-on: ubicloud-standard-8-windows
|
||||
runs-on: windows-latest
|
||||
timeout-minutes: 15
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user