From 8e89edf74bf57804b2e75f06a91c7bdbaa603b95 Mon Sep 17 00:00:00 2001 From: "Adam Perry @ OpenAI" Date: Fri, 29 May 2026 22:56:16 -0700 Subject: [PATCH] ci: try 8 local Windows test jobs --- .bazelrc | 2 +- codex-rs/core/tests/all.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bazelrc b/.bazelrc index 6357eb83e4..7103435077 100644 --- a/.bazelrc +++ b/.bazelrc @@ -166,7 +166,7 @@ common:ci-windows-cross --config=remote common:ci-windows-cross --host_platform=//:rbe common:ci-windows-cross --strategy=remote common:ci-windows-cross --strategy=TestRunner=local -common:ci-windows-cross --local_test_jobs=4 +common:ci-windows-cross --local_test_jobs=8 common:ci-windows-cross --test_env=RUST_TEST_THREADS=1 # Native Windows CI still covers the PowerShell tests. The cross-built gnullvm # binaries currently hang in PowerShell AST parser tests when those binaries are diff --git a/codex-rs/core/tests/all.rs b/codex-rs/core/tests/all.rs index 1f00d47b3a..fd6f0fa95e 100644 --- a/codex-rs/core/tests/all.rs +++ b/codex-rs/core/tests/all.rs @@ -6,5 +6,5 @@ mod suite; #[test] fn windows_bazel_concurrency_experiment_cache_bust_marker() { - println!("windows Bazel concurrency experiment: baseline_jobs4_threads1"); + println!("windows Bazel concurrency experiment: jobs8_threads1"); }