mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
Set progress report interval for bazel explicitly (#6262)
* set progress internval * add keep alive * add keepalive * remove cat * smaller time * squash error * reduce log spam
This commit is contained in:
+1
-1
@@ -175,7 +175,7 @@ script:
|
||||
- if [ $RAY_CI_PYTHON_AFFECTED == "1" ]; then python -c 'import sys;exit(sys.version_info>=(3,5))' || python -m pytest -v --durations=5 --timeout=300 python/ray/tests/py3_test.py; fi
|
||||
|
||||
# py bazel tests, run using local strategy since PY2 breaks with sandbox
|
||||
- bazel test --spawn_strategy=local --python_version=$BAZEL_PYTHON_VERSION --incompatible_allow_python_version_transitions=false --incompatible_py3_is_default=false --show_progress_rate_limit=100 --show_timestamps --test_output=errors --test_tag_filters=-jenkins_only python/ray/...
|
||||
- ./ci/keep_alive bazel test --spawn_strategy=local --python_version=$BAZEL_PYTHON_VERSION --incompatible_allow_python_version_transitions=false --incompatible_py3_is_default=false --progress_report_interval=100 --show_progress_rate_limit=100 --show_timestamps --test_output=errors --test_tag_filters=-jenkins_only python/ray/...
|
||||
|
||||
deploy:
|
||||
- provider: s3
|
||||
|
||||
Reference in New Issue
Block a user