[release] After buildkite ask step, use RAY_TEST_REPO pipeline (#18074)

This commit is contained in:
Kai Fricke 2021-08-25 15:58:38 +02:00 committed by GitHub
parent b6aa8223bc
commit 4c3276644e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",