mirror of
https://github.com/openai/codex.git
synced 2026-09-05 15:18:41 +00:00
ci: confirm serialized Rust threads with 16 Windows jobs
This commit is contained in:
2
.bazelrc
2
.bazelrc
@@ -167,7 +167,7 @@ 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=16
|
||||
common:ci-windows-cross --test_env=RUST_TEST_THREADS=2
|
||||
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
|
||||
# run on the Windows runner.
|
||||
|
||||
@@ -6,5 +6,5 @@ mod suite;
|
||||
|
||||
#[test]
|
||||
fn windows_bazel_concurrency_experiment_cache_bust_marker() {
|
||||
println!("windows Bazel concurrency experiment: jobs16_threads2");
|
||||
println!("windows Bazel concurrency experiment: jobs16_threads1_confirm");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user