diff --git a/.ci.yaml b/.ci.yaml index d02e943f22..595b6ad6df 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -186,6 +186,23 @@ targets: validation: analyze validation_name: Analyze + - name: Linux analyzer_benchmark + recipe: devicelab/devicelab_drone + presubmit: false + bringup: true # Newly switched to a vm bot: https://github.com/flutter/flutter/issues/124065 + timeout: 60 + properties: + dependencies: >- + [ + {"dependency": "android_sdk", "version": "version:33v6"}, + {"dependency": "open_jdk", "version": "version:11"}, + {"dependency": "curl", "version": "version:7.64.0"} + ] + cores: "32" + tags: > + ["devicelab", "hostonly", "linux"] + task_name: analyzer_benchmark + - name: Linux coverage bringup: true recipe: flutter/coverage @@ -1424,15 +1441,6 @@ targets: - bin/** - .ci.yaml - - name: Linux_android analyzer_benchmark - recipe: devicelab/devicelab_drone - presubmit: false - timeout: 60 - properties: - tags: > - ["devicelab", "android", "linux"] - task_name: analyzer_benchmark - - name: Linux_android android_defines_test recipe: devicelab/devicelab_drone presubmit: true