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

Commit 5491f46

Browse files
committed
Further shard android_debug_arm64 clang-tidy
1 parent 42df55a commit 5491f46

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

ci/builders/linux_clang_tidy.json

+28-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
]
156156
},
157157
{
158-
"name": "test: lint android_debug_arm64",
158+
"name": "test: lint android_debug_arm64 0",
159159
"recipe": "engine_v2/tester_engine",
160160
"drone_dimensions": [
161161
"device_type=none",
@@ -173,12 +173,38 @@
173173
"android_debug_arm64",
174174
"--lint-all",
175175
"--shard-id=0",
176-
"--shard-variants=host_debug"
176+
"--shard-variants=android_debug_arm64,host_debug,host_debug"
177177
],
178178
"max_attempts": 1,
179179
"script": "flutter/ci/lint.sh"
180180
}
181181
]
182+
},
183+
{
184+
"name": "test: lint android_debug_arm64 1",
185+
"recipe": "engine_v2/tester_engine",
186+
"drone_dimensions": [
187+
"device_type=none",
188+
"os=Linux"
189+
],
190+
"dependencies": [
191+
"host_debug",
192+
"android_debug_arm64"
193+
],
194+
"tasks": [
195+
{
196+
"name": "test: lint android_debug_arm64",
197+
"parameters": [
198+
"--variant",
199+
"android_debug_arm64",
200+
"--lint-all",
201+
"--shard-id=1",
202+
"--shard-variants=android_debug_arm64,host_debug,host_debug"
203+
],
204+
"max_attempts": 1,
205+
"script": "flutter/ci/lint.sh"
206+
}
207+
]
182208
}
183209
]
184210
}

0 commit comments

Comments
 (0)