Commit 9bf4afc
committed
ci: pilot-migrate clippy job to smithy self-hosted runners
Switches just the clippy job from ubuntu-latest to
[self-hosted, linux, x64, rust-cpu] — one of the three rust-cpu
runners on pulseengine-ci-01 (hetzner-private group).
Other jobs (fmt, test) stay on ubuntu-latest for now; once we have
a few green clippy runs and timing data, the rest can follow.
Why clippy first:
- meaningful compile work (good sccache test)
- bounded scope — failure doesn't block fmt or test
- no sudo, apt, or container needed
- spar already tracks nightly via dtolnay/rust-toolchain so the
toolchain matches between hosted and self-hosted
If this PR's clippy job goes red on the self-hosted runner but
passes locally / on hosted, that's a smithy bug, not a code bug.1 parent 6e9f5ab commit 9bf4afc
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
0 commit comments