- 14 Jan, 2020 2 commits
-
-
Vadim Shtayura authored
Changes: * luci.notifier_template(...) validates its name. * time.epoch(...) functions to parse timestamp strings into Unix times. * Internal digests.star module to calculate SHA256s. R=iannucci@chromium.org Change-Id: I58a3d9e11a2b278a0fd1e74169d6c57e048488f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2000986 Auto-Submit: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
-
Edward Lemur authored
Bug: 1002153 Change-Id: I769a5370d726f4ce478035f59bfd1df50fef452e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1992315Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 13 Jan, 2020 4 commits
-
-
Edward Lesmes authored
The link that points to all known strings is outdated. Change-Id: I40f7fd2b80fc0129eff5947ed6881d11934cb275 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1998084 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Anthony Polito <apolito@google.com>
-
Edward Lemur authored
This is a reland of d3bfd23c Don't modify cwd for paths other than depot_tools. Original change's description: > presubmit_canned_checks: Run pylint on parent directory for depot_tools. > > On Windows, scripts on the current directory take precedence over PATH. > When pylint.bat calls vpython, it executes the vpython of the depot_tools > under test instead of the one in the bot. > As a workaround, run the tests from the parent directory instead. > > Change-Id: I7fa3f5b268df516194063ff39907ada18f7ef544 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1994216 > Reviewed-by: Anthony Polito <apolito@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> No-Presubmit: True Change-Id: I4236ec17b2642ed7f53844af532ec1f5234b80d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1995783 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Anthony Polito <apolito@google.com>
-
Dean Berris authored
This reverts commit d3bfd23c. Reason for revert: Breaks non-depot_tools based presubmits that use canned checks that expect the presubmit to be run in the sub-repository (for example, in Catapult where it's hosted in third_party/catapult instead of being directly in chromium). Original change's description: > presubmit_canned_checks: Run pylint on parent directory for depot_tools. > > On Windows, scripts on the current directory take precedence over PATH. > When pylint.bat calls vpython, it executes the vpython of the depot_tools > under test instead of the one in the bot. > As a workaround, run the tests from the parent directory instead. > > Change-Id: I7fa3f5b268df516194063ff39907ada18f7ef544 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1994216 > Reviewed-by: Anthony Polito <apolito@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> TBR=ehmaldonado@chromium.org,apolito@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: If989527a53be90e1ae32cb3fa30f5e4777824480 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1994753Reviewed-by: Dean Berris <dberris@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Dean Berris <dberris@chromium.org>
-
Jamie Madill authored
Re-land fixes format always saying the folder was dirty. The --full option would skip setting the return value of the format command when used with --dry-run. This in turn would cause the presubmit check to always pass when --full was enabled in a repo by default. Was discovered in the ANGLE repository. Bug: angleproject:4241 Change-Id: I986646336d1857af2826863ef4becbf2b9ee3049 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1993910 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
-
- 11 Jan, 2020 1 commit
-
-
Edward Lesmes authored
Bug: 1036606 Change-Id: I035250757e346f89390b36d44701f0b6b8d8d024 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1995888 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Kenneth Russell <kbr@chromium.org>
-
- 10 Jan, 2020 6 commits
-
-
Edward Lesmes authored
This is a reland of 797d74a2 Original change's description: > vpython: Specify interpreter to run. > > Specify the interpreter to run to avoid issues with several > python installations on Windows. > > Bug: 1036606 > > Change-Id: Ib70d041acc52c940711460219acd8f4ad58637a9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1992608 > Reviewed-by: Anthony Polito <apolito@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Bug: 1036606 Change-Id: Ibf6727249b40c5a9f5f877353c8d42fe66404cf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1994215Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lemur authored
On Windows, scripts on the current directory take precedence over PATH. When pylint.bat calls vpython, it executes the vpython of the depot_tools under test instead of the one in the bot. As a workaround, run the tests from the parent directory instead. Change-Id: I7fa3f5b268df516194063ff39907ada18f7ef544 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1994216Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lemur authored
Change-Id: I8fd0034f6a6d7623792620f92208b25961fa174e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1990142Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
Bug: 1041020 Change-Id: I725a599dcd5dc8b2a18d49bad33b2dbdcfe7ac8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1994428 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
-
Jamie Madill authored
This reverts commit fc132e61. Reason for revert: Causes all presubmit checks to return dirty format because of a non-zero diff output. Original change's description: > git-cl: Fix format --dry-run not working with --full. > > The --full option would skip setting the return value of the format > command when used with --dry-run. This in turn would cause the > presubmit check to always pass when --full was enabled in a repo by > default. > > Was discovered in the ANGLE repository. > > Bug: angleproject:4241 > Change-Id: Ie6cb423a6818c1e26781d77938a0dd22c02b4c16 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1987835 > Commit-Queue: Jamie Madill <jmadill@chromium.org> > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> > Auto-Submit: Jamie Madill <jmadill@chromium.org> TBR=ehmaldonado@chromium.org,jmadill@chromium.org Change-Id: I0a4c51117ab20606f6dbb1f7a3ba40f87da1e939 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: angleproject:4241 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1993907Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
-
Jamie Madill authored
The --full option would skip setting the return value of the format command when used with --dry-run. This in turn would cause the presubmit check to always pass when --full was enabled in a repo by default. Was discovered in the ANGLE repository. Bug: angleproject:4241 Change-Id: Ie6cb423a6818c1e26781d77938a0dd22c02b4c16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1987835 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Jamie Madill <jmadill@chromium.org>
-
- 09 Jan, 2020 4 commits
-
-
Edward Lesmes authored
This reverts commit 797d74a2. Reason for revert: Causes pylint to fail executing on "Depot Tools Presubmit (win)". Original change's description: > vpython: Specify interpreter to run. > > Specify the interpreter to run to avoid issues with several > python installations on Windows. > > Bug: 1036606 > > Change-Id: Ib70d041acc52c940711460219acd8f4ad58637a9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1992608 > Reviewed-by: Anthony Polito <apolito@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> TBR=ehmaldonado@chromium.org,apolito@google.com Change-Id: I5902ceb9db85fdad81e781b51281fba8534a99d5 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1036606 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1994114Reviewed-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 (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/ec5140c30b91e961996b5bd690b8c27f01dd9c56 path: add relpath to the list of filtered methods. (jbudorick@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I637192b1f4ad38d75300267a88031a3ac593130c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1993512Reviewed-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
Specify the interpreter to run to avoid issues with several python installations on Windows. Bug: 1036606 Change-Id: Ib70d041acc52c940711460219acd8f4ad58637a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1992608Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lesmes authored
As a workaround, add the Python3 bin dir to PATH so that the necessary DLLs are available. Bug: 1003139 Change-Id: I7b3e05922be3fcb7b0ec2b06783a86f25484310b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1992270Reviewed-by: smut <smut@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
- 08 Jan, 2020 4 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/2438e081638a16b8de53752c5a78c807195ed186 Return a disabled ModuleTestData from DisabledTestData. (gbeaty@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ide989abae53f5c3f7079f0da4f7305fe41b158a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1991991Reviewed-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 Lemur authored
Remove default value from optional arguments, since they are always passed. In particular, the default value for `out` was a text stream (sys.stdout), but the value passed to `out` is always a binary stream, which is confusing. Get rid of the `err` argument, since it is always sys.stderr, and only used for testing. Change-Id: Ia289e9a97b968a0c802fc2f419397c1e494f713c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1986064Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lemur authored
Change-Id: I544aa85b040544508df8ed16310def982356fbcc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1949417 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Anthony Polito <apolito@google.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/a100ae5fb1cd5a66508d69f9bee7fb69b70b0135 [vpython] Bump asn1crypto to 1.0.1 to fix crash on macOS Catalina (athom@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I9247a743105b8d1a5a0e4796cdec8fc4710863e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1992106Reviewed-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 Jan, 2020 7 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/1cbfca1cec9aedcd01cfe190a1569d2f42c8912b Update the attrs dependency to the current version. (gbeaty@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ic4173c4b07358fdbbeb53ee9d204d44311cda951 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1987844Reviewed-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 cd1331ea. Reason for revert: Original CL was reverted. Original change's description: > Move httplib2 import above third_party. > > 7fd6347b removed the third_party/httplib2 files, but left the pyc files. This is breaking CQ for nest. > > move httplib2 import above adding third_party to the path in ninjalog_uploader_wrapper to fix. > > Change-Id: Id28f68ce7e3eb94783bdd5ee7ce15ae5930fde7e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1988690 > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> > Commit-Queue: Mark Orchard <morchard@google.com> TBR=ehmaldonado@webrtc.org,ehmaldonado@chromium.org,morchard@google.com,apolito@google.com Change-Id: Ic7775cdb4abae1855358711335349fc39eb37dfb No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1988739Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Andrew Grieve authored
This matches the recent change Chromium's Python style guide. This also changes the .style.yapf in depot_tools to be explicit about the style used in this repo. Bug: 846432 Change-Id: I4947a90aec1739a9a86ffc9bfc5eacc1182dc186 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1987006Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org>
-
Mark Orchard authored
7fd6347b removed the third_party/httplib2 files, but left the pyc files. This is breaking CQ for nest. move httplib2 import above adding third_party to the path in ninjalog_uploader_wrapper to fix. Change-Id: Id28f68ce7e3eb94783bdd5ee7ce15ae5930fde7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1988690Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Mark Orchard <morchard@google.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/f46d187695175b7a4cd0a76ef58b364890499f2d Minor clean-up of docs (garymm@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I0af5598af451814b5c2d700e114522bed577443b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1989013Reviewed-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 (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/bf4885534ce2e5214c7ef1a015296d79bfab6b7b [resultdb] Log output (nodir@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Iceccf6abb75db28c2155e48d540c0be5d0d6f31a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1989011Reviewed-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>
-
Dan Field authored
This reverts commit 7fd6347b. Reason for revert: This broke Flutter CI - we're not using vpython everywhere yet Original change's description: > depot_tools: Remove third_party/httplib2. > > depot_tools' scripts have been using vpython httplib2 for a while. > > Change-Id: I9403d92332c74de0ed69d6f59f60c81772d0577a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1978983 > Reviewed-by: Anthony Polito <apolito@google.com> > Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> TBR=ehmaldonado@chromium.org,apolito@google.com Change-Id: Ie53a8d07ccfba5a7cc5bcb431d4f7b897f66788a No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1989012Reviewed-by: Dan Field <dnfield@google.com> Commit-Queue: Dan Field <dnfield@google.com>
-
- 06 Jan, 2020 7 commits
-
-
Edward Lemur authored
Change-Id: I3a188b34ae5f62649108afe08fe0e389a408c2ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1947933 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Anthony Polito <apolito@google.com>
-
Garrett Beaty authored
In repos that are checked out separately from chromium, invoking "git cl format" on a change that has files that would be formatted using clang-format causes an error because the depot_tools version of clang-format looks for a clang-format inside the repo. This prevents using proto-based properties (the preferred mechanism going forward) in recipe repos that enforce formatting. The --no-clang-format flag provides a workaround that can be used to prevent trying to format any files where clang-format doesn't work. Bug: 979330 Change-Id: Ice8561d88b29623deb953465253f92c88aa7fc2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1986111 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
-
Garrett Beaty authored
The current behavior of the --no-python flag doesn't disable formatting for python files. Instead, it has the same effect as the --python flag. Change-Id: I26024d3030b9c873180b488d00351676c37c9492 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1985785 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lemur authored
Change-Id: I7a434d4420573c6e5fc014455b011984f4d681b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1952159Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Edward Lemur authored
depot_tools' scripts have been using vpython httplib2 for a while. Change-Id: I9403d92332c74de0ed69d6f59f60c81772d0577a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1978983Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Dan Beam authored
Bug: 1028829 Change-Id: Iafc40952e402884639543436281e93942c0257a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1959813 Auto-Submit: Dan Beam <dbeam@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 (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/d459837f12b4d8d7e032c9b474d9a23f6935ff35 [swarming] Add bot_id property to TaskResult (athom@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I3de181cfca521f0ff358362c0af4bd5980ab20b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1988192Reviewed-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>
-
- 03 Jan, 2020 1 commit
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/f44ad10ae5127aa3120f4d105db62e080b4af9ec [swarming] Expose swarming task duration (olivernewman@google.com) https://crrev.com/5591fe66be52b94aab70120f5401343521aaa4cc Enable use of 'cipd ensure -max-threads'. (mohrr@google.com) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: Ie1cf92f7b93cc207ed253a31c8dfb326104d1d1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1987009Reviewed-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 Dec, 2019 2 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/d2fba763e27b1b169856f5eff7135584426967c4 Stop running a ton of tests on upload (maruel@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I3578cecbe46d8c03a2208c8c20eb4742a2d21fec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1979422Reviewed-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 (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/ef92c00521e4df0b3c0f1d0d1ce5a6a36d58050e [swarming] Document how to use task fallback (maruel@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I0ef8225675e4b7cfcc0b385bbb8e040960b53375 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1978783Reviewed-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>
-
- 19 Dec, 2019 2 commits
-
-
Edward Lesmes authored
Bug: 1024683 Change-Id: I1c30473699c1bd6b198188b53b632e3617fed335 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1929653Reviewed-by: Anthony Polito <apolito@google.com> 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 (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. recipe_engine: https://crrev.com/5ed573b5fc71c25e1821f2756d9637ca4eff066e [resultdb] Parse invocation (nodir@chromium.org) TBR=iannucci@chromium.org Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I315213908cd6f00cfb9ac8d357963f5147aca143 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1974804Reviewed-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>
-