Skip to content

Commit

Permalink
Remove deprecated --bes_best_effort flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
philwo authored Sep 6, 2018
1 parent 5b7f38a commit 8b5335e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,6 @@ def remote_caching_flags(platform):
flags = ["--google_default_credentials", "--experimental_guard_against_concurrent_changes"]
if is_pull_request():
flags += ["--bes_backend=buildeventservice.googleapis.com",
"--bes_best_effort=false",
"--bes_timeout=360s",
"--tls_enabled",
"--project_id=bazel-public",
Expand Down Expand Up @@ -807,7 +806,6 @@ def rbe_flags(accept_cached):
# Enable BES / Build Results reporting.
flags += [
"--bes_backend=buildeventservice.googleapis.com",
"--bes_best_effort=false",
"--bes_timeout=360s",
"--project_id=bazel-public"
]
Expand Down

0 comments on commit 8b5335e

Please sign in to comment.