Skip to content

Commit bf7133e

Browse files
authored
[data] disable image_embedding_from_jsonl_fixed_size_chaos (#57544)
cherypick #57273 The `image_embedding_from_jsonl_fixed_size_chaos` release test runs a large image embedding workload with a preemption every minute. Since this test features long-running tasks and frequent preemptions, it's expected to time out (it's not a regression). So, this PR changes the frequency to manual. Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
1 parent 720d9c1 commit bf7133e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

release/release_data_tests.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,27 +565,33 @@
565565

566566

567567
- name: image_embedding_from_jsonl_{{case}}
568-
frequency: weekly
568+
frequency: "{{frequency}}"
569569
group: data-batch-inference
570570

571571
matrix:
572572
setup:
573573
case: []
574574
cluster_type: []
575575
args: []
576+
frequency: []
576577
adjustments:
577578
- with:
578579
case: fixed_size
579580
cluster_type: fixed_size
580581
args: --inference-concurrency 40 40
582+
frequency: weekly
581583
- with:
582584
case: autoscaling
583585
cluster_type: autoscaling
584586
args: --inference-concurrency 1 40
587+
frequency: weekly
585588
- with:
586589
case: fixed_size_chaos
587590
cluster_type: fixed_size
588591
args: --inference-concurrency 40 40 --chaos
592+
# This release test is run on a 'manual' frequency because it's expected to
593+
# fail.
594+
frequency: manual
589595

590596
cluster:
591597
cluster_compute: image_embedding_from_jsonl/{{cluster_type}}_cluster_compute.yaml

0 commit comments

Comments
 (0)