You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the last successful ubuntu-latest Symthaea job waited roughly two hours for assignment before running successfully;
a guarded probe using the repository's existing [self-hosted, gpu, nixos] labels also remained unassigned, indicating no matching self-hosted runner was online/available at that time.
This should be treated as an operational blocker, not as a failed research result.
Queue hygiene already landed
normal CI already supersedes stale automatic runs;
Showroom Integrity now supersedes stale branch/PR runs;
SYM-ARCH-001 no longer launches the completed 16-seed campaign on unrelated psych-bench changes;
the effective organization concurrency ceiling/current usage is documented;
if [self-hosted, gpu, nixos] remains an advertised fallback, at least one matching runner is confirmed online and capable of accepting a manual smoke job;
queued state is not interpreted as PASS/FAIL scientific evidence.
Research boundary
Do not bypass #57's executable merge gate because of this issue. Runner unavailability is infrastructure state, not validation. Once execution capacity returns, #57 should be merged only if the frozen exact-head gate passes; otherwise fix only the observed defect.
Problem
The SYM-ARCH-002 validation stack is now blocked by execution capacity rather than known code/test failures.
Observed on 2026-08-25:
SYM-ARCH-002A Experimental Coreremains queued withrunner_id: 0;ubuntu-latestSymthaea job waited roughly two hours for assignment before running successfully;[self-hosted, gpu, nixos]labels also remained unassigned, indicating no matching self-hosted runner was online/available at that time.This should be treated as an operational blocker, not as a failed research result.
Queue hygiene already landed
CIalready supersedes stale automatic runs;Showroom Integritynow supersedes stale branch/PR runs;These changes reduce future queue amplification but cannot retroactively cancel old runs created before the concurrency groups existed.
Diagnosis / checks
Organization owner should inspect:
Organization Settings → Actions → Runners → GitHub-hosted runners
and record:
GitHub documents this view as the authoritative place to inspect active jobs, queued jobs, and maximum concurrency.
If the self-hosted fallback is intended to be real, also inspect the registered runner list and restore/register a runner carrying all three labels:
self-hostedgpunixosNo registration token or credential should ever be committed to the repository.
Acceptance criteria
This blocker is resolved when all are true:
SYM-ARCH-002A Experimental Coreexact-head workflow reaches a real conclusion;[self-hosted, gpu, nixos]remains an advertised fallback, at least one matching runner is confirmed online and capable of accepting a manual smoke job;Research boundary
Do not bypass #57's executable merge gate because of this issue. Runner unavailability is infrastructure state, not validation. Once execution capacity returns, #57 should be merged only if the frozen exact-head gate passes; otherwise fix only the observed defect.