Skip to content

Commit

Permalink
Regenerate LUCI cfg files.
Browse files Browse the repository at this point in the history
A change to the protobuf library used by lucicfg means that generated
text protos now use {...} instead of <...>.

This CL was generated by running:
$ ./main.star
$ ./dev.star

I also updated the required lucicfg version in main.star and dev.star
to 1.15.0 so that this doesn't get changed back by a developer running
an earlier version of lucicfg.

Change-Id: I30db369e8e2ccaee3a8fd68a74595f9ba0523ad0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2237440
Reviewed-by: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: Vadim Shtayura <vadimsh@chromium.org>
Commit-Queue: Garrett Beaty <gbeaty@chromium.org>
Auto-Submit: Joey Scarr <jsca@chromium.org>
Cr-Commit-Position: refs/heads/master@{#776989}
  • Loading branch information
Joey Scarr authored and Commit Bot committed Jun 10, 2020
1 parent a98aafd commit c1a1ef1
Show file tree
Hide file tree
Showing 10 changed files with 23,811 additions and 23,811 deletions.
2 changes: 1 addition & 1 deletion infra/config/dev.star
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
load('//project.star', 'master_only_exec')

lucicfg.check_version(
min = '1.13.1',
min = '1.15.0',
message = 'Update depot_tools',
)

Expand Down
Loading

0 comments on commit c1a1ef1

Please sign in to comment.