Skip to content

2022-June-19 - Prerelease - 2.6.946

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Jun 07:55
d414c03
Build Scripts: Remove an unnecessary validate yamls (#10712)

We already run 'validateYamls' from gradle with the 'check' command.
This validateYamls is redundant and does not cache it results.

Removing this redundancy speed up `./verify` from 90s to 60s (on my
laptop)