Skip to content

Commit 8e5bd5a

Browse files
force Linux plugin_test to run on Ubuntu 20.04 (flutter#158529)
Work around propagation from flutter#158521
1 parent 9992e9b commit 8e5bd5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,10 @@ targets:
10401040
{"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"},
10411041
{"dependency": "open_jdk", "version": "version:17"}
10421042
]
1043+
# TODO(fujino): delete once propagation from
1044+
# https://github.com/flutter/flutter/issues/158521 completes.
1045+
drone_dimensions: >
1046+
["os=Linux", "os=Ubuntu-20"]
10431047
tags: >
10441048
["devicelab", "hostonly", "linux"]
10451049
task_name: plugin_test

0 commit comments

Comments
 (0)