[codex] Move PR E2E to hosted runners

This commit is contained in:
Jeppe Bundgaard
2026-07-06 18:33:44 +02:00
parent cfa7d5be69
commit 62ae4bc890
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -101,11 +101,11 @@ jobs:
if: github.event_name != 'schedule'
needs: build-and-unit
name: E2E-pr-${{ matrix.suite }}-${{ matrix.project }}
runs-on: [self-hosted, Linux, X64, pleno, frontend, docker]
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
fail-fast: false
max-parallel: 1
max-parallel: 4
matrix:
suite: [core, changed]
project: [chromium-desktop, chromium-mobile]