codex: cover variable CI test runtimes (#28598)

This commit is contained in:
Adam Perry
2026-06-17 05:27:23 +00:00
parent 386452d996
commit d07ab079fa
3 changed files with 7 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ codex_rust_crate(
},
test_sizes = {
"core-all-test-windows-cross": "medium",
"core-unit-tests": "medium",
"core-unit-tests-windows-cross": "medium",
},
test_tags = ["no-sandbox"],

View File

@@ -3,4 +3,7 @@ load("//:defs.bzl", "codex_rust_crate")
codex_rust_crate(
name = "external-agent-sessions",
crate_name = "codex_external_agent_sessions",
test_sizes = {
"external-agent-sessions-unit-tests-windows-cross": "medium",
},
)

View File

@@ -3,4 +3,7 @@ load("//:defs.bzl", "codex_rust_crate")
codex_rust_crate(
name = "thread-store",
crate_name = "codex_thread_store",
test_sizes = {
"thread-store-unit-tests-windows-cross": "medium",
},
)