Compare commits

...

6 Commits

Author SHA1 Message Date
Adam Perry @ OpenAI
54e09521f0 ci: try 12 local Windows test jobs 2026-05-30 00:00:14 -07:00
Adam Perry @ OpenAI
939b57d261 ci: confirm serialized Rust threads with 16 Windows jobs 2026-05-29 23:44:23 -07:00
Adam Perry @ OpenAI
c7e79557e8 ci: try two Rust test threads on Windows 2026-05-29 23:28:51 -07:00
Adam Perry @ OpenAI
e23a81f1c1 ci: try 16 local Windows test jobs 2026-05-29 23:12:12 -07:00
Adam Perry @ OpenAI
8e89edf74b ci: try 8 local Windows test jobs 2026-05-29 22:56:16 -07:00
Adam Perry @ OpenAI
f6fff80f0d ci: baseline Windows Bazel test concurrency 2026-05-29 22:38:54 -07:00
2 changed files with 6 additions and 1 deletions

View File

@@ -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=12
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

View File

@@ -3,3 +3,8 @@
pub use codex_protocol::error;
mod suite;
#[test]
fn windows_bazel_concurrency_experiment_cache_bust_marker() {
println!("windows Bazel concurrency experiment: jobs12_threads1");
}