-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ci][automation/3] script to run state machine #42354
Conversation
ci/ray_ci/BUILD.bazel
Outdated
name = "move_test_state", | ||
srcs = ["move_test_state.py"], | ||
deps = [":ray_ci_lib"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just move this py_binary
into the subdir, and declare rayci lib as deps?
don't include the script in the lib's source file list.
ci/ray_ci/move_test_state.py
Outdated
@@ -0,0 +1,4 @@ | |||
from ci.ray_ci.automation.state_machine_bot import main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just remove this wrapper. it is a script (with no test). you do not really need this wrapper.
1af9025
to
eb34050
Compare
@aslonnie 's feedback |
ci/ray_ci/BUILD.bazel
Outdated
@@ -11,7 +11,7 @@ py_library( | |||
"build_in_docker.py", | |||
], | |||
), | |||
visibility = ["//visibility:private"], | |||
visibility = ["//visibility:public"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you change this to limit to ci/ray_ci
?
Signed-off-by: can <can@anyscale.com>
eb34050
to
62b9f52
Compare
A script to run CI state machine. Later on I'll create a buildkite job to run this nightly. Signed-off-by: can <can@anyscale.com>
A script to run CI state machine. Later on I'll create a buildkite job to run this nightly.
Test: