mirror of
https://github.com/openai/codex.git
synced 2026-05-17 09:43:19 +00:00
Reserve full CI threads for saturated integration tests
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -51,6 +51,7 @@ test-group = 'core_apply_patch_cli_integration'
|
||||
# each other and trip nextest's per-test timeout.
|
||||
filter = 'package(codex-core) & kind(test) & (test(remote_env) | test(view_image_routes_to_selected_remote_environment) | test(unified_exec_network_denial_emits_failed_background_end_event) | test(unified_exec_short_lived_network_denial_emits_failed_end_event))'
|
||||
test-group = 'core_remote_environment_integration'
|
||||
threads-required = "num-test-threads"
|
||||
slow-timeout = { period = "30s", terminate-after = 6 }
|
||||
|
||||
[[profile.default.overrides]]
|
||||
@@ -58,6 +59,7 @@ slow-timeout = { period = "30s", terminate-after = 6 }
|
||||
# other while waiting for append-only history rewrites on saturated CI runners.
|
||||
filter = 'package(codex-core) & kind(test) & (test(snapshot_rollback_followup_turn_trims_context_updates) | test(snapshot_rollback_past_compaction_replays_append_only_history) | test(thread_rollback_after_generated_image_drops_entire_image_turn_history))'
|
||||
test-group = 'core_thread_rollback_integration'
|
||||
threads-required = "num-test-threads"
|
||||
slow-timeout = { period = "30s", terminate-after = 6 }
|
||||
|
||||
[[profile.default.overrides]]
|
||||
|
||||
Reference in New Issue
Block a user