ci: run test performance agent on hosted ubuntu

This commit is contained in:
Peter Steinberger
2026-04-23 20:51:31 +01:00
parent 648422a6c1
commit 629ed9f702
2 changed files with 3 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ jobs:
github.event.workflow_run.event == 'push' &&
github.event.workflow_run.head_branch == 'main' &&
!endsWith(github.event.workflow_run.actor.login, '[bot]')))
runs-on: blacksmith-32vcpu-ubuntu-2404
runs-on: ubuntu-24.04
timeout-minutes: 240
steps:
- name: Checkout

View File

@@ -34,6 +34,8 @@ make only small coverage-preserving test performance fixes, then reruns the
full-suite report and rejects changes that reduce the passing baseline test
count. If the baseline has failing tests, Codex may fix only obvious failures
and the after-agent full-suite report must pass before anything is committed.
It uses GitHub-hosted Ubuntu so the Codex action can keep the same drop-sudo
safety posture as the docs agent.
```bash
gh workflow run duplicate-after-merge.yml \