Skip to content

Commit

Permalink
Update latest release to v1.0.0-rc.0 in tests (#1467)
Browse files Browse the repository at this point in the history
Update latest release to v1.0.0-rc.0 in tests
  • Loading branch information
architkulkarni authored Oct 3, 2023
1 parent dec8137 commit 38e3527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .buildkite/test-sample-yamls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
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_raycluster_yamls.py
- 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_raycluster_yamls.py

- label: 'Test RayJob Sample YAMLs (nightly operator)'
instance_size: large
Expand Down Expand Up @@ -58,4 +58,4 @@
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_rayservice_yamls.py
- 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_rayservice_yamls.py
2 changes: 1 addition & 1 deletion tests/framework/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class CONST:
# Docker images
OPERATOR_IMAGE_KEY = "kuberay-operator-image"
RAY_IMAGE_KEY = "ray-image"
KUBERAY_LATEST_RELEASE = "kuberay/operator:v0.6.0"
KUBERAY_LATEST_RELEASE = "kuberay/operator:v1.0.0-rc.0"

# Kubernetes API clients
K8S_CR_CLIENT_KEY = "k8s-cr-api-client"
Expand Down

0 comments on commit 38e3527

Please sign in to comment.