Skip to content

Commit 0349122

Browse files
authored
cherrypick #54563 (#54613)
Signed-off-by: Lonnie Liu <[email protected]>
1 parent 2b9ee0e commit 0349122

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.buildkite/release-automation/pre_release.rayci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ steps:
4747
branch: "${BUILDKITE_BRANCH}"
4848
message: "Triggered by release-automation build #${BUILDKITE_BUILD_NUMBER}"
4949
env:
50-
RAYCI_RELEASE: 1
50+
RAYCI_RELEASE: "1"
5151
RAYCI_SCHEDULE: "nightly"
52+
RAYCI_DISABLE_TEST_DB: "1"
5253

5354
- label: "Check Ray commit in {{matrix}} nightly images"
5455
key: check-ray-commit
@@ -72,7 +73,7 @@ steps:
7273
env:
7374
# KubeRay CI will pull an image based on this commit and the current date
7475
RAY_NIGHTLY_COMMIT: "${BUILDKITE_COMMIT}"
75-
IS_FROM_RAY_RELEASE_AUTOMATION: 1
76+
IS_FROM_RAY_RELEASE_AUTOMATION: "1"
7677

7778
- label: "Trigger Postmerge MacOS test"
7879
key: trigger-postmerge-macos

0 commit comments

Comments
 (0)