• Takuto Ikuta's avatar
    Roll src/tools/swarming_client/ 885b3febc..0ac28472d (118 commits) · 03f6db57
    Takuto Ikuta authored
    https://chromium.googlesource.com/infra/luci/client-py.git/+log/885b3febcc17..0ac28472d073
    
    $ git log 885b3febc..0ac28472d --date=short --no-merges --format='%ad %ae %s'
    2020-01-29 tikuta client: do not use isolated in win7
    2020-01-28 tikuta [client] use go isolated client other than win7 32bit bots
    2020-01-24 tikuta [swarming] use go isolated when cipd is enabled on windows10
    2020-01-23 tikuta Revert "[swarming] use go isolated when cipd is enabled on windows"
    2020-01-22 tikuta [swarming] use go isolated when cipd is enabled on windows
    2020-01-22 tikuta [client] update isolated
    2020-01-22 tikuta [client] roll infra_libs
    2020-01-21 tikuta [client] followup for crrev.com/c/2009949
    2020-01-20 tikuta [client] make dir after clobbering cache directory
    2020-01-20 tikuta [client] update lru version
    2020-01-20 tikuta [client] show GiB for large size
    2020-01-20 tikuta [client] fix total_size
    2020-01-17 tikuta Revert "[client] do not apply clean for isolate_cache"
    2020-01-17 tikuta Revert "Reland "Reland "[swarming] use go isolated when cipd is enabled by default"""
    2020-01-17 tikuta Reland "Reland "[swarming] use go isolated when cipd is enabled by default""
    2020-01-17 tikuta [client] fix lru_test.LRUDictTest
    2020-01-16 jojwang Add Google API protobufs
    2020-01-16 tikuta [client] update isolated
    2020-01-16 tikuta Revert "Reland "[swarming] use go isolated when cipd is enabled by default""
    2020-01-15 tikuta Reland "[swarming] use go isolated when cipd is enabled by default"
    2020-01-15 tikuta [client] do not apply clean for isolate_cache
    2020-01-14 tikuta Revert "[swarming] use go isolated when cipd is enabled by default"
    2020-01-14 tikuta [client] include more info in ValueError
    2020-01-14 tikuta [swarming] use go isolated when cipd is enabled by default
    2020-01-14 tikuta [client] do not use data.isolate_cache when go isolated is used
    2020-01-10 tikuta [client] pass cache parameter explicitly for go isolated
    2020-01-08 tikuta Revert "run_isolated: fallback to python if go failed"
    2020-01-08 tikuta [client] remove --go-cache-dir
    2020-01-08 tikuta [client] update isolated
    2020-01-08 tikuta [swarming] log content of path when we see UnicodeDecodeError
    2019-12-17 agable Fix test_fix_url for python 3.8.1
    2019-12-13 tikuta client: clobber cache when failed to load state file
    2019-12-13 tikuta Revert "swarming: rename isolated_cache to isolated_cache_python"
    2019-12-13 tikuta Revert "4th Reland "task_runner: enable go isolated client""
    2019-12-12 tikuta swarming: rename isolated_cache to isolated_cache_python
    2019-12-12 tikuta 4th Reland "task_runner: enable go isolated client"
    2019-12-11 tikuta run_isolated: fallback to python if go failed
    2019-12-11 tikuta Revert "Reland "Reland "Reland "task_runner: enable go isolated client""""
    2019-12-10 tikuta Reland "Reland "Reland "task_runner: enable go isolated client"""
    2019-12-09 tikuta Revert "Reland "Reland "task_runner: enable go isolated client"""
    2019-12-09 tikuta run_isolated: remove --use-symlink flag
    2019-12-06 tikuta Reland "Reland "task_runner: enable go isolated client""
    2019-12-05 tikuta run_isolated: update isolated client
    2019-12-04 jwata [luci-py] fix jwata address in owners files
    2019-12-03 tikuta run_isolated: update isolated client
    2019-12-03 tikuta run_isolated: add --go-cache-dir flag
    2019-12-03 tikuta run_isolated: update isolated client revision
    2019-12-03 tikuta run_isolated: change type to str in args
    2019-12-02 tikuta Revert "subprocess42: accept non-str arg"
    2019-12-02 jwata [swarming] remove test_seq.py
    (...)
    2019-10-29 tikuta client: replace ' unicode(' with ' six.text_type('
    2019-10-29 tikuta Handle sys.platform difference between Python2 and Python3
    2019-10-29 tikuta client: change shebang of zip_package_test.py
    2019-10-29 tikuta Reland "client: make zip_package_test.py run on Python3"
    2019-10-29 tikuta Revert "client: make zip_package_test.py run on Python3"
    2019-10-29 tikuta client: make zip_package_test.py run on Python3
    2019-10-28 tikuta replace logging.warn with logging.warning
    2019-10-28 tikuta client: make logging_utils_test.py run on Python3
    2019-10-28 jwata [swarming] skip tests failing on mac
    2019-10-28 tikuta client: fix indent in isolate_format.py
    2019-10-28 tikuta client: use str string for python2 instead of unicode for extend/trim
    2019-10-28 tikuta client: use extend in fs.readlink
    2019-10-25 tikuta client: make isolated_format_test.py run on Python3
    2019-10-25 tikuta client: use six.moves for some renamed modules in Python3
    2019-10-25 jwata [swarming] remove test_support symlink from client and bot
    2019-10-25 tikuta client: add missing encode in isolate_format.py
    2019-10-25 tikuta make: isolate_format_test.py run on Python3
    2019-10-25 tikuta client: update shebang for fs_test.py
    2019-10-24 tikuta client: fix syntax warning in isolate_format.py
    2019-10-24 tikuta client: tools_test.py can run in python3
    2019-10-24 tikuta client: make fs_test.py run on Python3
    2019-10-24 tikuta client: make auth_server_test.py run on Python3
    2019-10-24 tikuta client: make file_path_test.py python3 compatible
    2019-10-24 tikuta client: fix SyntaxWarning
    2019-10-24 tikuta client: make _monkey_patch_oauth2client_locked_file run on Py2/3
    2019-10-23 tikuta client: make extend/trim in fs for POSIX nop
    2019-10-23 tikuta client: auth_test.py runs on python3
    2019-10-23 tikuta client: make net_test.py run on Python3
    2019-10-23 tikuta client: apply futurize stage1 under client/tests/
    2019-10-23 tikuta client: make large_test.py python3 compatible
    2019-10-23 tikuta client: make lru_test.py python3 compatible
    2019-10-21 jwata [luci-py] move failing tests to test_seq.py
    2019-10-21 tikuta client: make luci_context_test.py run on python3
    2019-10-21 jwata [swarming] delete old blacklist file pattern
    2019-10-21 jwata [luci-py] Setup test runner for client, components, auth_service, config_service
    2019-10-20 tikuta client: make test_env.py python3 compatible
    2019-10-18 tikuta swarming: replace unicde with six.text_type
    2019-10-18 tikuta roll depot_tools to 989bc351863dd6cbb7e645a027a3c5e04104e44f
    2019-10-17 tikuta add jwata@google.com as OWNERS for swarming and client
    2019-10-16 tikuta Specify vpython in shebang for test
    2019-10-10 maruel Migrate print to python3 format.
    2019-10-10 maruel Migrate remaining use of urllib to six.moves
    2019-10-10 maruel Use six.moves to import urlparse to be python3 compatible
    2019-10-10 maruel [client] Allow packages in utils/ to be imported at interactive prompt
    2019-10-10 maruel Get rid of xrange
    2019-10-09 maruel Update dict usage to be python3 compatible
    2019-10-03 tikuta Revert "client: increase the number of io worker threads"
    2019-09-30 tikuta client: fix typo
    2019-09-26 tikuta client: fix comment posisition
    2019-09-23 tikuta client: improve error message for too long command line args
    
    Created with:
      roll-dep src/tools/swarming_client
    
    Bug: 984869
    Change-Id: Id6edf75d02fc4db3def3a428b3131cbb755d3d1b
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026514
    Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
    Reviewed-by: default avatarYoshisato Yanagisawa <yyanagisawa@chromium.org>
    Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#736762}
    03f6db57
DEPS 145 KB