Skip to content

Commit

Permalink
tools/luci-go: remove old way of mapping isolate
Browse files Browse the repository at this point in the history
It's now only mapped via CIPD, which is the right solution going forward.

Bug: 851596,865541
Change-Id: I25ddd0e059c818fafbc5587b06ff35b6c733a16e
Reviewed-on: https://chromium-review.googlesource.com/1143448
Commit-Queue: Marc-Antoine Ruel <maruel@chromium.org>
Reviewed-by: John Budorick <jbudorick@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576550}
  • Loading branch information
maruel authored and Commit Bot committed Jul 19, 2018
1 parent c542fba commit 6bb055b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 44 deletions.
38 changes: 0 additions & 38 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -1704,44 +1704,6 @@ hooks = [
'-d', 'src/chrome/build',
],
},
# Pull luci-go binaries (isolate, swarming) using checked-in hashes.
# TODO(maruel): Remove, https://crbug.com/851596
{
'name': 'luci-go_win',
'pattern': '.',
'condition': 'host_os == "win"',
'action': [ 'python',
'src/third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--no_auth',
'--bucket', 'chromium-luci',
'-d', 'src/tools/luci-go/win64',
],
},
{
'name': 'luci-go_mac',
'pattern': '.',
'condition': 'host_os == "mac"',
'action': [ 'python',
'src/third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--no_auth',
'--bucket', 'chromium-luci',
'-d', 'src/tools/luci-go/mac64',
],
},
{
'name': 'luci-go_linux',
'pattern': '.',
'condition': 'host_os == "linux"',
'action': [ 'python',
'src/third_party/depot_tools/download_from_google_storage.py',
'--no_resume',
'--no_auth',
'--bucket', 'chromium-luci',
'-d', 'src/tools/luci-go/linux64',
],
},
# Pull the Syzygy binaries, used for optimization and instrumentation.
# Remove this as soon as the zap_timestamp.exe utility is no longer used.
# See https://crbug.com/821764#c3.
Expand Down
3 changes: 0 additions & 3 deletions tools/luci-go/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/isolate
/isolate.exe
/linux64/isolate
/mac64/isolate
/win64/isolate.exe
.versions
1 change: 0 additions & 1 deletion tools/luci-go/linux64/isolate.sha1

This file was deleted.

1 change: 0 additions & 1 deletion tools/luci-go/mac64/isolate.sha1

This file was deleted.

1 change: 0 additions & 1 deletion tools/luci-go/win64/isolate.exe.sha1

This file was deleted.

0 comments on commit 6bb055b

Please sign in to comment.