Make it easier to run asan and wheel release tests (#16242)

This commit is contained in:
mwtian 2021-06-07 22:54:22 -07:00 committed by GitHub
parent 113556463d
commit c2a2a6f7c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 3 deletions

0
ci/asan_tests/run.sh Normal file → Executable file
View file

View file

@ -28,8 +28,6 @@ asan_setup() {
echo "Compiling ray"
cd "${RAY_DIR}"
git fetch
git pull origin master
asan_install || true
}

0
release/util/download_wheels.sh Normal file → Executable file
View file

View file

@ -44,7 +44,7 @@ do
echo "========================================================="
printf "\n\n\n"
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple ray
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple ray=="${RAY_VERSION}"
failed=false
printf "\n\n\n"