Skip to content

Commit

Permalink
[swarming] Remove non CIPD managed luci-go package
Browse files Browse the repository at this point in the history
Bug: 851596
Change-Id: I834ccae440b5590525644e4ad9e9d3c952038547
Reviewed-on: https://chromium-review.googlesource.com/c/1364976
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Marc-Antoine Ruel <maruel@chromium.org>
Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#614359}
  • Loading branch information
Takuto Ikuta authored and Commit Bot committed Dec 6, 2018
1 parent 763b79a commit d5c1c0b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 45 deletions.
38 changes: 0 additions & 38 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -2262,44 +2262,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',
],
},
{
'name': 'apache_win32',
'pattern': '\\.sha1',
Expand Down
5 changes: 1 addition & 4 deletions tools/luci-go/.gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
/.versions
/isolate
/isolate.exe
/isolated
/isolated.exe
/linux64/isolate
/mac64/isolate
/swarming
/swarming.exe
/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 d5c1c0b

Please sign in to comment.