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
[ci] Adopt CppInterOp's WoL action, repro hint, and selfh split.
Three patterns CppInterOp already runs against
compiler-research/ci-workflows that clad hadn't picked up after the
setup-llvm move in 6e4f268. Each is a small win; bundling keeps the
migration coherent.
* wake-on-lan: drop the inline bash in `prepare-dell` and call
`compiler-research/ci-workflows/actions/wake-on-lan@main`. One
source of truth for the dell wake-up, easier to fix when its
behaviour shifts.
* reproduce-locally hint on failure: when a row goes red, print the
exact `bin/repro <row>` invocation pinned to the failing SHA. The
existing dumps are gated on runner.debug, so first red builds
offered no signpost back to a local reproduction.
* build-selfhost job: the two self-hosted CUDA rows move to a
dedicated job with `needs: prepare-dell`, sharing the step list
with `build` via a YAML anchor. Hosted-runner rows stop queuing
behind the WoL probe, and which rows actually need the dell is
visible in the job list. Drops a dead `runs-on: cuda` matrix
field while there.
0 commit comments