Skip to content

Commit

Permalink
[CI] Reenable rayjob sample yaml latest test (#1464) (#1516)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin85421 authored Oct 17, 2023
1 parent 21d947a commit 793cf64
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 793cf64

Please sign in to comment.