Skip to content

Commit 1083356

Browse files
Revert "Move the analyzer_benchmark to Mac arm64 devicelab bots" (#161822)
This reverts commit fe598e7. This benchmark can be moved back to the Linux devicelab machines now that https://dart-review.googlesource.com/c/sdk/+/403924 has landed. Fixes flutter/flutter#161620
1 parent 948e31d commit 1083356

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.ci.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)