Skip to content

Commit

Permalink
[CI] Reenable rayjob sample yaml latest test (ray-project#1464)
Browse files Browse the repository at this point in the history
This PR reenables the rayjob sample yaml test that tests against the latest kuberay version. Previously it was skipped due to breaking changes in the API.

---------

Signed-off-by: Archit Kulkarni <[email protected]>
  • Loading branch information
architkulkarni authored and kevin85421 committed Oct 17, 2023
1 parent 21d947a commit 38641a5
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .buildkite/test-sample-yamls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,13 @@
# Use nightly KubeRay operator image
- source .venv/bin/activate && BUILDKITE_ENV=true RAY_IMAGE=rayproject/ray:2.7.0 OPERATOR_IMAGE=kuberay/operator:nightly python3 tests/test_sample_rayjob_yamls.py

# Temporarily skip due to adding new `RuntimeEnvYAML` field in sample YAMLs.
# TODO(architkulkarni): Reenable after 1.0 release
# - label: 'Test RayJob Sample YAMLs (latest release)'
# instance_size: large
# image: golang:1.19
# commands:
# - ./.buildkite/setup-env.sh
# # Use KubeRay operator image from the latest release
# - source .venv/bin/activate && BUILDKITE_ENV=true RAY_IMAGE=rayproject/ray:2.7.0 OPERATOR_IMAGE=kuberay/operator:v0.6.0 python3 tests/test_sample_rayjob_yamls.py
- label: 'Test RayJob Sample YAMLs (latest release)'
instance_size: large
image: golang:1.19
commands:
- ./.buildkite/setup-env.sh
# Use KubeRay operator image from the latest release
- source .venv/bin/activate && BUILDKITE_ENV=true RAY_IMAGE=rayproject/ray:2.7.0 OPERATOR_IMAGE=kuberay/operator:v1.0.0-rc.0 python3 tests/test_sample_rayjob_yamls.py

- label: 'Test RayService Sample YAMLs (nightly operator)'
instance_size: large
Expand Down

0 comments on commit 38641a5

Please sign in to comment.