We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9ee0e commit 0349122Copy full SHA for 0349122
.buildkite/release-automation/pre_release.rayci.yml
@@ -47,8 +47,9 @@ steps:
47
branch: "${BUILDKITE_BRANCH}"
48
message: "Triggered by release-automation build #${BUILDKITE_BUILD_NUMBER}"
49
env:
50
- RAYCI_RELEASE: 1
+ RAYCI_RELEASE: "1"
51
RAYCI_SCHEDULE: "nightly"
52
+ RAYCI_DISABLE_TEST_DB: "1"
53
54
- label: "Check Ray commit in {{matrix}} nightly images"
55
key: check-ray-commit
@@ -72,7 +73,7 @@ steps:
72
73
74
# KubeRay CI will pull an image based on this commit and the current date
75
RAY_NIGHTLY_COMMIT: "${BUILDKITE_COMMIT}"
- IS_FROM_RAY_RELEASE_AUTOMATION: 1
76
+ IS_FROM_RAY_RELEASE_AUTOMATION: "1"
77
78
- label: "Trigger Postmerge MacOS test"
79
key: trigger-postmerge-macos
0 commit comments