- 27 Feb, 2021 1 commit
-
-
Bruce Dawson authored
This reverts commit 428143ee. Reason for revert: Fixing the issues revealed by the original change by avoiding python3 and by checking for the existence of gomacc[.exe] before running it. This also relands 2241db8a - "Avoid capture_output to support Python 3.6", to simplify relanding and any possible reverts. Original change's description: > Revert "Check whether goma is running when it is enabled" > > This reverts commit b7ddc5a0. > > Reason for revert: > This broke the builder where depot_tools is not in PATH. > https://logs.chromium.org/logs/infra-internal/buildbucket/cr-buildbucket.appspot.com/8858077852309878080/+/u/build/stdout > > Original change's description: > > Check whether goma is running when it is enabled > > > > One of the mistakes one can make when running ninja is having goma > > enabled (use_goma=true in args.gn) but not having goma running. This can > > lead to ~1,000 failed compile steps, which is messy. > > > > This change teaches autoninja.py to check whether goma is running. If > > not then it tells autoninja to just print a warning message. The > > check costs roughly 30 ms which seems reasonable. > > > > In fact, because this change also switches away from vpython (necessary > > to use python3 to use subprocess.run) it actually runs about 600 ms > > _faster_ than before this change. > > > > If build acceleration is requested through use_rbe then no checking for > > whether the service is running is done. That could be added in the > > future. > > > > autoninja.py could auto-start goma but that is error prone and has > > limited additional value. > > > > This was tested on Linux, OSX, and Windows. > > > > Bug: 868590, b/174673874 > > Change-Id: Ie773e574878471e5136b9b82d52f86af3d848318 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2627014 > > Commit-Queue: Bruce Dawson <brucedawson@chromium.org> > > Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com> > > TBR=yyanagisawa@google.com,dpranke@google.com,brucedawson@chromium.org,sanfin@chromium.org,infra-scoped@luci-project-accounts.iam.gserviceaccount.com > > Change-Id: I57a6c73ea853259f3d1ec7ad0ce51e495acc96db > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 868590 > Bug: b/174673874 > Bug: 1167064 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2632018 > Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com> > Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@google.com> TBR=yyanagisawa@google.com,dpranke@google.com,brucedawson@chromium.org,sanfin@chromium.org,infra-scoped@luci-project-accounts.iam.gserviceaccount.com # Not skipping CQ checks because this is a reland. Bug: 868590 Bug: b/174673874 Bug: 1167064 Change-Id: I8aa6830259bc18f8e7926cd0bf5c62e671c74a2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2634201Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com> Reviewed-by: Fumitoshi Ukai <ukai@google.com> Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
-
- 26 Feb, 2021 2 commits
-
-
Takuto Ikuta authored
This is for python3 compatibility. Bug: b/177465438 Change-Id: I4770136ea702bcaf7a8b644ef842db2f1a7d1200 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2717272Reviewed-by: Dirk Pranke <dpranke@google.com> Reviewed-by: Chris Hall <chrishall@chromium.org> Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Takuto Ikuta <tikuta@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://chromium.googlesource.com/infra/luci/recipes-py.git/+/a5ac18a9966dab7f09069ede9ec3128547535882 a5ac18a (iannucci@chromium.org) [StepPresentation] Replace spaces in urls with %20. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I13c8ffc26838f3c1b2ed8c6eb619dadf341a012e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2720710 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 25 Feb, 2021 2 commits
-
-
Gavin Mak authored
Bug: 1180316 Change-Id: I8390f72d8a6cd1044ce10b7cbd4573a004a9730c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2705614Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Gavin Mak <gavinmak@google.com>
-
Stephen Martinis authored
This reverts commit 7a67bca6. Reason for revert: Probably broke chromium presubmit, see https://ci.chromium.org/ui/p/chromium/builders/try/chromium_presubmit/1152280/overview Original change's description: > Use GetCodeOwnersClient in presubmit_support > > This change also adds a target_ref flag to presubmit_support.py. > > Recipe-Nontrivial-Roll: build > Change-Id: I6de6bb87fc1482b88d9fbebe5e4ad1dbd8ce9748 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2702792 > Commit-Queue: Gavin Mak <gavinmak@google.com> > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Josip Sokcevic <sokcevic@google.com> Change-Id: I2cca469f14194f65306baab7928ddddd48033a3b No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2718691 Auto-Submit: Stephen Martinis <martiniss@chromium.org> Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
-
- 24 Feb, 2021 5 commits
-
-
Gavin Mak authored
This change also adds a target_ref flag to presubmit_support.py. Recipe-Nontrivial-Roll: build Change-Id: I6de6bb87fc1482b88d9fbebe5e4ad1dbd8ce9748 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2702792 Commit-Queue: Gavin Mak <gavinmak@google.com> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
-
Vadim Shtayura authored
To switch a depot_tools installation to use mac-arm64 binaries, run: $ cd depot_tools $ echo "mac-arm64" > .cipd_client_platform $ ./cipd help $ <observe "infra/tools/cipd/mac-arm64" in the version string> Deleting .cipd_client_platform file restores the original logic (which is currently to use mac-amd64 binaries even on arm64 host). R=iannucci@chromium.org, tandrii@chromium.org CC=thakis@chromium.org BUG=1102967 Change-Id: I0248fd913eb3d71f2a228f74a601dc4b12fc8824 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2699692 Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
-
Vadim Shtayura authored
All packages except mac-amd64 ones are built with go1.16. mac-amd64 are built with go1.15, to preserve OSX 10.10/10.11 compatibility. Note that we still use mac-amd64 even on arm64 OSX, since the bootstrap script still installs mac-amd64 version of CIPD. R=iannucci@chromium.org, tandrii@chromium.org BUG=1102967 Change-Id: I8fdb27397fbbf238fe39e81305d4642a0500ab33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2699690 Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
-
Dean Michael Berris authored
This is an early version of the `pinpoint` client for starting Telemetry A/B experiments. R=nodir@chromium.org Change-Id: Iff11f8a16f93172cf71d9f76b02c27bd3b659111 Bug: chromium:1175615 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2703000 Auto-Submit: Dean Berris <dberris@chromium.org> Reviewed-by: Nodir Turakulov <nodir@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Dirk Pranke <dpranke@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://chromium.googlesource.com/infra/luci/recipes-py.git/+/36be9321286d722ffe115419dd42227c65e1a894 36be932 (iannucci@chromium.org) [recipe_engine] Supress CryptographyDeprecationWarning on proce... More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R=iannucci@chromium.org, jessiciahmendez7@gmail.com, kwalsh0413@gmail.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I0242b0f4b3acb4784ac64e34ff98287b3462e3b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2716780 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 23 Feb, 2021 4 commits
-
-
Bruce Dawson authored
I rely on VsChromium for code search in Chromium and in depot_tools, so it is appropriate to ignore its configuration file in both places. Change-Id: I4481d565e2271d86f69ceb98037b9ace908bdf44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2715832 Commit-Queue: Gavin Mak <gavinmak@google.com> Auto-Submit: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Gavin Mak <gavinmak@google.com>
-
Owen Rodley authored
While I'm here, change to a more concise way of spelling the platform string. Bug: 1179513 Change-Id: Ibb9bd69fb00e66332f8af73154f4615c20efb2b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2703228 Auto-Submit: Owen Rodley <orodley@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: 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://chromium.googlesource.com/infra/luci/recipes-py.git/+/f9ea671f521a63386be7e57a91d4d59ff6d42bac f9ea671 (orodley@chromium.org) Upgrade the cryptography wheel for recipes-py. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R=iannucci@chromium.org, jdiez@google.com, linax.c.wang@intel.corp-partner.google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: If444f46cb7f5928f68a930b46b13ef60303f72fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2716086 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Michael Moss authored
In the current pylint handling, the only way to use an alternative config is to explicitly pass it with the "--rcfile" flag, which is confusingly inconsistent with normal pylint config file resolution. This change allows local pylintrc files or PYLINTRC env var to override the default depot_tools config, which is often desirable to enforce different style guidelines for different projects. For reference, the config file search order[1] is: 1) File specified by the "--rcfile" flag 2) pylintrc in the CWD 3) .pylintrc in the CWD 4) first pylintrc found up the python module hierarchy, if CWD is in a module hierarchy 5) $PYLINTRC env var 6) $HOME/.pylintrc 7) $HOME/.config/pylintrc 8) /etc/pylintrc (or equivalent on other platforms) - 1-5 will take precedence over the new depot_tools default. - If there is no match for 1-5 and there is no PYLINTRC env var, depot_tools will set PYLINTRC to its default and that will be used. - If there is no match for 1-5 and the PYLINTRC env var is empty, then it will fall through to 6-8. [1] Newer pylints have additional options, but these are the options, and the order, common to all versions of depot_tools pylint. Change-Id: Ib725b15bb639dc9c7cb9009fd3b504124e0c1f2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2708749Reviewed-by: Mike Frysinger <vapier@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Michael Moss <mmoss@chromium.org>
-
- 22 Feb, 2021 1 commit
-
-
Jacob Kopczynski authored
Includes all footers used by the recipe. Other footers used only by presubmit hooks not included. Bug: chromium:1079219 Change-Id: I9c351bda158bc7c1e64a8254feb7055dc31fb6db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2707709 Auto-Submit: Jacob Kopczynski <jkop@chromium.org> Commit-Queue: Jacob Kopczynski <jkop@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com>
-
- 19 Feb, 2021 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://chromium.googlesource.com/infra/luci/recipes-py.git/+/7df78d5270944a9c191c5939d61e41cb06183638 7df78d5 (tandrii@google.com) Update luci-go protos. More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R=gatchun85@gmail.com, iannucci@chromium.org, raytarquainanderson@gmail.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ic21d5a83ea1a0a65963c0fcb66c762a063f59638 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2707703 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Edward Lesmes authored
Change-Id: I94d7b3cdc17651a6fe5dafa261c58f46f37b8439 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2693919 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 18 Feb, 2021 2 commits
-
-
Bruce Dawson authored
When using "git cl patch -b branch_name issue_number" to resolve merge conflicts in an uploaded CL the cherry-pick stage will probably fail due to the expected merge conflicts. If you resolve the conflict and then upload the now-merged CL you will actually create a new CL. This happens because the SetIssue step is skipped when the cherry-pick fails. This change sets the issue whenever a new branch is created. This is safe (the new branch is not being used for anything else) and will improve the situation in many cases. crrev.com/c/2636593 is an example of a CL that was accidentally uploaded as new when it was just supposed to be a resolving of merge conflicts on an existing CL. This change was manually tested with crrev.com/c/2107132. Change-Id: Icb5b8e38feb6f0fa4a007d3924c4d69d2ee4937c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2638979 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Gavin Mak <gavinmak@google.com>
-
Antonio Sartori authored
This change makes git map-branches a little bit faster by avoiding fetching the revision list of each branch if git map-branches will not show the tracking info anyway. Change-Id: I47458871f904004f910aadd7d774bea5193c979e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2695393Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Antonio Sartori <antoniosartori@chromium.org>
-
- 17 Feb, 2021 4 commits
-
-
Edward Lesmes authored
Change-Id: I6a74971878e5a1abaf6d8f5db20d0387c1abf308 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2701392 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Chan Li authored
To include change https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2701154 Bug: 1179373 Change-Id: I1d028053c642eeb445aa1b8f205a6dabb66d1373 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2702531 Auto-Submit: Chan Li <chanli@chromium.org> Reviewed-by: Nodir Turakulov <nodir@chromium.org> Commit-Queue: Nodir Turakulov <nodir@chromium.org>
-
Edward Lesmes authored
Change-Id: I2263d8c1bc48ba0f64bcd5e665d8eb6ea451f1cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2693916 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
-
Jacob Kopczynski authored
It will be easier to support centralized management of what footers exist if we require all callers to specifically declare which footers they want to check. This is a partial step towards allowing that without increasing the number of queries required. It introduced cache staleness as a potential issue, but should not matter in practice. Bug: chromium:1079219 Change-Id: I678fd366202bac5a4efa4258ffe02e70c64589bb Recipe-Nontrivial-Roll: infra Recipe-Nontrivial-Roll: chromiumos Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2664790 Commit-Queue: Jacob Kopczynski <jkop@chromium.org> Auto-Submit: Jacob Kopczynski <jkop@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com>
-
- 16 Feb, 2021 3 commits
-
-
Edward Lesmes authored
Change-Id: Ic88e6cac34c3a43f477b879cf7a5caa9014dfb49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2692882 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
Cache result of ListOwners to avoid making duplicate REST API calls. Change-Id: Ie97fd7b605b73e1baed74302615f9df44fb622d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2693914 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
Change-Id: I309bfc112966a84c55d881fe874abfc7842c4a6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2698787 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
-
- 12 Feb, 2021 3 commits
-
-
Josip Sokcevic authored
Bug: 1117305 Change-Id: I3233b1ddcbf50ac97a888e08f692193d4d83b3e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2641044Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Auto-Submit: Josip Sokcevic <sokcevic@google.com>
-
Josip Sokcevic authored
This fixes git cl try when revision is passed. R=ehmaldonado@chromium.org Bug: 1138785 Change-Id: Id5a067114426ed55409b1f200abf4d5a38fdbaa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2691312 Auto-Submit: Josip Sokcevic <sokcevic@google.com> Reviewed-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://chromium.googlesource.com/infra/luci/recipes-py.git/+/72824a7f94a52624bb8653cb772171969a911f26 72824a7 (ehmaldonado@google.com) Add whitespace.txt More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. R==iannucci@chromium.org, martiniss@chromium.org, nodir@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I19a0444047918f503df6790e2d52e062f3d2e872 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2691632 Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
- 11 Feb, 2021 2 commits
-
-
Chan Li authored
To release changes: - https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2686020 - https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2688072 Bug: 1149736 Change-Id: I170f35e12875f6556f99609e0426ccadda7af78c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2688116Reviewed-by: Nodir Turakulov <nodir@chromium.org> Commit-Queue: Chan Li <chanli@chromium.org>
-
Zhaoyang Li authored
To include recent changes: - crrev/c/2680852 : Ensure Xcode.app intact at installing. - crrev/c/2676139 : Do not upload iOS simulator runtimes for Mac. Bug: 1064615 Change-Id: I9874c7b3664dd20745a772d52a682e552e6c0af8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2689105 Auto-Submit: Zhaoyang Li <zhaoyangli@chromium.org> Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Reviewed-by: Andrii Shyshkalov <tandrii@google.com>
-
- 10 Feb, 2021 2 commits
-
-
Henrique Nakashima authored
This reverts commit 25b2cb49. Reason for revert: Used copy of dirmd in third_party/ instead, making this unnecessary. Original change's description: > [recipe_modules/depot_tools] Add dirmd_path to api > > This is required to parse DIR_METADATA files. > > Bug: 1135347 > Change-Id: I620656d4dbec5e918bfc0f535397869c869446b8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2644827 > Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> > Reviewed-by: Andrii Shyshkalov <tandrii@google.com> TBR=tandrii@google.com,hnakashima@chromium.org,infra-scoped@luci-project-accounts.iam.gserviceaccount.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1135347 Change-Id: I8ea8dfe8f3587177493fb37a4a37eb24266240e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2686631Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Andrii Shyshkalov <tandrii@google.com>
-
Nico Weber authored
- add run line (also to package_from_installed.py while here) - use startswith() to check if a string starts with another - switch from optparse to argparse - ...and make desired-hash a required positional argument - drop win8 sdk support (not behavior preserving, but also unused for years) Bug: none Change-Id: I73056184208a48b9d9610f330c56f3a324763195 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2679295 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org>
-
- 09 Feb, 2021 5 commits
-
-
Edward Lesmes authored
Change-Id: Ic18cbdcbef99fcfc563a37df1e1727f1426233b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2685631Reviewed-by: Jason Clinton <jclinton@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Robert Iannucci authored
prpc - Pick up change to AllowUnknownFields when decoding JSONPB bb - Stop requesting JSONPB from server led - Update Build message definition to be compatible with grace_periods field. R=sque@google.com, tandrii, tikuta@chromium.org, vadimsh Bug: 1173222,1127113 Change-Id: I5d5e7a3e53675a53b90bd3c63dcc30272676ab08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2686229 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Auto-Submit: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
-
Edward Lesmes authored
Change-Id: Ic0c1eab9e352d6128795cc76a2d0f203f690a49b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2685323Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
This will tell the autoroller to set Bot-Commit+1 instead of TBR and self CR+1. Change-Id: I9463924e3a8f4ccc2f96cb68f8d1c517031c8369 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2684329Reviewed-by: Jason Clinton <jclinton@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: 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://chromium.googlesource.com/infra/luci/recipes-py.git/+/b32c6f2b9db086a0dae2e8d8ab77f13040eac98c b32c6f2 (yiwzhang@google.com) [engine] populate render_config failure to step SummaryMarkdown 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: Ifd876679e799a4899433539e7dc9b558912d1482 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2679300Reviewed-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>
-
- 08 Feb, 2021 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://chromium.googlesource.com/infra/luci/recipes-py.git/+/40dc57ba08625616012ea28c1595f73565428840 40dc57b (ehmaldonado@google.com) recipes.cfg: Add option to use Bot-Commit+1. 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: Icebe2930d848e86ae14dafa115cf8aa533965348 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2682191Reviewed-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
Some bots use git-cl to upload changes to Gerrit. Add an option so those can set Bot-Commit+1 on upload instead of TBR and CR+1. Change-Id: I5e80ddadedf6c4fe277f8984c35a603da923de5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2679780 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org>
-