Skip to content

Commit 4549a87

Browse files
[Data] Jail unstructured_data_ingestion release test (#63236)
## Description Move the `unstructured_data_ingestion` release test from `weekly` to `manual` while the poor throughput / CPU utilization issue is investigated. The previous timeout bump could mask the underlying runtime behavior, so this change removes the test from scheduled release runs instead of extending its runtime budget. Jailing test because the current CPU utilization is too low and the test needs to be rewritten. ## Test plan - Verified `release/release_tests.yaml` parses and `unstructured_data_ingestion` resolves to `frequency: manual`. - Commit hooks passed for the staged change. --------- Signed-off-by: Goutam <goutam@anyscale.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 189b7a9 commit 4549a87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release/release_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5157,7 +5157,7 @@
51575157
cluster_compute: ci/gce.yaml # relative to working_dir
51585158

51595159
- name: unstructured_data_ingestion # do not use dashes (regex sensitive)
5160-
frequency: weekly
5160+
frequency: manual # was weekly
51615161
python: "3.11"
51625162
group: ray-examples
51635163
team: data

0 commit comments

Comments
 (0)