Add Linux/Mac clang-tidy builds to .ci.yaml#31477
Conversation
|
@godofredoc Are the clang-tidy jobs queueing for a long time for the usual reason, or is there a problem with how these jobs are being added in the .ci.yaml? |
In Mac it is expected because we are running with half of the capacity only. For Linux I'd expect to queue for <5 mins |
b6c5693 to
ca024ad
Compare
|
The new "Linux clang-tidy" check is also queueing for a long time. I'm suspecting that the long queue times on these checks are unrelated to the mac capacity issues. |
They are not, I just remembered that new builders need to use |
ca024ad to
0edea73
Compare
.ci.yaml entries for the recipe added in https://flutter-review.googlesource.com/c/recipes/+/26820
@godofredoc is there anything needed other than adding the recipe and this change? Don't I have to say somewhere that this runs in both pre- and post- submit?