Skip to content

Commit 8d3d3ee

Browse files
authored
Reland: Shift Linux_build_test tests from MotoG4 to mokey (flutter#152756)
Reland of flutter#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 flutter#148085
1 parent 1dcc1b1 commit 8d3d3ee

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.ci.yaml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ platform_properties:
6666
{"dependency": "open_jdk", "version": "version:17"},
6767
{"dependency": "curl", "version": "version:7.64.0"}
6868
]
69-
os: Ubuntu
70-
cores: "8"
71-
device_type: none
69+
os: Linux
70+
device_type: "mokey"
7271
linux_android:
7372
properties:
7473
dependencies: >-
@@ -2846,39 +2845,36 @@ targets:
28462845

28472846
- name: Linux_build_test flutter_gallery__transition_perf
28482847
recipe: devicelab/devicelab_drone_build_test
2848+
bringup: true
28492849
presubmit: false
28502850
timeout: 60
28512851
properties:
28522852
tags: >
2853-
["devicelab", "android", "linux"]
2853+
["devicelab", "android", "linux", "mokey"]
28542854
task_name: flutter_gallery__transition_perf
28552855
artifact: gallery__transition_perf
2856-
drone_dimensions: >
2857-
["device_os=N","os=Linux", "device_type=msm8952"]
28582856

28592857
- name: Linux_build_test flutter_gallery__transition_perf_e2e
28602858
recipe: devicelab/devicelab_drone_build_test
2859+
bringup: true
28612860
presubmit: false
28622861
timeout: 60
28632862
properties:
28642863
tags: >
2865-
["devicelab", "android", "linux"]
2864+
["devicelab", "android", "linux", "mokey"]
28662865
task_name: flutter_gallery__transition_perf_e2e
28672866
artifact: gallery__transition_perf_e2e
2868-
drone_dimensions: >
2869-
["device_os=N","os=Linux", "device_type=msm8952"]
28702867

28712868
- name: Linux_build_test flutter_gallery__transition_perf_hybrid
28722869
recipe: devicelab/devicelab_drone_build_test
2870+
bringup: true
28732871
presubmit: false
28742872
timeout: 60
28752873
properties:
28762874
tags: >
2877-
["devicelab", "android", "linux"]
2875+
["devicelab", "android", "linux", "mokey"]
28782876
task_name: flutter_gallery__transition_perf_hybrid
28792877
artifact: gallery__transition_perf_hybrid
2880-
drone_dimensions: >
2881-
["device_os=N","os=Linux", "device_type=msm8952"]
28822878

28832879
# linux mokey benchmark
28842880
- name: Linux_mokey flutter_gallery__transition_perf_with_semantics

0 commit comments

Comments
 (0)