ci: run test performance agent on hosted ubuntu · openclaw/openclaw@629ed9f
steipete
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -31,7 +31,7 @@ jobs:
|
31 | 31 | github.event.workflow_run.event == 'push' && |
32 | 32 | github.event.workflow_run.head_branch == 'main' && |
33 | 33 | !endsWith(github.event.workflow_run.actor.login, '[bot]'))) |
34 | | - runs-on: blacksmith-32vcpu-ubuntu-2404 |
| 34 | + runs-on: ubuntu-24.04 |
35 | 35 | timeout-minutes: 240 |
36 | 36 | steps: |
37 | 37 | - name: Checkout |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -34,6 +34,8 @@ make only small coverage-preserving test performance fixes, then reruns the
|
34 | 34 | full-suite report and rejects changes that reduce the passing baseline test |
35 | 35 | count. If the baseline has failing tests, Codex may fix only obvious failures |
36 | 36 | and the after-agent full-suite report must pass before anything is committed. |
| 37 | +It uses GitHub-hosted Ubuntu so the Codex action can keep the same drop-sudo |
| 38 | +safety posture as the docs agent. |
37 | 39 | |
38 | 40 | ```bash |
39 | 41 | gh workflow run duplicate-after-merge.yml \ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。