- 16 Oct, 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://chromium.googlesource.com/infra/luci/recipes-py.git/+/7e3be54729659656666407fddc6a29906f1662f8 7e3be54 (tikuta@chromium.org) [cas] use os.environ to get SWARMING_SERVER envvar 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: Ie07673210ee5a56e258f885c0ae5aa34c77d4eec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2478806Reviewed-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/+/36a9f82370729f8c7f8a2eafabc077e35f26a9af 36a9f82 (tikuta@chromium.org) [cas] inherit default_instance from SWARMING_SERVER envvar 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: I6720af8a9a1b4a188d981c9d48e44c25849e03ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2478803Reviewed-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>
-
- 15 Oct, 2020 3 commits
-
-
Sylvain Defresne authored
If there is a branch named after a file in the repository root, the command `git rev-list --count $branch ^$base` is ambiguous. This is because `git` does not know whether $branch needs to be parsed as a revision or a filename. Adding a trailing `--` parameter to the command-line resolves this ambiguity since when present, everything before the `--` cannot be a filename and everything after `--` has to one. From git documentation: Paths may need to be prefixed with -- to separate them from options or the revision range, when confusion arises. Bug: none Change-Id: Ieb10aa8701e12fc3c88d5f75ff624f61ee8d8aaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2475773Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org>
-
Owen Rodley authored
This is the latest version, which supports Python 3 only. Bug: 1123433 Change-Id: I7516ed52d64f38f8214c6295e9ad3d08a98e2b4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2473704 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/+/0d7a977e5ce07f8d5b1f24269dac438851f9f721 0d7a977 (tikuta@chromium.org) [swarming] add assertion for isolated format 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: I86294659d0975537ba014adc0b9e37bb5a8e9085 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2474173Reviewed-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>
-
- 13 Oct, 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://chromium.googlesource.com/infra/luci/recipes-py.git/+/0e4ad7bf162bfd36d111e475c75763b1d8c25c7a 0e4ad7b (gbeaty@chromium.org) Add swarming_task_url property to LedLaunchData. 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: I218c2bbe95d3f7af23a6beb0d1372d1560b2b058 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2469478Reviewed-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>
-
Owen Rodley authored
This contains https://crrev.com/c/2465408, which has a workaround to make ${vpython_platform} work on Python 3. Bug: 1123433 Change-Id: I62eb96b8caaae5b954a06f6bdcbd1169200f3523 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2465360 Auto-Submit: Owen Rodley <orodley@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
-
- 09 Oct, 2020 2 commits
-
-
Edward Lesmes authored
Response contents contain useful information when debugging Gerrit transient errors. For example, trying to land a WIP CL fails with a 409 Conflict status, which is not very useful when trying to troubleshoot. The message returned by Gerrit makes it clearer: Failed to submit 1 change due to the following problems: Change XXXXXXX: Change XXXXXXX is work in progress Bug: 1136295 Change-Id: I7e0036785cb3146eae49e29d3c4fa3e156ae7c20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2463987Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
Exceptions have no '.message' field. Bug: 1135320 Change-Id: I30aba548895f1863c9cf65bf3e81a370405c32fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2451375Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 08 Oct, 2020 3 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/+/01b9c522df32a1f5d0dbb31e0b86bd22e3085bf1 01b9c52 (ddoman@chromium.org) [resultdb] add coerce_negative_duration to api.resultdb.wrap() 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: I876e43a74e061e62bd3b55b3ec4f55589f277a6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2460754Reviewed-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>
-
Scott Lee authored
This is to release a new rdb binary with the following patch : https://crrev.com/c/2455175 R=chanli@chromium.org Bug: 1135892 Change-Id: I089ad008e54fcd67d1b1cf603582ff342fa99561 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2459616Reviewed-by: Chan Li <chanli@chromium.org> Commit-Queue: Scott Lee <ddoman@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/+/778c4c88bc5819d7527d9decd3d91919520ae32c 778c4c8 (ddoman@chromium.org) [resultdb] update OWNERS of api.resultdb 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: I8cbb1272321aaf1e669e685f0c59c44fbe3c72a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2460031Reviewed-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>
-
- 07 Oct, 2020 1 commit
-
-
Takuto Ikuta authored
This reverts commit 8274c197. Reason for revert: b/170284879 Original change's description: > Roll out new goma client binary VERSION=206 > > Bug: b/167500848 > Change-Id: I6819bad98fd39787c91582dc0ed4ee3cf11dccc4 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2449282 > Reviewed-by: Takuto Ikuta <tikuta@chromium.org> > Reviewed-by: Fumitoshi Ukai <ukai@google.com> > Reviewed-by: Junji Watanabe <jwata@google.com> > Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org> TBR=ukai@google.com,yyanagisawa@chromium.org,tikuta@chromium.org,jwata@google.com,yekuang@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com Bug: b/167500848, b/170284879 Change-Id: Ia2cadff395be2570c4f5c7c0dd283979380038c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2455566Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@google.com>
-
- 06 Oct, 2020 5 commits
-
-
Yoshisato Yanagisawa authored
Bug: b/167500848 Change-Id: I6819bad98fd39787c91582dc0ed4ee3cf11dccc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2449282Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Reviewed-by: Fumitoshi Ukai <ukai@google.com> Reviewed-by: Junji Watanabe <jwata@google.com> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@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/+/ff32fd7f9aa8328eb61ee5083611f9fb1112958a ff32fd7 (yiwzhang@google.com) Reland "[luci_context] Move writing of LUCI_CONTEXT files to th... 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: Icff48dff8715532467bfd153dfb65924940542e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2454869Reviewed-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/+/25bc9f8d30d5d0599e7f16e805ecf84da334d0be 25bc9f8 (yiwzhang@google.com) Roll third party lib to the latest 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: I8fd43997cae4079ba2462c64cdddd520e5cdb034 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2454417Reviewed-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>
-
Jeff Yoon authored
Updating the OWNERS for osx sdk packages. List suggested from crrev/c/2422449. Change-Id: Id582737a539d8c10ec3437994068c33dd8c6d46a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2424556 Commit-Queue: Jeff Yoon <jeffyoon@chromium.org> Reviewed-by: Dirk Pranke <dpranke@google.com> Reviewed-by: Gary Tong <gatong@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/+/e1b01f51655b20cc996a1484de0927bb0cbe6dc0 e1b01f5 (yiwzhang@google.com) Revert "[luci_context] Move writing of LUCI_CONTEXT files to th... 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: Ifde338745f09b65ee6bc3355313b0ad6876eb030 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2451332Reviewed-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>
-
- 05 Oct, 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://chromium.googlesource.com/infra/luci/recipes-py.git/+/39689a397b274d40abb2181b64d3beca42ca98f2 39689a3 (yiwzhang@google.com) Resovle merge conflict that gets accidentally checked in 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: If1387756ed8d3a3a300dc54403ff04a69e7ac75f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2450745Reviewed-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/+/405af97548584768d701020167734cc67bf8a425 405af97 (bpastene@chromium.org) Fix signature of with_dimensions() method in swarming module's... 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: Id9713072e4db6c443ddcc7b2da232cce4442dda5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2450210Reviewed-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>
-
- 02 Oct, 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://chromium.googlesource.com/infra/luci/recipes-py.git/+/d5e316deefc54c4bcca73a164235f02ef8bd4e78 d5e316d (bpastene@chromium.org) Add a json.input log link to every swarming.trigger() invocation. 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: I80495413eac241e2b48926e8a66a3b937ddafc2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2445950Reviewed-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>
-
Stephanie Kim authored
The enforce_fetch kwarg was being ignored. This change adds the --enforce_fetch to the resources/bot_update cmd. Confirmed here through led: https://logs.chromium.org/logs/chromium/led/kimstephanie_google.com/b852fa5e4bd75b11d2dfd35bb66caa5147698ad1b77d6fb2aa69ec87ee57b5d2/+/steps/bot_update/0/logs/execution_details/0 Bug: 1129235 Change-Id: I78c5d62841fda6dafbb709301e26c5047df2d58d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2444114Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Stephanie Kim <kimstephanie@google.com>
-
- 01 Oct, 2020 9 commits
-
-
Vadim Shtayura authored
Adds `proto.has(msg, field)`. No other changes. R=iannucci@chromium.org BUG=1133442 Change-Id: I40a90aafa04059a57aac25bc56bb9505957c705b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2444090Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Andrii Shyshkalov <tandrii@google.com> 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/+/6126bc2f1092567bb3b0d96f0381330ba01ead75 6126bc2 (iannucci@chromium.org) [luci_context] Move writing of LUCI_CONTEXT files to the engine... 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: I621589a274d7fff74c5183d519e0572603719df4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2444091Reviewed-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>
-
Stephanie Kim authored
This is a reland of 3774c589 Added missing options.enforce_fetch arg Confirmed via a fake test roll with this CL's patch commit that the bot_update step passes with this change: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2443649 Original change's description: > Reland "Add optional enforce_fetch kwarg to fetch and refresh git cache" > > This is a reland of f38f54f2 > > Original change's description: > > Add optional enforce_fetch kwarg to fetch and refresh git cache > > > > Allows builders to do a force refresh of the git cache to ensure a new > > fetch happens. android-binary-size needs this to get an accurate diff > > of the passed in src revision and the applied patch: > > https://bugs.chromium.org/p/chromium/issues/detail?id=1129235#c19 > > > > Bug: 1129235 > > Change-Id: I993521cdde2a491fc9d42d75ff28dedcd2cea64e > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2438802 > > Commit-Queue: Stephanie Kim <kimstephanie@google.com> > > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > > Bug: 1129235 > Change-Id: I034a91a8b57821d08b10042f7fc94d32350540ba > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2443235 > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> > Commit-Queue: Stephanie Kim <kimstephanie@google.com> Bug: 1129235 Change-Id: Ibbd4535f8529243d2dc1d4d32881d8a61efe374a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2443574Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Stephanie Kim <kimstephanie@google.com>
-
Stephanie Kim authored
This reverts commit 3774c589. Reason for revert: https://logs.chromium.org/logs/chromium-m86/led/infra-try-recipes-tester_chops-service-accounts.iam.gserviceaccount.com/ea31a9d6c2b61127e3b98d86fb9bc2b8c6370fa3771701fcaa11b47a2d735c19/+/steps/bot_update/0/stdout Going to revert and test with led before landing another "fix" Original change's description: > Reland "Add optional enforce_fetch kwarg to fetch and refresh git cache" > > This is a reland of f38f54f2 > > Original change's description: > > Add optional enforce_fetch kwarg to fetch and refresh git cache > > > > Allows builders to do a force refresh of the git cache to ensure a new > > fetch happens. android-binary-size needs this to get an accurate diff > > of the passed in src revision and the applied patch: > > https://bugs.chromium.org/p/chromium/issues/detail?id=1129235#c19 > > > > Bug: 1129235 > > Change-Id: I993521cdde2a491fc9d42d75ff28dedcd2cea64e > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2438802 > > Commit-Queue: Stephanie Kim <kimstephanie@google.com> > > Reviewed-by: Josip Sokcevic <sokcevic@google.com> > > Bug: 1129235 > Change-Id: I034a91a8b57821d08b10042f7fc94d32350540ba > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2443235 > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> > Commit-Queue: Stephanie Kim <kimstephanie@google.com> TBR=tandrii@google.com,ehmaldonado@chromium.org,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com,kimstephanie@google.com Change-Id: I305215eed4128b13c9b5b524f4cbf3203037d582 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1129235 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2443573Reviewed-by: Stephanie Kim <kimstephanie@google.com> Commit-Queue: Stephanie Kim <kimstephanie@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/+/d1f33ea19da098a03f6d019202bf967992b71ee1 d1f33ea (yiwzhang@google.com) [warning] fix read before assignment 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: I7d9cefd7de57186ac0c70ced2cb80a43bd993485 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2443589Reviewed-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>
-
Stephanie Kim authored
This is a reland of f38f54f2 Original change's description: > Add optional enforce_fetch kwarg to fetch and refresh git cache > > Allows builders to do a force refresh of the git cache to ensure a new > fetch happens. android-binary-size needs this to get an accurate diff > of the passed in src revision and the applied patch: > https://bugs.chromium.org/p/chromium/issues/detail?id=1129235#c19 > > Bug: 1129235 > Change-Id: I993521cdde2a491fc9d42d75ff28dedcd2cea64e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2438802 > Commit-Queue: Stephanie Kim <kimstephanie@google.com> > Reviewed-by: Josip Sokcevic <sokcevic@google.com> Bug: 1129235 Change-Id: I034a91a8b57821d08b10042f7fc94d32350540ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2443235Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Stephanie Kim <kimstephanie@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/+log/39134ebcf4b41a12019820cd50e54561cbbc1299~..8502136bd32cb5b48a21f67f6df80c2d88e14139 39134eb (yiwzhang@google.com) [buildbucket] Add experiment kwarg to schedule_request 8502136 (yiwzhang@google.com) Add yiwzhang@ to OWNER 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: I78492c309788fdc46bb1acb538461399cfc94f28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2443237Reviewed-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>
-
Stephanie Kim authored
This reverts commit f38f54f2. Reason for revert: Seeing errors about missing args https://logs.chromium.org/logs/chromium/led/infra-try-recipes-tester_chops-service-accounts.iam.gserviceaccount.com/007f2e16447b70ae83e87835e2586d4b032f1a915872d9237cec0f72bb239fd6/+/steps/bot_update/0/stdout Original change's description: > Add optional enforce_fetch kwarg to fetch and refresh git cache > > Allows builders to do a force refresh of the git cache to ensure a new > fetch happens. android-binary-size needs this to get an accurate diff > of the passed in src revision and the applied patch: > https://bugs.chromium.org/p/chromium/issues/detail?id=1129235#c19 > > Bug: 1129235 > Change-Id: I993521cdde2a491fc9d42d75ff28dedcd2cea64e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2438802 > Commit-Queue: Stephanie Kim <kimstephanie@google.com> > Reviewed-by: Josip Sokcevic <sokcevic@google.com> TBR=tandrii@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,sokcevic@google.com,kimstephanie@google.com Change-Id: Ib867742c624f085d3dd56422c2d63c15fdc84f06 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1129235 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2443231Reviewed-by: Stephanie Kim <kimstephanie@google.com> Commit-Queue: Stephanie Kim <kimstephanie@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/+/f372b8d218fea8a2983420c226dbc0817423abec f372b8d (yiwzhang@google.com) [warning] Validate the warning name before record the warning 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: I47b379c463ac83812ccc15bb1e1296fd50d2cd27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2441701Reviewed-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>
-
- 30 Sep, 2020 7 commits
-
-
Stephanie Kim authored
Allows builders to do a force refresh of the git cache to ensure a new fetch happens. android-binary-size needs this to get an accurate diff of the passed in src revision and the applied patch: https://bugs.chromium.org/p/chromium/issues/detail?id=1129235#c19 Bug: 1129235 Change-Id: I993521cdde2a491fc9d42d75ff28dedcd2cea64e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2438802 Commit-Queue: Stephanie Kim <kimstephanie@google.com> Reviewed-by: 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/+/406f6a4a77f5c081bccd4718f8e10caddf9dc802 406f6a4 (iannucci@chromium.org) Remove LUCI_CONTEXT from test 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: I0b5346b8f827f9520ea8f363dbf7c83c292b7f10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2441468Reviewed-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/+/e47e1156a8e28a697e3ac311164fc0071b43c72f e47e115 (olivernewman@google.com) [recipes.py] Use correct errno for index.lock check 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: I93598c182c8fc6b459dfc2fdc9e93165a7c2b8fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2440118Reviewed-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/+log/35f78cfa47bf46580eb43984191baa1d01e126aa~..40fa48addae245495e35c2fc82aa522d7f1d05da 35f78cf (yiwzhang@google.com) [warning] Correct some details in the warning documentation 40fa48a (yiwzhang@google.com) [warning] Support multi-line description 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: I5ee997e98d934b8cce953ff2dab6017db3a58c07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2439605Reviewed-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/+/5098fbfeebc326675cf14407d1c7091de5157e44 5098fbf (chanli@chromium.org) Make it possible to specify experiments in test 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: I56445fa32fa4e48535c47ed03ebc93af24bcc502 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2439448Reviewed-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/+/a868c4b5a0c46e4f6591f7380d11e154430c9bc5 a868c4b (yiwzhang@google.com) [warning] Fix monorail link construction 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: I5cb77d7ba47c3899c9d6b640d0a8a9e4615702de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2439446Reviewed-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/+/5959b84f0469a82fbc92983366db435f0bbee553 5959b84 (ddoman@chromium.org) [resultdb] use : instead of = as a delimiter for -var 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: I0e56b9e341fb3e779096fdc4e1c57d211ae3f9db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2439443Reviewed-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 Sep, 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://chromium.googlesource.com/infra/luci/recipes-py.git/+log/1ddf2b83ae3565d58d8efab23249a6277a0fac85~..ce7e40b60f5d1034f8393c9b42bd0314c2b51c0e 1ddf2b8 (ddoman@chromium.org) [resultdb] add param 'base_tags' to api.resultdb.wrap ce7e40b (yiwzhang@google.com) [luciexe] Fix doc string and add more examples for sub_build 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: I9b518165567e258fe3a25ab4f8983614046e7e47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2438789Reviewed-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>
-
Scott Lee authored
This is to deploy the changes of https://crrev.com/c/2435049. cipd-pkg: https://chrome-infra-packages.appspot.com/p/infra/tools/rdb/linux-amd64/+/git_revision:6015213831305a86446c7281ffba6871355075c5 R=chanli@chromium.org,nodir@chromium.org Bug: 1099573 Change-Id: If83ac9ba02a59989324e0f597c1457661a4fc87d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2437947Reviewed-by: Nodir Turakulov <nodir@chromium.org> Commit-Queue: Scott Lee <ddoman@chromium.org>
-