From a5a174ff7d6b2b12c75dcdb282f7c56fe6c9c868 Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Fri, 12 May 2023 09:57:32 -0700 Subject: [PATCH] Move clang tidy v2 build to prod. The mac clang tidy build has been running successfully on staging for several days. This is also moving the ios and host legacy clang tidy builds to staging. --- .ci.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.ci.yaml b/.ci.yaml index 86c1386a73aa6..36cae6cf87858 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -378,11 +378,23 @@ targets: config_name: mac_android_aot_engine - 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 @@ -418,6 +430,7 @@ targets: timeout: 75 - name: Mac Host clang-tidy + bringup: true recipe: engine/engine_lint properties: cpu: arm64 @@ -439,6 +452,7 @@ targets: - "**.mm" - name: Mac iOS clang-tidy + bringup: true recipe: engine/engine_lint properties: cpu: arm64