Skip to content

Commit 012709c

Browse files
zandersoTytaniumDev
authored andcommitted
Fix device_os requested in linux_build_test tests (flutter#152808)
The MotoG4's had device_os=N, the mokey's have device_os=U. Eventually I'll get this right...
1 parent ae36250 commit 012709c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2855,7 +2855,7 @@ targets:
28552855
task_name: flutter_gallery__transition_perf
28562856
artifact: gallery__transition_perf
28572857
drone_dimensions: >
2858-
["device_os=N","os=Linux", "device_type=mokey"]
2858+
["device_os=U","os=Linux", "device_type=mokey"]
28592859
28602860
- name: Linux_build_test flutter_gallery__transition_perf_e2e
28612861
recipe: devicelab/devicelab_drone_build_test
@@ -2868,7 +2868,7 @@ targets:
28682868
task_name: flutter_gallery__transition_perf_e2e
28692869
artifact: gallery__transition_perf_e2e
28702870
drone_dimensions: >
2871-
["device_os=N","os=Linux", "device_type=mokey"]
2871+
["device_os=U","os=Linux", "device_type=mokey"]
28722872
28732873
- name: Linux_build_test flutter_gallery__transition_perf_hybrid
28742874
recipe: devicelab/devicelab_drone_build_test
@@ -2881,7 +2881,7 @@ targets:
28812881
task_name: flutter_gallery__transition_perf_hybrid
28822882
artifact: gallery__transition_perf_hybrid
28832883
drone_dimensions: >
2884-
["device_os=N","os=Linux", "device_type=mokey"]
2884+
["device_os=U","os=Linux", "device_type=mokey"]
28852885
28862886
# linux mokey benchmark
28872887
- name: Linux_mokey flutter_gallery__transition_perf_with_semantics

0 commit comments

Comments
 (0)