- 29 Jan, 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/+/ebdb512224702196950b27151e31351c019f7b15 ebdb512 (chanli@chromium.org) [ResultDB] api.resultdb.wrap: support location_tags_file 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: Idaef48ffd695ed873afab6c0148faa622f6149ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2657990Reviewed-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
This reverts commit 07bd2522. Reason for revert: Still testing chromium-behavior Original change's description: > Change whitespace.txt > > Will use this change to test reverting in the Gerrit UI. > Using TBR= so as to not spam anyone else. > > TBR= > > Change-Id: If95898b00d6468512157d120e24c8246c1655f8f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2645231 > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> TBR= No-Try: true No-Presubmit: true Change-Id: Iaf547a6f5916490c85baeb8a32758c4b40abe4c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2657869 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
-
- 28 Jan, 2021 4 commits
-
-
Yoshisato Yanagisawa authored
Bug: b/178452801 Change-Id: Ief04267764a1e67219912af0a8a1c8a4aa46a6be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2654599Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
-
Josip Sokcevic authored
This reverts commit 6d0c0ffe. Reason for revert: this appears to break builders if reference is a commit hash: git log --format=%B -n1 HEAD failed with code 128 Original change's description: > Add previous_got_revision and previous_got_revision_cp to output > > As chrome browser infra works to improve CQ times, we would like to > easily glance at builds and see how many new commits were checked out. > Currently you have to open up bot_update stdout to see the previous > HEAD revision and go from there. Having this conveniently outputted > would be very convenient. > > If the bot has previously checked out the repo, output which revision > and commit position were checked out. > > example LED build showing new output: https://ci.chromium.org/swarming/task/51592e46d6a70e10?server=chromium-swarm.appspot.com > > Change-Id: Ib8a6f152a593446ce4082477bc9ada44f1fd1fc3 > Bug: 1170568 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2644829 > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > Commit-Queue: Stephanie Kim <kimstephanie@google.com> TBR=infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com,kimstephanie@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1170568 Change-Id: I50d6ef6802c2eb1614cca804391c7826a79a2cf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2657023Reviewed-by: Josip Sokcevic <sokcevic@google.com> 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/+/51dda3f28966704ae269ac7b7a7d485784d1c472 51dda3f (iannucci@chromium.org) [buildbucket] Properly handle set_output_gitiles_commit in luci... 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: Ieb513b225e97465660fb6f41a5d834f9f2748fac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2657030Reviewed-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://chromium.googlesource.com/infra/luci/recipes-py.git/+/01f6be9de786fd07d1c0d213ac77f1c6150152fd 01f6be9 (tikuta@chromium.org) cas: disallow overriding instance 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: Ib31f328ae203bf7a269661d4f7742122c3a5a2df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2654717Reviewed-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>
-
- 27 Jan, 2021 5 commits
-
-
Gavin Mak authored
This change adds documentation and demos missing for the flag --inject_current used in git new-branch. Bug: 1167943 Change-Id: Id6305b876ade2c47eb7435a5edd055ae4fe2f323 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2648615Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Gavin Mak <gavinmak@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/+/a1296335483bf847f2f1329fcbde629c075e6889 a129633 (vadimsh@chromium.org) [scheduler] Add properties and tags to GitilesTrigger. 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: Ib5758aff14710ada26f260c7b030f0eab6b31ff6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2654254Reviewed-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://chromium.googlesource.com/infra/luci/recipes-py.git/+/4e80714e17ff99f6d750d54b69cf9cebd7a2f835 4e80714 (gbeaty@chromium.org) Return None from CommitList.advance_to for backwards advances. 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: If35f2ee09a01b6dd859a6eacb8e9f37483594872 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2654083Reviewed-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://chromium.googlesource.com/infra/luci/recipes-py.git/+/1cf8c5966f860b5e3cc4d5ed8ec0622b0a660fd3 1cf8c59 (vadimsh@chromium.org) [proto] Update go.chromium.org/luci protos. 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: I5f27fc78df5b07b43b877ad11274f74b791d8fdf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2651464Reviewed-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://chromium.googlesource.com/infra/luci/recipes-py.git/+/da848b8552a021206e2acd957f9a4520292a7949 da848b8 (lamontjones@chromium.org) [buildbucket] include ref in try_build_message 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: I7bb907c81a55ffcb43b51f1de77460e19e727e29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2651456Reviewed-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>
-
- 26 Jan, 2021 6 commits
-
-
Stephanie Kim authored
As chrome browser infra works to improve CQ times, we would like to easily glance at builds and see how many new commits were checked out. Currently you have to open up bot_update stdout to see the previous HEAD revision and go from there. Having this conveniently outputted would be very convenient. If the bot has previously checked out the repo, output which revision and commit position were checked out. example LED build showing new output: https://ci.chromium.org/swarming/task/51592e46d6a70e10?server=chromium-swarm.appspot.com Change-Id: Ib8a6f152a593446ce4082477bc9ada44f1fd1fc3 Bug: 1170568 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2644829Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Stephanie Kim <kimstephanie@google.com>
-
Josip Sokcevic authored
If bot_update is not patching, it shouldn't look into gitiles patch information. R=ehmaldonado@google.com Bug: 1147625 Recipe-Nontrivial-Roll: build Change-Id: I111f0dc1c36d588341c02930bf1cda1f5b8cc2e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2644199Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
Edward Lesmes authored
Bug: b/178502800 Bug: 1170806 Change-Id: If66cf06b9954520ddd909dce869e2a15da3055ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2650965 Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com> 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/+/21a0be68ef57127c04b91aa66b4d6f46aadd096d 21a0be6 (iannucci@chromium.org) [buildbucket] Remove validation of output commit id in test mode. 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: I527dea0540fffafb517635d532aeace372594654 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2650776Reviewed-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://chromium.googlesource.com/infra/luci/recipes-py.git/+/90828211cac09bce63ebfc5b8b85ecca1d13afd9 9082821 (adrexler@google.com) Update go.chromium.org/luci/ protos. 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: I73c4ecd5e9bdfe046fc67c16cbfeed81b83528c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2650353Reviewed-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>
-
Ola Rozenfeld authored
Bug: 1149386 Change-Id: I7b04450b4da84ca0a1f599a7fe1bfe27d1dd648f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2639604 Commit-Queue: Ola Rozenfeld <olaola@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com>
-
- 25 Jan, 2021 5 commits
-
-
Edward Lesmes authored
This is a reland of 0489cc12 Don't remove email_regexp argument, as downstream still passes it. Original change's description: > Reland "presubmit: Use new API to check for owners approval" > > New API was updated to properly support '*' as owner. > > Change-Id: If14144f83484731fd5534c03cb9fde4b18f49fe9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2628703 > Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Change-Id: Id137aca0036c2ebf11ec56a12f4e053cd2cc6637 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2639411 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Gavin Mak <gavinmak@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com>
-
Gavin Mak authored
This change also adds a ScoreOwners function in owners_client that replaces user scoring functionality in owners_finder. Change-Id: Ifd8841c6d320d9bb644907b6eca0a02d4ef35640 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2641532Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Gavin Mak <gavinmak@google.com>
-
Gavin Mak authored
When using git cl upload --message-file, the text editor prompts the user to edit the description. This change suppresses the editor when a message file is passed in. Change-Id: Ifa568e155e72eeb49f55ded0ddac1b5a940687af Bug:916230 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2643781Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Gavin Mak <gavinmak@google.com>
-
Yoshisato Yanagisawa authored
This reverts commit 6c939860. Reason for revert: I started to see Exceptions after the rollout. Let me speculatively revert. Original change's description: > Roll out new goma client binary VERSION=211 > > Bug: b/177285551 > Change-Id: I59ca57d05555a2fe922d3056e6d52842b4bb66ac > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2646141 > Reviewed-by: Takuto Ikuta <tikuta@chromium.org> > Reviewed-by: Fumitoshi Ukai <ukai@google.com> > Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org> TBR=ukai@google.com,yyanagisawa@chromium.org,tikuta@chromium.org,yekuang@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I94b829d33f7f0bc897cdf661e892ff1264e773e1 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b/177285551 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2646767Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@chromium.org> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
-
Yoshisato Yanagisawa authored
Bug: b/177285551 Change-Id: I59ca57d05555a2fe922d3056e6d52842b4bb66ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2646141Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Reviewed-by: Fumitoshi Ukai <ukai@google.com> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
-
- 22 Jan, 2021 3 commits
-
-
Edward Lesmes authored
Will use this change to test reverting in the Gerrit UI. Using TBR= so as to not spam anyone else. TBR= Change-Id: If95898b00d6468512157d120e24c8246c1655f8f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2645231 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
Change-Id: I70fad9c369e36d7dcbf3cb8a4eb2c8ee66ceb7b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2642771 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
-
Josip Sokcevic authored
This reverts commit e7a31f42. Reason for revert: has typo and doesn't work if typo is fixed Original change's description: > Support main branch in bot_update > > Change-Id: I58e88e9505779c309ac0af9d5b78b45feaa75543 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2528669 > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> > Commit-Queue: Josip Sokcevic <sokcevic@google.com> TBR=ehmaldonado@chromium.org,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: Ib6b266250b854e2554249b956766214be84ec522 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2643961Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
- 21 Jan, 2021 4 commits
-
-
Chan Li authored
To deploy change https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2639156 Bug: 1103287 Change-Id: Idf7fe6f7c355321aaa72afbd96c710d33c7af5d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2642768Reviewed-by: Scott Lee <ddoman@chromium.org> Commit-Queue: Chan Li <chanli@chromium.org>
-
Vadim Shtayura authored
Changes: [lucicfg] Add `extends` to luci.bucket(...). [resultdb] Add history options to starlark files. [lucicfg] Fix issues related to Go deps roll. Remove experiment gating luci.tree_closer. [Lucicfg] change repository_whitelist to repository_allowlist R=iannucci@chromium.org, tandrii@chromium.org CC=robertocn@chromium.org Change-Id: Ife18f8469a6083a476fae817a0163f7f9e6a1448 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2642769Reviewed-by: Robbie Iannucci <iannucci@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://chromium.googlesource.com/infra/luci/recipes-py.git/+/34f43c51585b6113740640659cca0ddd27289684 34f43c5 (bryner@google.com) Fix JSON serialization of PackageDef preserve_mtime/preserve_wr... 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: I4c58ee1065e40a447c428bb5ac2e3a239361e3d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2641533Reviewed-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://chromium.googlesource.com/infra/luci/recipes-py.git/+/5edec0a657694629de0b9037326ef9daaebb8bf2 5edec0a (yiwzhang@google.com) [luciexe] Normalize each segment instead of the entire stream name 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: I53524d132ae5871a94ecbe50ec4e3e9f1cefe7d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2641048Reviewed-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>
-
- 20 Jan, 2021 4 commits
-
-
Takuto Ikuta authored
python3 is currently not recognized on git bash. https://crrev.com/c/2629087/15#message-b5093e69201df42adb7ac643e4f97f9f366a299d This is partial revert of https://crrev.com/c/2629087 https://crrev.com/c/2631396 Bug: b/177465438 Change-Id: I1b2698f5fc27144035598249c43800d25801a0f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2638834Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
-
Edward Lesmes authored
This reverts commit 0489cc12. Reason for revert: Chromium presubmit needs to be updated too Original change's description: > Reland "presubmit: Use new API to check for owners approval" > > New API was updated to properly support '*' as owner. > > Change-Id: If14144f83484731fd5534c03cb9fde4b18f49fe9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2628703 > Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> TBR=ehmaldonado@chromium.org,gavinmak@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com Change-Id: Id6f55a8fbc692ad1a82154a6646d487bb37cbe63 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2637539Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Michael Savigny authored
Adds reproxy setup and teardown to autoninja. Since reproxy is intended to run for a single build (unlike the goma proxy), having setup and teardown happen as part of autoninja makes management of the proxy execution easier. To use this as it is currently implemented, set the RBE_BIN_DIR and RBE_CFG_DIR environment variables to point to the reclient binaries and reclient configuration files. Note the reproxy.cfg file is NOT included in this change, and at the time of this CL you need to provide one yourself. Bug: 1149386 Change-Id: I23601cc9b13193ac617ffc5963b9d443f6840d33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2597837Reviewed-by: Dirk Pranke <dpranke@google.com> Reviewed-by: Ye Kuang <yekuang@google.com> Commit-Queue: Michael Savigny <msavigny@google.com> Auto-Submit: Michael Savigny <msavigny@google.com>
-
Edward Lesmes authored
This is a reland of 968b1fe7 Original change's description: > [git-cl] Use owners client when processing --[tb]r-owners. > > Change-Id: Id094bce2aa731359cd8af16f10ce79ae7e02bd85 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2572809 > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> > Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> > Reviewed-by: Josip Sokcevic <sokcevic@google.com> Change-Id: I9f93d755b10517c5296f7095f735ec2295be34e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2632840 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
-
- 19 Jan, 2021 5 commits
-
-
Edward Lesmes authored
This feature will not be supported when using Gerrit Code-Owners plugin. Change-Id: I7ad0d5bf004ba39818e57fc00e40592a44d1d11f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2638140 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Gavin Mak <gavinmak@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com>
-
Edward Lesmes authored
New API was updated to properly support '*' as owner. Change-Id: If14144f83484731fd5534c03cb9fde4b18f49fe9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2628703 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Andrii Shyshkalov authored
<ExceptionObj>.message worked in py2, but not in py3. R=ehmaldonado@google.com Change-Id: I1f1302d453e9142b59de4ccab0298367bffde295 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2631495 Auto-Submit: Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
-
Takuto Ikuta authored
This removes dependency to httplib2 by using urllib. https://docs.python.org/3/library/http.client.html#httpresponse-objects Use six for both py2/py3 unittest. Bug: b/177465438 Change-Id: I48383559842615f97abea45b55ca0acf4d7c8bd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2629087 Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com> Reviewed-by: Fumitoshi Ukai <ukai@google.com> Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
-
Takuto Ikuta authored
This is for comments in https://crrev.com/c/2629087/11/autoninja and https://crrev.com/c/2629087/11/autoninja.bat Change-Id: I2edafaee7916b7c826af7a7f8f0150a541c8d098 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2631396Reviewed-by: Bruce Dawson <brucedawson@chromium.org> Reviewed-by: Fumitoshi Ukai <ukai@google.com> Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
-
- 15 Jan, 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/+/2030661a4ff2a6b64b0651f2c44aabed8c71223f 2030661 (yuanzhi@google.com) [resultdb] Add option to include new invocation using rdb. 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: If1e8fed40c1fe3e464a382cf594dddfb3e0af76b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2632976Reviewed-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
Bug: 1166467 Change-Id: Ib6c32b11ca2892841cad477cee61edef38a0ed62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2628702 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Gavin Mak <gavinmak@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com>
-