mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
codex: cover variable CI test runtimes (#28598)
This commit is contained in:
@@ -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"],
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
)
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user