Unverified Commit c7bab297 authored by keyonghan's avatar keyonghan Committed by GitHub

Move analyzer_benchmark_vm to vm (#124147)

Move analyzer_benchmark_vm to vm
parent be5a8429
...@@ -186,6 +186,23 @@ targets: ...@@ -186,6 +186,23 @@ targets:
validation: analyze validation: analyze
validation_name: 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 - name: Linux coverage
bringup: true bringup: true
recipe: flutter/coverage recipe: flutter/coverage
...@@ -1424,15 +1441,6 @@ targets: ...@@ -1424,15 +1441,6 @@ targets:
- bin/** - bin/**
- .ci.yaml - .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 - name: Linux_android android_defines_test
recipe: devicelab/devicelab_drone recipe: devicelab/devicelab_drone
presubmit: true presubmit: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment