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

Commit 58d9941

Browse files
authored
Revert "Move clang tidy v2 build to prod." (#42495)
Reverts #41985 This is also suffering some the same issue as the Linux clang-tidy shards reverted in #42434. e.g. https://ci.chromium.org/ui/p/flutter/builders/try/Mac%20mac_clang_tidy/867/overview https://ci.chromium.org/ui/p/flutter/builders/try/Mac%20Engine%20Drone/210269/overview
1 parent 4bc2e59 commit 58d9941

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.ci.yaml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -466,23 +466,11 @@ targets:
466466
- os=Linux
467467

468468
- name: Mac mac_clang_tidy
469+
bringup: true
469470
recipe: engine_v2/engine_v2
470471
timeout: 60
471472
properties:
472473
config_name: mac_clang_tidy
473-
runIf:
474-
- DEPS
475-
- .ci.yaml
476-
- tools/**
477-
- ci/**
478-
- "**.h"
479-
- "**.c"
480-
- "**.cc"
481-
- "**.fbs"
482-
- "**.frag"
483-
- "**.vert"
484-
- "**.m"
485-
- "**.mm"
486474

487475
- name: Mac mac_host_engine
488476
recipe: engine_v2/engine_v2
@@ -522,7 +510,6 @@ targets:
522510
timeout: 75
523511

524512
- name: Mac Host clang-tidy
525-
bringup: true
526513
recipe: engine/engine_lint
527514
properties:
528515
cpu: arm64
@@ -545,7 +532,6 @@ targets:
545532
- "**.mm"
546533

547534
- name: Mac iOS clang-tidy
548-
bringup: true
549535
recipe: engine/engine_lint
550536
properties:
551537
cpu: arm64

0 commit comments

Comments
 (0)