File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
.buildkite/release-automation Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,19 @@ steps:
51
51
RAYCI_RELEASE : 1
52
52
RAYCI_SCHEDULE : " nightly"
53
53
54
+ - label : " Trigger :kubernetes: Kuberay CI Tests"
55
+ if : build.env("RAYCI_WEEKLY_RELEASE_NIGHTLY") == "1"
56
+ trigger : " ray-ecosystem-ci-kuberay-ci"
57
+ key : trigger-kuberay
58
+ depends_on : trigger-postmerge-nightly
59
+ build :
60
+ branch : " release-1.3"
61
+ message : " Triggered by release-automation build #${BUILDKITE_BUILD_NUMBER}"
62
+ env :
63
+ # KubeRay CI will pull an image based on this commit and the current date
64
+ RAY_NIGHTLY_COMMIT : " ${BUILDKITE_COMMIT}"
65
+ IS_FROM_RAY_RELEASE_AUTOMATION : 1
66
+
54
67
- label : " Trigger Postmerge MacOS test"
55
68
key : trigger-postmerge-macos
56
69
trigger : " postmerge-macos"
You can’t perform that action at this time.
0 commit comments