mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[release] After buildkite ask step, use RAY_TEST_REPO pipeline (#18074)
This commit is contained in:
parent
b6aa8223bc
commit
4c3276644e
1 changed files with 2 additions and 1 deletions
|
@ -339,7 +339,8 @@ def ask_configuration():
|
|||
] + [
|
||||
"export AUTOMATIC=1",
|
||||
"python3 -m pip install --user pyyaml",
|
||||
("python3 release/.buildkite/build_pipeline.py "
|
||||
"git clone -b $${RAY_TEST_BRANCH} $${RAY_TEST_REPO} ~/ray",
|
||||
("python3 ~/ray/release/.buildkite/build_pipeline.py "
|
||||
"| buildkite-agent pipeline upload"),
|
||||
],
|
||||
"label": ":pipeline: Again",
|
||||
|
|
Loading…
Add table
Reference in a new issue