Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 3b9ff41

Browse files
authored
Move clang tidy v2 build to prod. (#41985)
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. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent b249781 commit 3b9ff41

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.ci.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,11 +378,23 @@ targets:
378378
config_name: mac_android_aot_engine
379379

380380
- name: Mac mac_clang_tidy
381-
bringup: true
382381
recipe: engine_v2/engine_v2
383382
timeout: 60
384383
properties:
385384
config_name: mac_clang_tidy
385+
runIf:
386+
- DEPS
387+
- .ci.yaml
388+
- tools/**
389+
- ci/**
390+
- "**.h"
391+
- "**.c"
392+
- "**.cc"
393+
- "**.fbs"
394+
- "**.frag"
395+
- "**.vert"
396+
- "**.m"
397+
- "**.mm"
386398

387399
- name: Mac mac_host_engine
388400
recipe: engine_v2/engine_v2
@@ -418,6 +430,7 @@ targets:
418430
timeout: 75
419431

420432
- name: Mac Host clang-tidy
433+
bringup: true
421434
recipe: engine/engine_lint
422435
properties:
423436
cpu: arm64
@@ -439,6 +452,7 @@ targets:
439452
- "**.mm"
440453

441454
- name: Mac iOS clang-tidy
455+
bringup: true
442456
recipe: engine/engine_lint
443457
properties:
444458
cpu: arm64

0 commit comments

Comments
 (0)