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

Commit bed44c2

Browse files
authored
Reduce redundant Linux clang-tidy work and run on more cores (#43448)
This PR runs the android_debug_arm64 clang-tidy job on a machine with more cores, and reduces the number of files linted that are redundant with the `host_debug` clang-tidy jobs.
1 parent 3fa8581 commit bed44c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/builders/linux_clang_tidy.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@
159159
"recipe": "engine_v2/tester_engine",
160160
"drone_dimensions": [
161161
"device_type=none",
162-
"os=Linux"
162+
"os=Linux",
163+
"cores=32"
163164
],
164165
"dependencies": [
165166
"host_debug",
@@ -173,7 +174,7 @@
173174
"android_debug_arm64",
174175
"--lint-all",
175176
"--shard-id=0",
176-
"--shard-variants=host_debug"
177+
"--shard-variants=host_debug,host_debug,host_debug,host_debug"
177178
],
178179
"max_attempts": 1,
179180
"script": "flutter/ci/lint.sh"

0 commit comments

Comments
 (0)