Commit fcdcb6d3 authored by Ye Kuang's avatar Ye Kuang Committed by Commit Bot

Roll src/tools/swarming_client/ 160b445a4..7e8636295 (41 commits)

https://chromium.googlesource.com/infra/luci/client-py.git/+log/160b445a44e0..7e8636295f47

$ git log 160b445a4..7e8636295 --date=short --no-merges --format='%ad %ae %s'
2020-05-18 tikuta Revert "Reland "client: enable go isolated on every platform""
2020-05-15 yekuang client: update isolated client
2020-05-14 tikuta Reland "client: enable go isolated on every platform"
2020-05-14 tikuta client: update isolated client
2020-05-14 tikuta Revert "client: enable go isolated on every platform"
2020-05-13 tikuta client: enable go isolated on every platform
2020-05-13 tikuta client: update isolated client
2020-05-13 yekuang Make swarming client python3 compatible enough so that it can be ported to google3
2020-05-13 yekuang client: update isolated client
2020-05-12 tikuta client: enable report on exception in run_isolated on bot
2020-05-11 tikuta client: remove _ENABLED_DOMAINS
2020-05-11 tikuta client: remove report_on_exception_exit from client
2020-05-08 yekuang client: update isolated client
2020-05-08 tikuta client: report exception in archive_files_to_storage
2020-05-07 yekuang client: update isolated client
2020-04-30 tikuta client: update urllib3 to 1.25.8
2020-04-30 tikuta client/third_party: update requests to 2.23
2020-04-30 tikuta client/third_party: update readme for requests
2020-04-30 tikuta client/third_party: add license header in urllib3/update.sh
2020-04-30 tikuta client/third_party: update readme for urllib3
2020-04-28 tikuta client: log when TimeoutExpired is thrown
2020-04-28 tikuta client: implement retry for archive_files_to_storage
2020-04-27 tikuta subprocess42: replace gid with pgid
2020-04-24 tikuta client: include full stack formatted stack trace
2020-04-24 tikuta client: fix format string in ValueError
2020-04-23 jwata [client] git cl format --pytnon
2020-04-23 tikuta client: fix AttributeError
2020-04-23 tikuta client: log items when failed to verify uploaded files
2020-04-22 tikuta client: update isolated client
2020-04-22 yekuang [swarming] Add UserAgent to run_isolated.py
2020-04-21 tikuta Revert "client: send exception from run_isolated to error reporting"
2020-04-21 tikuta client: send exception from run_isolated to error reporting
2020-04-21 tikuta client: reset push_state when failed to verify
2020-04-21 tikuta client: remove unnecessary conditonal base64 decode
2020-04-21 tikuta client: add test for uploaded file verification
2020-04-21 tikuta client: make fake server more compatible to real server
2020-04-20 tikuta client: use logging.exception to show exception
2020-04-20 tikuta client: store content only when valid in fake server
2020-04-17 tikuta client: report exception for error from map_and_run
2020-04-16 nodir [resultdb] Update LUCI_CONTEXT.md
2020-04-15 tikuta client: update isolated client

Created with:
  roll-dep src/tools/swarming_client

Bug: 1074756
Change-Id: I7b2148e6572d6b73ac7260ce618aab8923232232
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2206857
Commit-Queue: Ye Kuang <yekuang@google.com>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Auto-Submit: Ye Kuang <yekuang@google.com>
Reviewed-by: default avatarTakuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#769950}
parent 18bc783f
...@@ -186,7 +186,7 @@ vars = { ...@@ -186,7 +186,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling swarming_client # the commit queue can handle CLs rolling swarming_client
# and whatever else without interference from each other. # and whatever else without interference from each other.
'swarming_revision': '160b445a44e0daacf6f3f8570ca2707ec451f374', 'swarming_revision': '7e8636295f4763a5f5aace1e700b17a4af3c81b7',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling ANGLE # the commit queue can handle CLs rolling ANGLE
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment