From 8e5bd5af869f11285f9d7fc583c12ee03cf356e3 Mon Sep 17 00:00:00 2001 From: Christopher Fujino Date: Tue, 12 Nov 2024 13:22:56 -0800 Subject: [PATCH] force Linux plugin_test to run on Ubuntu 20.04 (#158529) Work around propagation from https://github.com/flutter/flutter/issues/158521 --- .ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci.yaml b/.ci.yaml index 1f681011e3..da9363eecd 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -1040,6 +1040,10 @@ targets: {"dependency": "chrome_and_driver", "version": "version:125.0.6422.141"}, {"dependency": "open_jdk", "version": "version:17"} ] + # TODO(fujino): delete once propagation from + # https://github.com/flutter/flutter/issues/158521 completes. + drone_dimensions: > + ["os=Linux", "os=Ubuntu-20"] tags: > ["devicelab", "hostonly", "linux"] task_name: plugin_test