Skip to content

Commit

Permalink
Remove --progress_report_interval for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed May 25, 2020
1 parent a03742b commit c0fb86e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/travis/install-bazel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ if [ "${TRAVIS-}" = true ] || [ -n "${GITHUB_WORKFLOW-}" ]; then
build --color=yes
build --curses=no
build --disk_cache="$(test "${OSTYPE}" = msys || echo ~/ray-bazel-cache)"
build --progress_report_interval=60
# Use ray google cloud cache
build --remote_cache="https://storage.googleapis.com/ray-bazel-cache"
build --show_progress_rate_limit=15
Expand Down

0 comments on commit c0fb86e

Please sign in to comment.