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

Reduce redundant Linux clang-tidy work and run on more cores #43448

Merged
merged 1 commit into from
Jul 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ci/builders/linux_clang_tidy.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@
"recipe": "engine_v2/tester_engine",
"drone_dimensions": [
"device_type=none",
"os=Linux"
"os=Linux",
"cores=32"
],
"dependencies": [
"host_debug",
Expand All @@ -173,7 +174,7 @@
"android_debug_arm64",
"--lint-all",
"--shard-id=0",
"--shard-variants=host_debug"
"--shard-variants=host_debug,host_debug,host_debug,host_debug"
],
"max_attempts": 1,
"script": "flutter/ci/lint.sh"
Expand Down