Commit d44be14
Use install_pts.sh for PTS on the smoke CI runner
The previous workflow step ran `apt-get install -y phoronix-test-suite`
on ubuntu-latest, which 404s on 24.04 (PTS isn't in the default
repos). Calling install_pts.sh — which we already ship for the
self-hosted runner — keeps both lanes consistent.
Also fix the .deb URL baked into install_pts.sh: the
phoronix-test-suite.com/releases/repo/pts.debian path returns 404;
the upstream GitHub release at v10.8.4 is the canonical source.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 95b6391 commit d44be14
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | | - | |
57 | | - | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments