Skip to content

Commit 88a35bc

Browse files
authored
[ci] add a gpu job for flaky data tests (ray-project#42499)
Some data tests get move to flaky but they need to run on a GPU machine. Add a gpu job for data flaky tests. Signed-off-by: can <can@anyscale.com>
1 parent c7af86e commit 88a35bc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.buildkite/data.rayci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,18 @@ steps:
165165
- bazel run //ci/ray_ci:test_in_docker -- //... data --run-flaky-tests
166166
--test-env RAY_DATA_USE_STREAMING_EXECUTOR=1 --parallelism-per-worker 3
167167
--build-name data14build
168+
--except-tags gpu_only,gpu
168169
depends_on: data14build
170+
171+
- label: ":database: data: flaky gpu tests"
172+
tags:
173+
- python
174+
- data
175+
- skip-on-premerge
176+
instance_type: gpu-large
177+
soft_fail: true
178+
commands:
179+
- bazel run //ci/ray_ci:test_in_docker -- //... data --run-flaky-tests
180+
--build-name docgpubuild
181+
--only-tags gpu,gpu_only
182+
depends_on: docgpubuild

0 commit comments

Comments
 (0)