Commit 40e4eb0
committed
ci(build): keep Web-static verify on GitHub-hosted (not self-hosted)
The self-hosted switch routed the sub-minute Web-static verify job onto the
c2pool-build Linux runner along with the heavy C++ lanes. The puppeteer
pixel-regression harness cannot complete page navigation there: page.goto
times out at 15s under both load and domcontentloaded waitUntil, because the
self-hosted runner environment never fires the navigation-complete event for
dashboard.html. The job is green on ubuntu-24.04 and gains nothing from the
32-core box, so pin it back to GitHub-hosted. Dashboard-owned web-static
assets and the visual harness are unchanged and not the cause.1 parent 2a06fed commit 40e4eb0
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
444 | | - | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
445 | 448 | | |
446 | 449 | | |
447 | 450 | | |
| |||
0 commit comments