Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
Signed-off-by: Balaji Veeramani <[email protected]>
  • Loading branch information
bveeramani committed May 25, 2024
1 parent f13d144 commit 970c579
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .buildkite/core.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ steps:
commands:
- bazel run //ci/ray_ci:test_in_docker --
python/ray/util/dask/... python/ray/tests/modin/... core
--build-name data15build
--build-name data16build
--parallelism-per-worker 2
depends_on:
- data15build
- data16build
- forge

- label: ":ray: core: dashboard tests"
Expand Down
24 changes: 12 additions & 12 deletions .buildkite/data.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ steps:
- name: data6build
wanda: ci/docker/data6.build.wanda.yaml

- name: data15build
wanda: ci/docker/data15.build.wanda.yaml
- name: data16build
wanda: ci/docker/data16.build.wanda.yaml

- name: databuild-multipy
label: "wanda: databuild-py{{matrix}}"
Expand Down Expand Up @@ -42,7 +42,7 @@ steps:
--except-tags data_integration,doctest
depends_on: data6build

- label: ":database: data: arrow 15 tests"
- label: ":database: data: arrow 16 tests"
tags:
- python
- data
Expand All @@ -52,9 +52,9 @@ steps:
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/data/... //python/ray/air/... data
--workers "$${BUILDKITE_PARALLEL_JOB_COUNT}"
--worker-id "$${BUILDKITE_PARALLEL_JOB}" --parallelism-per-worker 3
--build-name data15build
--build-name data16build
--except-tags data_integration,doctest
depends_on: data15build
depends_on: data16build

- label: ":database: data: arrow nightly tests"
tags:
Expand Down Expand Up @@ -91,17 +91,17 @@ steps:
commands:
# doc tests
- bazel run //ci/ray_ci:test_in_docker -- python/ray/... //doc/... data
--build-name data15build
--build-name data16build
--except-tags gpu
--only-tags doctest
--parallelism-per-worker 2
# doc examples
- bazel run //ci/ray_ci:test_in_docker -- //doc/... data
--build-name data15build
--build-name data16build
--except-tags gpu,post_wheel_build,doctest
--parallelism-per-worker 2
--skip-ray-installation
depends_on: data15build
depends_on: data16build

- label: ":database: data: doc gpu tests"
tags:
Expand Down Expand Up @@ -144,9 +144,9 @@ steps:
instance_type: small
commands:
- bazel run //ci/ray_ci:test_in_docker -- python/ray/dashboard/... data
--build-name data15build
--build-name data16build
--parallelism-per-worker 3
depends_on: data15build
depends_on: data16build

- label: ":database: data: flaky tests"
tags:
Expand All @@ -158,9 +158,9 @@ steps:
commands:
- bazel run //ci/ray_ci:test_in_docker -- //... data --run-flaky-tests
--parallelism-per-worker 3
--build-name data15build
--build-name data16build
--except-tags gpu_only,gpu
depends_on: data15build
depends_on: data16build

- label: ":database: data: flaky gpu tests"
tags:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "data15build"
name: "data16build"
froms: ["cr.ray.io/rayproject/oss-ci-base_ml"]
dockerfile: ci/docker/data.build.Dockerfile
srcs:
Expand All @@ -10,6 +10,6 @@ srcs:
- python/requirements/ml/data-requirements.txt
- python/requirements/ml/data-test-requirements.txt
build_args:
- ARROW_VERSION=15.*
- ARROW_VERSION=16.*
tags:
- cr.ray.io/rayproject/data15build
- cr.ray.io/rayproject/data16build

0 comments on commit 970c579

Please sign in to comment.