Compare commits

...

1 Commits

Author SHA1 Message Date
starr-openai
e84a858648 Probe XL runners with nextest 8 threads
Co-authored-by: Codex <noreply@openai.com>
2026-05-08 17:52:34 -07:00

View File

@@ -552,7 +552,7 @@ jobs:
remote_env: "true"
runs_on:
group: codex-runners
labels: codex-linux-x64
labels: codex-linux-x64-xl
- runner: ubuntu-24.04-arm
target: aarch64-unknown-linux-gnu
profile: dev
@@ -564,7 +564,7 @@ jobs:
profile: dev
runs_on:
group: codex-runners
labels: codex-windows-x64
labels: codex-windows-x64-xl
- runner: windows-arm64
target: aarch64-pc-windows-msvc
profile: dev
@@ -682,7 +682,7 @@ jobs:
- name: tests
id: test
run: cargo nextest run --no-fail-fast --target ${{ matrix.target }} --cargo-profile ci-test --timings
run: cargo nextest run --no-fail-fast --target ${{ matrix.target }} --cargo-profile ci-test --timings --test-threads 8
env:
RUST_BACKTRACE: 1
RUST_MIN_STACK: "8388608" # 8 MiB