Skip to content

Commit

Permalink
Disable remote caching because #7555
Browse files Browse the repository at this point in the history
In an attempt to resume at least some operation with bazelbuild/bazel#7555, I'm disabling remote caching on all workers.
  • Loading branch information
Marcel Hlopko authored and joeleba committed Jun 17, 2019
1 parent 1f1e7b8 commit f252b8a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -906,15 +906,15 @@ def execute_bazel_run(bazel_binary, platform, targets, incompatible_flags):

def remote_caching_flags(platform):
if platform not in [
"ubuntu1404",
"ubuntu1604",
"ubuntu1804",
"ubuntu1804_nojava",
"ubuntu1804_java9",
"ubuntu1804_java10",
"ubuntu1804_java11",
"macos",
"windows",
#"ubuntu1404",
#"ubuntu1604",
#"ubuntu1804",
#"ubuntu1804_nojava",
#"ubuntu1804_java9",
#"ubuntu1804_java10",
#"ubuntu1804_java11",
#"macos",
#"windows",
]:
return []

Expand Down

0 comments on commit f252b8a

Please sign in to comment.