Skip to content

Commit 0d443d6

Browse files
committed
ci: skip pydabs_1000_tasks in migrate + continue_293 invariants
The 1000-task scale case is still exercised by `no_drift`; running the same scale in `migrate` and `continue_293` adds dominant time in PR CI without incremental coverage. Measured against a recent main build: linux/direct migrate=228s continue_293=98s (no_drift kept=94s) windows/direct migrate=422s continue_293=143s (no_drift kept=109s) These two excluded tests are the top-2 slowest tests on linux/direct and the top-2 on windows/direct, so this is the high-leverage cut. Co-authored-by: Isaac
1 parent c59058c commit 0d443d6

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

acceptance/bundle/invariant/continue_293/test.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ EnvMatrixExclude.no_vector_search_endpoint = ["INPUT_CONFIG=vector_search_endpoi
1111

1212
# Dotted pipeline configuration keys are not supported on v0.293.0
1313
EnvMatrixExclude.no_pipeline_config_dots = ["INPUT_CONFIG=pipeline_config_dots.yml.tmpl"]
14+
15+
# The 1000-task scale case is covered by no_drift. Running it here adds ~1.5 min
16+
# per variant (two full deploys at 1000 tasks) without incremental coverage.
17+
EnvMatrixExclude.no_pydabs_1000_tasks = ["INPUT_CONFIG=job_pydabs_1000_tasks.yml.tmpl"]

acceptance/bundle/invariant/migrate/test.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ EnvMatrixExclude.no_grant_ref = ["INPUT_CONFIG=schema_grant_ref.yml.tmpl"]
1919

2020
# SQL warehouses currently failing with migration with permanent drift. TODO: fix this.
2121
EnvMatrixExclude.no_sql_warehouse = ["INPUT_CONFIG=sql_warehouse.yml.tmpl"]
22+
23+
# The 1000-task scale case is covered by no_drift. Running it here adds ~1.5 min
24+
# per variant (deploy + migrate + plan at 1000 tasks) without incremental coverage.
25+
EnvMatrixExclude.no_pydabs_1000_tasks = ["INPUT_CONFIG=job_pydabs_1000_tasks.yml.tmpl"]

0 commit comments

Comments
 (0)