- 02 Jun, 2020 4 commits
-
-
Vadim Shtayura authored
Adds experimental LUCI Realms support. Fixes minor bug in luci.builder(...) properties validation. TBR=tandrii@chromium.org BUG=1085650, 1082296 Change-Id: I0060bab379dd47580160a15cd39ebca7d18b9961 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2227073Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/ba2e549fc2f9cc837deb0a69789067c74021e38e (zamorzaev@chromium.org) cipd: Fix set_ref, set_tag JSON parsing More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I428e810dce7bf36f43cf238a58d786e104dfd22a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2227069Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Edward Lesmes authored
Change-Id: Iac0797ddb6331d5b07f9919932560519d78c640a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2226049Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Andrii Shyshkalov authored
It worked only because of an all-powerful service account on each bot, which isn't the case any more. R=sokcevic@google.com Change-Id: Id66f9cc44cd416e5b61745c0f690d5a91b3b4c67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2225976 Auto-Submit: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 01 Jun, 2020 6 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/5c575266cf91a14adf9b17c71f4e4e03ad964c24 (olivernewman@google.com) [post_process] Make failure output less noisy More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I918700ffe59e76b00705da20cb44084e7d87cda9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2225919Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/8305d8fd87b19e4f63db30ac7ea9d52f1fc2093c (iannucci@chromium.org) [cipd] Make ensure_tool concurrency-safe. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I9233b62ff781841ddeb0b92f7704b24f733a0850 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2225917Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Josip Sokcevic authored
It's not used and causes some problems if refs on clone aren't set properly. R=ehmaldonado@chromium.org Bug: 1049610 Change-Id: I71c1215c9a3355dd54e2d66860d755c6fe8032db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2224853Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/5da0f45b944e9d5ea50d05d8c52a729a6a085ade (iannucci@chromium.org) Always set gevent tracing during simulations. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ib699b7c09b11cf7ee30393967b3d772e0ded737c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2224850Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Bruce Dawson authored
Windows has a bug where it sometimes doesn't reset the command prompt title when a batch file finishes executing. A simple repro is shown here: b1.bat: echo In b1 if 1 == 1 ( b2.bat ) b2.bat: echo In b2 If you run b1.bat then "b1" will stay as the title when the batch files finish running. The solution is to use "call" followed by "exit". This bug is particularly annoying when using tabs in the new Windows Terminal. By working around the bug this makes it so that the tab titles return to being useful indicators of when a batch file is completed. A previous fix of this bug (in a different batch file) can be seen in crrev.com/c/2133303. Change-Id: Id563f3102751a91f46c5b25ce610af9ec7ab240a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2225340Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
-
Fumitoshi Ukai authored
https://chromium.googlesource.com/infra/goma/client/+/80401d72a6476494ab19ac9bed48a6cccbd6f8e0 Bug: b/156993891 Change-Id: Ia66e682ac8c86fbc766a281e948073a5a56f23b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2224616Reviewed-by: Ye Kuang <yekuang@google.com> Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com> Commit-Queue: Fumitoshi Ukai <ukai@google.com>
-
- 30 May, 2020 2 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/8d23e817d0aa858ca3032a6576a3903caf90e4bf (yiwzhang@google.com) Update protos from luci-go More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I8425cb61417821d36789bb34ce1608279dc4a7bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2219822Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/b52da73829e2147d8473eb84ed9b76b02dce09d0 (olivernewman@google.com) Reland "[swarming] Use ensure_tool() to install swarming" More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I2949de76a69a747948e412f24c68a94b4f9c3cbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2223241Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 29 May, 2020 8 commits
-
-
Robert Iannucci authored
This should resolve issues with kitchen tasks complaining about 'impossible' errors. R=yiwzhang@google.com Bug: 1015181 Change-Id: Idf8abea7b8585173b6609514a47c81ae00dc1935 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2223101 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Yiwei Zhang <yiwzhang@google.com> Auto-Submit: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
-
Nodir Turakulov authored
R=vadimsh@chromium.org Change-Id: I8a0df0566e174e9d688daf8ba3ed4172c90a2af3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2220784 Auto-Submit: Nodir Turakulov <nodir@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/58f654b6ca5f282aa70a5ec0a1510e9a6c318ff5 (yiwzhang@google.com) [luciexe] support output flag with differnt encoding based on extension More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I86e8ac2007e710af32e20c2d3535f047d1be60f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2219300Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Ryan Harrison authored
BUG=tint:1 Change-Id: Ie24a17c0d52ade62a4f2eb02d513f33011615113 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2219573 Auto-Submit: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Reviewed-by: Jochen Eisinger <jochen@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/04d01abeecc5d7641e6b0c6a233a985559812602 (iannucci@chromium.org) [luciexe] Strip properties of `unicode` types. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I42bec6d8fc5748048a09216a9f3f71536842852a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2220856Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/199d97fdb42377d9011045c594f3bd132e237522 (iannucci@chromium.org) [luciexe] Log uncaught exceptions in luciexe/cmd. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I5839c12f59a0f8297757bc610635b84b1c72a33d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2220870Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/8819155845e1c94e00eae1b243aee0e79816d642 (tikuta@chromium.org) isolated: remove support for blacklist More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I2f610459cbf62daac90d45c52c4ae29a7c58934c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2220869Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Robert Iannucci authored
Contains multiple improvements related to bbagent. R=gbeaty@chromium.org, yiwzhang@google.com Bug: 1015181, 1087651 Change-Id: I1ee63fe2e3f0d2a717725f3c01e6159af635dae4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2220867Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Reviewed-by: Yiwei Zhang <yiwzhang@google.com> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Yiwei Zhang <yiwzhang@google.com> Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Auto-Submit: Robbie Iannucci <iannucci@chromium.org>
-
- 28 May, 2020 2 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/cd3a9f0d8c372d765cc5f7641b9601a1d96b3e8a (nodir@chromium.org) [resultdb] Add test_id_prefix and base_variant More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I15971c568bd2bb894c575c8e6f1cdde3e4243c0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2219574Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Robert Iannucci authored
We no longer need it to bridge path differences between buildbot and LUCI, and it shouldn't be in use downstream now either. R=machenbach@chromium.org, martiniss@chromium.org, tandrii@chromium.org, yiwzhang@google.com Bug: 1015181 Change-Id: Iaba2100653ae9f06799d1d510bef993f7f710dc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2220171 Auto-Submit: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org>
-
- 27 May, 2020 3 commits
-
-
Aaron Gable authored
Change-Id: I0667af4562208a111ab3673f3fca6aab655f5f26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2218962 Auto-Submit: Aaron Gable <agable@chromium.org> Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Anthony Polito <apolito@google.com>
-
Ng Zhi An authored
This is similar in spirit to the helper flags in git subcommands, e.g. try `git branch --git-completion-helper`. It provides a list of long flags that the subcommands support, without repeating it manually in the completion script. Note that this special flag is not returned in help, so there is no noise. To see the result, source the script, then `git cl upload --<TAB>`. Change-Id: I82e280ceac5178b0e5fa52611b9a4125e6943337 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2209926Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Zhi An Ng <zhin@chromium.org>
-
Robert Iannucci authored
R=nodir@chromium.org, vadimsh@chromium.org, yiwzhang@google.com Bug: 1015181,1086729 Change-Id: I94e1dffa334a60818c50ff09e155276147fa99a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2216807 Auto-Submit: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
-
- 26 May, 2020 8 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/b2839ad3882c5f1412afbd31f72c45355e404932 (olivernewman@google.com) [cipd] URL-encode version in tool path More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I93b4896cf62236b82c73e67eed60978169af9b41 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2216796Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/923fb4bfa6f6930bac2ba3f03162ce8c59e0eb93 (olivernewman@google.com) Revert "[swarming] Use ensure_tool() to install swarming" More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I6fdb6bc6fe11155d0f33e3d2e72337391b7683db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2216791Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Robert Iannucci authored
This correctly generates 'use_bbagent' in luci.recipe(). R=nodir@chromium.org, vadimsh@chromium.org, yiwzhang@google.com Bug: 1015181 Change-Id: I7a0b0086a98600fd7429434ab244d82b58efa2d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2216540 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Auto-Submit: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/567bbd0e945b1144e2343441deac92a661a17f9d (yiwzhang@google.com) [proto_module] Remove unused DEPS More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ia55b38048e9e1cca05c967289c65a114bac09f9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2216579Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Vadim Shtayura authored
Has support for generating tokens through LUCI Token Server. Has somewhat nicer UX around `luci-auth context` usage. R=iannucci@chromium.org BUG=1082960 Change-Id: I2a77649b7ebbc5c99af4435afa929022a0e93ddb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2216533Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
-
Vincent Scheib authored
R=jsbell@chromium.org Change-Id: Ia0db8fe7494306147e0e80f49e229f50b8603f09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2214243Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Vincent Scheib <scheib@chromium.org>
-
Andreas Papacharalampous authored
Bug: None Change-Id: Ie9cfc90b1dd4b241238e5f0a4c995979f7a0fbdc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2213175 Auto-Submit: Andreas Papacharalampous <andreas@apap04.com> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/bf5c53d04c84487f31275133294f5a57145fecf4 (olivernewman@google.com) [swarming] Use ensure_tool() to install swarming https://crrev.com/9ddf1e1c6ae354ee17de8abd99dc37acdf4dbe60 (olivernewman@google.com) [isolated] Use ensure_tool() to install isolated More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I2a56b974f6d840e5c846a43881211c82ca3c956b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2216058Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 22 May, 2020 2 commits
-
-
Richard He authored
When source repo is a 'shallow clone', `.git/shallow` is not linked to the new workdir. Which makes running git command fails in new workdir. Change-Id: I81d38b7b2cccc482711dcc1dd02ea06fbd01a56d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2211635Reviewed-by: Aaron Gable <agable@chromium.org> Commit-Queue: Richard He <linyhe@microsoft.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/4af7811ff97185909adb1a058be892162eaeca92 (olivernewman@google.com) [cipd] Add helper method for ensuring a CIPD tool More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I646a55a45f3c53b81ebddadebc28ddb50405e5cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2213182Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 21 May, 2020 4 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/db16f4a77fed59430dec426ff459339638a5bebd (iannucci@chromium.org) [comprehensive_ui] Use python instead of echo for windows compat. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I1713e654fa76c4ce80569324a6902928863eb278 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2212954Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Edward Lesmes authored
Update git checkout before updating the tools. If the scripts to update the tools are broken in the current revision, this will allow us to get a new, hopefully working, revision instead of leaving us stuck on a broken one. We already do this for Linux. Change-Id: I31856ebbd659d5360ad705dc39e5856b4140a19f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2208625Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Owen Rodley authored
Change-Id: Id0913dd89874a234b956bcba8905c5684b3892be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2211111 Auto-Submit: Owen Rodley <orodley@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
-
Josip Sokcevic authored
This is a reland of d3affaa6 Original change's description: > Use OS level locking in git_cache.py > > Without OS level locking it's possible to leave "lock" files on disk > which will prevent next run to acquire those locks. This can easily > happen if SIGKIL is issued. > > R=apolito@google.com, ehmaldonado@chromium.org > > Bug: 1049610 > Change-Id: Id87aa1376b9ea5ff0c2d14f3603636493ed1dd5b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2189333 > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > Commit-Queue: Josip Sokcevic <sokcevic@google.com> Bug: 1049610 Change-Id: I58e65a10f7c779e0de1121ba7167c694996e390c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2211189Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
- 20 May, 2020 1 commit
-
-
Josip Sokcevic authored
This reverts commit d3affaa6. Reason for revert: no attribute ignore_lock Original change's description: > Use OS level locking in git_cache.py > > Without OS level locking it's possible to leave "lock" files on disk > which will prevent next run to acquire those locks. This can easily > happen if SIGKIL is issued. > > R=apolito@google.com, ehmaldonado@chromium.org > > Bug: 1049610 > Change-Id: Id87aa1376b9ea5ff0c2d14f3603636493ed1dd5b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2189333 > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > Commit-Queue: Josip Sokcevic <sokcevic@google.com> TBR=iannucci@chromium.org,ehmaldonado@chromium.org,apolito@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com Change-Id: Iecc963e0a99d7f59f3f8801e529839346f9fbaf3 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1049610 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2211186Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-