Skip to content

Commit

Permalink
Switch to go version of the swarming tool.
Browse files Browse the repository at this point in the history
Change-Id: I6504ca383c342cb6c2e23ca5ad5cdb450744398b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2245419
Reviewed-by: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: Fergal Daly <fergal@chromium.org>
Commit-Queue: Fergal Daly <fergal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#778199}
  • Loading branch information
fergald authored and Commit Bot committed Jun 15, 2020
1 parent 8f6dc75 commit 3cbd1ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/get_swarming_logs/get_one.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ shift

out="$base_dir/$id.txt"
mkdir -p "$base_dir"
python tools/swarming_client/swarming.py \
collect -S chromium-swarm.appspot.com "$id" > "$out" \
|| true
tools/luci-go/swarming collect -task-output-stdout=console \
-S chromium-swarm.appspot.com "$id" > "$out"
echo "$out"

0 comments on commit 3cbd1ea

Please sign in to comment.