- 07 Jul, 2020 2 commits
-
-
Vadim Shtayura authored
There's no mac-arm64 yet, since Go doesn't support this. Presumably mac-amd64 should work fine on ARM Mac too, see the bug. Note that this will transitively affect all binaries fetched by CIPD, they all will be mac-amd64. BUG=1102967 R=iannucci@chromium.org, thakis@chromium.org Change-Id: Ie3c5b5776c3d2f83b5dfa411016862dbbc53a9e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2282940Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
-
Ayu Ishii authored
Bug: 1097674 Change-Id: I42ad9758cc51e37adf9d2941def720ee83954279 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2268405Reviewed-by:
Dirk Pranke <dpranke@google.com> Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Ayu Ishii <ayui@chromium.org>
-
- 06 Jul, 2020 2 commits
-
-
Vadim Shtayura authored
To pick up https://chromium-review.googlesource.com/c/2283127. TBR=iannucci@chromium.org, tandrii@chromium.org Change-Id: Ib83240dcc5abc0dcafda588f0a38b0663fc68ae0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2283965Reviewed-by:
Vadim Shtayura <vadimsh@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
-
Carlos Caballero authored
iterkeys is no longer a thing in Python 3 Change-Id: I4d88d2a486db1e552ecac27f123219ac1e03bcaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2276208 Commit-Queue: Carlos Caballero <carlscab@google.com> Reviewed-by:
Edward Lesmes <ehmaldonado@chromium.org>
-
- 05 Jul, 2020 1 commit
-
-
Weiwei Lin authored
Rename Builder.description to Builder.descripton_html Bug: 1066815 Change-Id: I81d193f51b51997fb638e245175ac0f563786b4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2279331 Auto-Submit: Weiwei Lin <weiweilin@google.com> Reviewed-by:
Andrii Shyshkalov <tandrii@google.com> Commit-Queue: Weiwei Lin <weiweilin@google.com>
-
- 01 Jul, 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/+/600141463e0dbd42112f32fe587c2a84e5b8b9c1 6001414 (iannucci@chromium.org) Apply index.lock 'fix' within recipes.py. 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: I09c4e12932935cce11b324571dcedd25d034b067 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2277236Reviewed-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>
-
Vadim Shtayura authored
Adds wait_for_capacity option to luci.builder(...), fixes couple minor bugs in `lucicfg fmt` and `lucicfg lint`. TBR=iannucci@chromium.org BUG=1096936 Change-Id: I968d051646c5135d36da0249416f85d6f209b09d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2276818Reviewed-by:
Vadim Shtayura <vadimsh@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org>
-
- 30 Jun, 2020 9 commits
-
-
Dirk Pranke authored
This relands c7eed83f with a fix to the way variables are propagated from parent dependencies into child dependencies. The original CL description from c7eed83f was: > 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. > This reverts commit 84431987dd384c79c84515004d19db67345a1c00. Bug: 1099242 TBR=ehmaldonado@chromium.org Change-Id: I047b871df47c367c1f34a3985e5813504e3c5c6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2274152 Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by:
Ben Pastene <bpastene@chromium.org>
-
Dirk Pranke authored
I've switched to using my @google.com address for most work, so adding it to //OWNERS here. I'm not removing my @chromium.org address yet, just to make switching over a bit easier. Change-Id: If8d6ac06a5193eac79bbd32ea9a5524dcf24b1dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2276571Reviewed-by:
Josip Sokcevic <sokcevic@google.com> Commit-Queue: Dirk Pranke <dpranke@google.com>
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (recipe_engine) into this repository. recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/7317229d124b984f15d159dcee401f93afe28613 7317229 (iannucci@chromium.org) [fetch] Update fetch process to clear index.lock. 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: I75e4ff5f9c5b27d94977edc50f4d1d628410437c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2276744Reviewed-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/+/a40a8ce4f65462ad57f2afa4a49167b485062e3b a40a8ce (yiwzhang@google.com) [generator_script] Remove support for allow_subannotations 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: I092b38acb708903c96854be3dcaaab51d3c0423c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2276740Reviewed-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/+/01e603788785c191cf0fdf7736107cc9d4d24f42 01e6037 (yiwzhang@google.com) Drop the expectation if expectation contains exception stack trace 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: Ic686a5a6aa2ff158b930df780c37a63f73631fe2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2276736Reviewed-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>
-
Yiwei Zhang authored
infra/infra change log: https://chromium.googlesource.com/infra/infra/+log/616b3dd..165c851/ luci-go change log: https://chromium.googlesource.com/infra/luci/luci-go/+log/d1ad596..b0d1c819 Change-Id: Ifdb35266d0d1714e42120529ec803e6964f96969 Bug: 1093824 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2274873 Commit-Queue: Andrii Shyshkalov <tandrii@google.com> Auto-Submit: Yiwei Zhang <yiwzhang@google.com> Reviewed-by:
Andrii Shyshkalov <tandrii@google.com> Reviewed-by:
Robbie Iannucci <iannucci@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/+/1e370e8eb7bcc8f64afd37162fa9f19facb9877c 1e370e8 (iannucci@chromium.org) [swarming] Add with_relative_cwd to TaskSlice. 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: Iec9fbae59455fa127eaab6f2cb9e02675c98095e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2275734Reviewed-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/+/a13e6d2db929ae46b8d451a2b09247a3a9eb82fc a13e6d2 (olivernewman@google.com) [post_process] Match any line in ResultReasonRE 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: Ia8cb0d326b9a5f8c73e2f6b2869d7e5cf0345b26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2274985Reviewed-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/+/5a15568da1f03af96c47940b8856fb44defa31a9 5a15568 (olivernewman@google.com) [post_process] Fix ResultReasonRE 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: I7ec13b40ddd0b22d98fc46c01a1dd2b93b488e2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2274979Reviewed-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 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://chromium.googlesource.com/infra/luci/recipes-py.git/+/be06154f10817552a50608e3e6b51b14966ccf91 be06154 (yiwzhang@google.com) Promote failure to infra_failure if infra_step bit is set for m... 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: Ib0e08766539681ea9dda8d68159fc751ba990ad8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2274300Reviewed-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>
-
Dirk Pranke authored
This reverts commit c7eed83f. Reason for revert: I'm getting reports of internal iOS checkouts being broken. Reverting while I reproduce / debug it. Original change's description: > Add a Str() function to gclient for use in DEPS files. > > 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/+/2268406 > Reviewed-by: Ben Pastene <bpastene@chromium.org> > Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org> > Commit-Queue: Dirk Pranke <dpranke@google.com> TBR=thakis@chromium.org,dpranke@google.com,ehmaldonado@chromium.org,bpastene@chromium.org,apolito@google.com,infra-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: Iac2b003f32acdbca15a19f821b61423e34b3466c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1099242 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2273978Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Dirk Pranke <dpranke@google.com>
-
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 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/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>
-