Reland: Shift Linux_build_test tests from MotoG4 to mokey (#152756)
Reland of https://github.com/flutter/flutter/pull/152750 with fixes to hopefully make the test run in the devicelab. Also, shifts the tests to `bringup: true` this time to avoid breaking the tree. For For https://github.com/flutter/flutter/issues/148085
This commit is contained in:
parent
1dcc1b1876
commit
8d3d3ee4d0
20
.ci.yaml
20
.ci.yaml
@ -66,9 +66,8 @@ platform_properties:
|
|||||||
{"dependency": "open_jdk", "version": "version:17"},
|
{"dependency": "open_jdk", "version": "version:17"},
|
||||||
{"dependency": "curl", "version": "version:7.64.0"}
|
{"dependency": "curl", "version": "version:7.64.0"}
|
||||||
]
|
]
|
||||||
os: Ubuntu
|
os: Linux
|
||||||
cores: "8"
|
device_type: "mokey"
|
||||||
device_type: none
|
|
||||||
linux_android:
|
linux_android:
|
||||||
properties:
|
properties:
|
||||||
dependencies: >-
|
dependencies: >-
|
||||||
@ -2846,39 +2845,36 @@ targets:
|
|||||||
|
|
||||||
- name: Linux_build_test flutter_gallery__transition_perf
|
- name: Linux_build_test flutter_gallery__transition_perf
|
||||||
recipe: devicelab/devicelab_drone_build_test
|
recipe: devicelab/devicelab_drone_build_test
|
||||||
|
bringup: true
|
||||||
presubmit: false
|
presubmit: false
|
||||||
timeout: 60
|
timeout: 60
|
||||||
properties:
|
properties:
|
||||||
tags: >
|
tags: >
|
||||||
["devicelab", "android", "linux"]
|
["devicelab", "android", "linux", "mokey"]
|
||||||
task_name: flutter_gallery__transition_perf
|
task_name: flutter_gallery__transition_perf
|
||||||
artifact: gallery__transition_perf
|
artifact: gallery__transition_perf
|
||||||
drone_dimensions: >
|
|
||||||
["device_os=N","os=Linux", "device_type=msm8952"]
|
|
||||||
|
|
||||||
- name: Linux_build_test flutter_gallery__transition_perf_e2e
|
- name: Linux_build_test flutter_gallery__transition_perf_e2e
|
||||||
recipe: devicelab/devicelab_drone_build_test
|
recipe: devicelab/devicelab_drone_build_test
|
||||||
|
bringup: true
|
||||||
presubmit: false
|
presubmit: false
|
||||||
timeout: 60
|
timeout: 60
|
||||||
properties:
|
properties:
|
||||||
tags: >
|
tags: >
|
||||||
["devicelab", "android", "linux"]
|
["devicelab", "android", "linux", "mokey"]
|
||||||
task_name: flutter_gallery__transition_perf_e2e
|
task_name: flutter_gallery__transition_perf_e2e
|
||||||
artifact: gallery__transition_perf_e2e
|
artifact: gallery__transition_perf_e2e
|
||||||
drone_dimensions: >
|
|
||||||
["device_os=N","os=Linux", "device_type=msm8952"]
|
|
||||||
|
|
||||||
- name: Linux_build_test flutter_gallery__transition_perf_hybrid
|
- name: Linux_build_test flutter_gallery__transition_perf_hybrid
|
||||||
recipe: devicelab/devicelab_drone_build_test
|
recipe: devicelab/devicelab_drone_build_test
|
||||||
|
bringup: true
|
||||||
presubmit: false
|
presubmit: false
|
||||||
timeout: 60
|
timeout: 60
|
||||||
properties:
|
properties:
|
||||||
tags: >
|
tags: >
|
||||||
["devicelab", "android", "linux"]
|
["devicelab", "android", "linux", "mokey"]
|
||||||
task_name: flutter_gallery__transition_perf_hybrid
|
task_name: flutter_gallery__transition_perf_hybrid
|
||||||
artifact: gallery__transition_perf_hybrid
|
artifact: gallery__transition_perf_hybrid
|
||||||
drone_dimensions: >
|
|
||||||
["device_os=N","os=Linux", "device_type=msm8952"]
|
|
||||||
|
|
||||||
# linux mokey benchmark
|
# linux mokey benchmark
|
||||||
- name: Linux_mokey flutter_gallery__transition_perf_with_semantics
|
- name: Linux_mokey flutter_gallery__transition_perf_with_semantics
|
||||||
|
Loading…
x
Reference in New Issue
Block a user