File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -361,18 +361,22 @@ targets:
361361 # This is a benchmark that does not require an attached device. However, we
362362 # are intentionally running it in the devicelab to ensure that it does not
363363 # run on a VM in order to avoid noisy results from the benchmark.
364- - name : Mac_arm64 analyzer_benchmark
364+ - name : Linux analyzer_benchmark
365365 bringup : true # Flaky https://github.com/flutter/flutter/issues/161306
366366 recipe : devicelab/devicelab_drone
367367 timeout : 60
368368 properties :
369+ os : Linux
370+ device_type : " mokey"
369371 test_timeout_secs : " 3600" # 1 hour
370372 dependencies : >-
371373 [
372- {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}
374+ {"dependency": "android_sdk", "version": "version:35v1"},
375+ {"dependency": "open_jdk", "version": "version:17"},
376+ {"dependency": "curl", "version": "version:7.64.0"}
373377 ]
374378 tags : >
375- ["devicelab", "hostonly ", "mac ", "arm64 "]
379+ ["devicelab", "android ", "linux ", "mokey "]
376380 task_name : analyzer_benchmark
377381
378382 - name : Linux coverage
You can’t perform that action at this time.
0 commit comments