From 0b8f1f755e6e8d0a6bf5d0c119fd8dda0ca1938d Mon Sep 17 00:00:00 2001 From: Mustafa Eyceoz Date: Mon, 14 Aug 2023 15:15:16 -0400 Subject: [PATCH] Updated ray version in base template to 2.5.0 --- src/codeflare_sdk/templates/base-template.yaml | 2 +- tests/test-case.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/codeflare_sdk/templates/base-template.yaml b/src/codeflare_sdk/templates/base-template.yaml index f408df2e2..4eafd2142 100644 --- a/src/codeflare_sdk/templates/base-template.yaml +++ b/src/codeflare_sdk/templates/base-template.yaml @@ -49,7 +49,7 @@ spec: # - kubernetes spec: # The version of Ray you are using. Make sure all Ray containers are running this version of Ray. - rayVersion: '2.1.0' + rayVersion: '2.5.0' # If enableInTreeAutoscaling is true, the autoscaler sidecar will be added to the Ray head pod. # Ray autoscaler integration is supported only for Ray versions >= 1.11.0 # Ray autoscaler integration is Beta with KubeRay >= 0.3.0 and Ray >= 2.0.0. diff --git a/tests/test-case.yaml b/tests/test-case.yaml index 167bb61b3..a02284f82 100644 --- a/tests/test-case.yaml +++ b/tests/test-case.yaml @@ -109,7 +109,7 @@ spec: nvidia.com/gpu: 0 imagePullSecrets: - name: unit-test-pull-secret - rayVersion: 2.1.0 + rayVersion: 2.5.0 workerGroupSpecs: - groupName: small-group-unit-test-cluster maxReplicas: 2