From fdfe340e16c0cf104ea33f9f643a7e47afeb7f70 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Mon, 12 Jun 2023 14:11:51 -0700 Subject: [PATCH] Relands "Move clang tidy v2 build to prod."" (flutter/engine#42714) Reverts flutter/engine#42495 --- engine/src/flutter/.ci.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/engine/src/flutter/.ci.yaml b/engine/src/flutter/.ci.yaml index 559b1c69598..af56a264c2c 100644 --- a/engine/src/flutter/.ci.yaml +++ b/engine/src/flutter/.ci.yaml @@ -473,11 +473,23 @@ targets: - os=Linux - name: Mac mac_clang_tidy - bringup: true recipe: engine_v2/engine_v2 timeout: 60 properties: config_name: mac_clang_tidy + runIf: + - DEPS + - .ci.yaml + - tools/** + - ci/** + - "**.h" + - "**.c" + - "**.cc" + - "**.fbs" + - "**.frag" + - "**.vert" + - "**.m" + - "**.mm" - name: Mac mac_host_engine recipe: engine_v2/engine_v2 @@ -517,6 +529,7 @@ targets: timeout: 75 - name: Mac Host clang-tidy + bringup: true recipe: engine/engine_lint properties: cpu: arm64 @@ -539,6 +552,7 @@ targets: - "**.mm" - name: Mac iOS clang-tidy + bringup: true recipe: engine/engine_lint properties: cpu: arm64