- 29 Jun, 2020 1 commit
-
-
Dirk Pranke authored
gclient's existing functionality for handling variables is ambiguous: the value of a variable can either be a string literal or an expression fragment. The implementation is required to parse a value as an expression, and, if it is legal, treat it as an expression instead of a literal. This means that gclient_gn_args_file = 'src/build/args.gni' gclient_gn_args = ['xcode_version'] vars = { 'xcode_version': 'xcode-12' } would cause a problem because gclient would try to parse the variable as an expression, and 'xcode' would not be defined. This patch adds a workaround for this, where you can instead use the Str() function to explicitly tell gclient to treat the value as a string and not a potential expression. The above example would be changed to: gclient_gn_args_file = 'src/build/args.gni' gclient_gn_args = ['xcode_version'] vars = { 'xcode_version': Str('xcode-12') } The variable may still be used in every context where it was legal to be used before. Bug: 1099242 Change-Id: Ic2a17eea5f7098113bdba0557fe29e1a931a74b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2268406Reviewed-by: Ben Pastene <bpastene@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com>
-
- 27 Jun, 2020 1 commit
-
-
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/52eaf9051c05d41dac874b8b59d8279d2d1e93d1~..fcdb554fdff7f085231f56a9974b6626cd4852c3 52eaf90 (yiwzhang@google.com) [step] remove infra_step arg from sub_build api fcdb554 (iannucci@chromium.org) Update luci-go 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: I950b60baf31600d510d746a57cd7e8f277a442cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2270879Reviewed-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 Jun, 2020 2 commits
-
-
Ayu Ishii authored
Migrate to more inclusive terminology. Bug: 1097674 Change-Id: I387b385ff36c7766682c06af34ed5fc6115119d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2268403Reviewed-by: Anthony Polito <apolito@google.com> Commit-Queue: Ayu Ishii <ayui@chromium.org>
-
local_bot authored
Some PRESUBMIT.py scripts set DEFAULT_WHITE_LIST and DEFAULT_BLACK_LIST. This patch adds support to override those defaults during transition period. R=apolito@google.com, ehmaldonado@chromium.org Bug: 1098562 Change-Id: I5dfff253e61485d354a83f3f509d8a6d4d87dec6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2270717Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
- 25 Jun, 2020 2 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/73d761140f9f149b901fe37330a2ec3835917ff8 (adrexler@google.com) Expose step name in cipd.ensure method. 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: I078a7d72e6d79a98d07d2835c586078871fa2f30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2267292Reviewed-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>
-
local_bot authored
R=apolito@google.com, ehmaldonado@chromium.org Bug: 1098562 Bug: 1098560 Change-Id: I45dc739f9e6d1a2e9bfcd9fa0587f4bb4a115c5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2265255Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
-
- 24 Jun, 2020 1 commit
-
-
Robert Iannucci authored
R=vadimsh@chromium.org Bug: 1098127 Change-Id: I5a520adbeff035c2c381ab23feb92571831eb12a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2261440Reviewed-by: Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
-
- 23 Jun, 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://crrev.com/10831cb71d94c8b3fa54df8c6bb0beb870072566 (olivernewman@google.com) [lint] Add attr to import whitelist 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: I1d2dc47bb365cb1c144ec3b792999ea52318e029 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2261733Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/fad8098894906796ad442b560a680ccc444fc524 (yiwzhang@google.com) [legacy_annotation] Add test_api and default step_test_data to smooth migration 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: Iffe01d7b2557f82c9162cdb988c3cb3cc73d10c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2261246Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
Bruce Dawson authored
roll-dep.py helpfully trims both trailing '/' and trailing '\' characters, however it then fails if there are any '\' characters embedded in the path. We can make this script friendlier for Windows users by replacing '\' with '/'. This was manually tested with a deps-roll of src\native_client. Change-Id: I8fbd3395364612c85db39b234ee7dcbda705d0b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2260997Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
-
- 22 Jun, 2020 5 commits
-
-
Edward Lesmes authored
Bug: 1097215 Change-Id: Ibdae2d84a661442e6dcaa54e975bb5f1009cce83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2254740Reviewed-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
Vadim Shtayura authored
Adds preliminary support for formatting and linting Starlark code via buildifier library. TBR=tandrii@chromium.org BUG=1096936 Change-Id: I5732976d1d03e00051fce61540c1506dd6e96781 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2258532Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
-
Michael Moss authored
BUG=1092640,1027990 R=iannucci@google.com, tandrii@google.com Change-Id: I5d14925dc2b6d7a6fd93b6db19cfb98e1ea8df25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2257740Reviewed-by: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Michael Moss <mmoss@chromium.org> Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/fb7670cd7e373c615c8a856fb4665e6bbdc7bcc3 (yiwzhang@google.com) [legacy_annotation] Make an example recipe https://crrev.com/ad317d13f03e939e0a914734d4123f47a3390a0c (yiwzhang@google.com) [legacy_annotation] Merge the output properties of sub-build to parent 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: I66f89a6ca1b2ed5d306d26e43900396d1751c5a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2257737Reviewed-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>
-
Ben Mason authored
This reverts commit 35c62742. Reason for revert: Causing official branch failures: http://shortn/_AGHUiAf5Fu Original change's description: > Add GCLIENT_DEP_REF env var for recurse command > > The goal of this change is to facilitate analyzing DEPS autorolls https://crrev.com/c/2250928 > > Change-Id: Icbebd144a85f7e24aa638f93d8c30f3f0aab1e5c > Bug: 923016 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2239069 > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> > Commit-Queue: Gregory Guterman <guterman@google.com> TBR=ehmaldonado@chromium.org,guterman@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 923016 Change-Id: I23ef45c90250441bf02cd956a446c0cf8b0bbcf7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2255567 Auto-Submit: Ben Mason <benmason@chromium.org> Reviewed-by: Ben Mason <benmason@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org>
-
- 20 Jun, 2020 1 commit
-
-
Greg Guterman authored
The goal of this change is to facilitate analyzing DEPS autorolls https://crrev.com/c/2250928 Change-Id: Icbebd144a85f7e24aa638f93d8c30f3f0aab1e5c Bug: 923016 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2239069Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Gregory Guterman <guterman@google.com>
-
- 19 Jun, 2020 4 commits
-
-
Robert Iannucci authored
R=tandrii@chromium.org, yiwzhang@google.com Bug: 1096045 Change-Id: I09aee398773600a48333b21f8e21b1991f04e936 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2255419 Auto-Submit: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Yiwei Zhang <yiwzhang@google.com> Commit-Queue: Yiwei Zhang <yiwzhang@google.com>
-
Peter Kasting authored
These are now allowed by the Google style guide. Bug: none Change-Id: Ib182011ce489ee218cf673842be633626507cd60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2248714 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/ee828f03fefb220251ed066a9e55bd652385ed90 (olivernewman@google.com) [cmd] Add "dump_specs" command 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: Idfe039e6428535158dd77982a9d82ff401eb568c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2254300Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/7ad18cd7034574b040416175413d15652b82f10e (chanli@chromium.org) [ResultDB] Update resultdb 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: I6581ab046da441344df283c25434a88039f558fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2253051Reviewed-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>
-
- 18 Jun, 2020 7 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/3f3560e2893dc87a2a7f61d09ae9ab35e87dc97f (chanli@chromium.org) [resultdb] Bail out if no test variant to exonerate. 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: I05d2595bc61af624aa9f516e49fedc77712e2d15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2253135Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/392e644dea6c72f3789e31e29fa285c8139c6f7b (yiwzhang@google.com) [luciexe] Always update fields (status,summary_markdown,logs) for merge step 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: I0116194cd9ab1cfcba6d4151dc54095c44a3349f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2253045Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/5fa6ffe4cecd6fb66b83cc3cb4a02b4c5b57f982 (yiwzhang@google.com) Support appending existing log stream to step through StepPresentation 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: Iaaa8ea640f6b1ead9ce0b67d694ac441fc0a3c97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2252937Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/a41ae49ba66193e713fcf804b47f1d4c233d2b8e (iannucci@chromium.org) Remove defunct source manifest functionality. 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: Ia5d8482b2352ff06ff10edf02249dc4aa26e2a8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2252925Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/460eb7ee6dfc3e31c5c7cfc5f1bab02b1459c018 (yiwzhang@google.com) [luciexe] Introduce legacy_annotation module 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: I9fa5eec2f065273ba36ab2f06c628dcec830fdca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2252921Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/6c4c828ad37e6ec79f7fa4c74baebf53c373084f (chanli@chromium.org) [ResultDB] Remove 'rpc.' from service parameter 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: Icfedb1cd6f55f68377842bd09fd1e62b2d3f31d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2251386Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/c81c824089c269e1bc72921577791e96aec27f7d (yiwzhang@google.com) [luciexe] support step_test_data arg for launching 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: I14c8e88afe6f983af34f3aa713b8c9e8b69b1bf7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2251221Reviewed-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>
-
- 17 Jun, 2020 7 commits
-
-
Robert Iannucci authored
This is essentially defunct; We will want to add something like this back in, but it's so sparsely used right now that it's better to just remove it and then add it back properly when we're ready to support it across all of LUCI. R=yiwzhang@google.com Bug: 1093959 Change-Id: I72673515d860234daa3b01514ac38168ebb4825a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2250403 Auto-Submit: Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by: Yiwei Zhang <yiwzhang@google.com>
-
Eli Ribble authored
xrange doesn't exist in Python 3 and only nominally improves memory usage on a value as small as MAX_TRIES. Change-Id: I1e7408a05de880fee293466b1548c7f35e926270 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2246611 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
-
Peter Wen authored
Original CL: https://crrev.com/c/2241792 Fix Windows use case by calling yapf directly without going through yapf.bat. Bug: 1062053,1095581 Change-Id: I31a9f09cba655d6ac1b4da9874a24a41aa007b17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2249606 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org>
-
Weiwei Lin authored
Add builder description. Bug: 1066815 Change-Id: I2d2bba2f5b446d352a16744f6270e01a65c2d88a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2249204 Auto-Submit: Weiwei Lin <weiweilin@google.com> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
-
Yoshisato Yanagisawa authored
Bug: b/157868630 Change-Id: I888989c22517453255a9b5f12e03354d62f7f2c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2248941Reviewed-by: Ye Kuang <yekuang@google.com> Reviewed-by: Fumitoshi Ukai <ukai@google.com> Commit-Queue: Yoshisato Yanagisawa <yyanagisawa@chromium.org>
-
Nodir Turakulov authored
Target version: git_revision:67ceed4aae0ede5126c57d2b43b41020eb9560b1 R=vadimsh@chromium.org Change-Id: Iad1fc2349be6d2b67bdb2422910e1ae06b5738e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2248917 Auto-Submit: Nodir Turakulov <nodir@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/cd7b0d3bd66d697759ea2e0f0f4f6bf39b09e8d6 (yiwzhang@google.com) [luciexe] Provide ability to run a LUCI executable as 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: Id9f6db935fbb09885933b149a63cb31048ccc528 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2247055Reviewed-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>
-
- 16 Jun, 2020 5 commits
-
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/6a7ba7688281a8bbf46fdeb8cb0fd628b196890d (olivernewman@google.com) [recipes_cfg] Add no_cc_authors roll option 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: Ifaf92ae6ee95a4cf9650de48fa9c8789aa96830f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2247053Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/34f49e8290e45a4c3c0ddd1e607e77dfac5d0f30 (iannucci@chromium.org) [led] Update led module to use JSONPB for intermediate result 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: I0455adfcb5d5113e066dc3660a28852fd45c3d4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2248409Reviewed-by: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://crrev.com/156812241c03473af810c215981e482fb44ca42a (yiwzhang@google.com) [step] Refactor step api: moves resuable logic to small helper methods 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: If5cea44aab38db3945d9ad1cdb4b20544a51e458 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2247050Reviewed-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>
-
Nodir Turakulov authored
To pick up https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2248398 R=vadimsh@chromium.org Change-Id: If63702af3f8cacde6f2565ecec88ac069f5095a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2248249 Commit-Queue: Nodir Turakulov <nodir@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Auto-Submit: Nodir Turakulov <nodir@chromium.org> Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
-
Liviu Rau authored
This reverts commit 2ba05f16. Reason for revert: yapf formatting broken on windows https://crbug.com/1095581 Change-Id: Ifad1009ab8d83a05cd5763bb95910647940cbaf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2246152 Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org> Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
-
- 15 Jun, 2020 1 commit
-
-
Nodir Turakulov authored
This picks up quite a few bugfixes, but primarily this CL https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/2244467 Change-Id: I1af9af4c53e23346844df5949b5dd3314da106ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2245805Reviewed-by: Chan Li <chanli@chromium.org> Reviewed-by: Scott Lee <ddoman@chromium.org> Commit-Queue: Nodir Turakulov <nodir@chromium.org>
-