From 784ebdf2a3dfa58a67443658d4c9717ecff68ada Mon Sep 17 00:00:00 2001 From: keyonghan <54558023+keyonghan@users.noreply.github.com> Date: Fri, 19 May 2023 16:22:25 -0700 Subject: [PATCH] Run Mac intel only targets on both intel and arm (#127230) The slowness issue was resolved with latest xcode: https://github.com/flutter/flutter/issues/119750, and all these targets should resume on both platforms as before. This will help mitigate high queue time on intel bots. This PR updates these targets: - Mac plugin_test_ios: https://github.com/flutter/flutter/issues/119764 - Mac build_tests: https://github.com/flutter/flutter/pull/120620 - Mac plugin_test: https://github.com/flutter/flutter/pull/120714 - Mac plugin_test_macos: https://github.com/flutter/flutter/pull/122212 - Mac framework_tests_misc: https://github.com/flutter/flutter/pull/122618 --- .ci.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 44d0a6869fe..f264e0e792a 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -2575,7 +2575,6 @@ targets: timeout: 60 properties: add_recipes_cq: "true" - cpu: x86 # https://github.com/flutter/flutter/issues/120292 dependencies: >- [ {"dependency": "android_sdk", "version": "version:33v6"}, @@ -2595,7 +2594,6 @@ targets: timeout: 60 properties: add_recipes_cq: "true" - cpu: x86 # https://github.com/flutter/flutter/issues/120292 dependencies: >- [ {"dependency": "android_sdk", "version": "version:33v6"}, @@ -2615,7 +2613,6 @@ targets: timeout: 60 properties: add_recipes_cq: "true" - cpu: x86 # https://github.com/flutter/flutter/issues/120292 dependencies: >- [ {"dependency": "android_sdk", "version": "version:33v6"}, @@ -2635,7 +2632,6 @@ targets: timeout: 60 properties: add_recipes_cq: "true" - cpu: x86 # https://github.com/flutter/flutter/issues/120292 dependencies: >- [ {"dependency": "android_sdk", "version": "version:33v6"}, @@ -2792,7 +2788,6 @@ targets: recipe: flutter/flutter_drone timeout: 60 properties: - cpu: x86 # https://github.com/flutter/flutter/issues/119880 dependencies: >- [ {"dependency": "goldctl", "version": "git_revision:f808dcff91b221ae313e540c09d79696cd08b8de"}, @@ -3055,7 +3050,6 @@ targets: recipe: devicelab/devicelab_drone timeout: 60 properties: - cpu: x86 # https://github.com/flutter/flutter/issues/119750 dependencies: >- [ {"dependency": "android_sdk", "version": "version:33v6"}, @@ -3074,7 +3068,6 @@ targets: recipe: devicelab/devicelab_drone timeout: 60 properties: - cpu: x86 # https://github.com/flutter/flutter/issues/119750 dependencies: >- [ {"dependency": "xcode", "version": "14e222b"}, @@ -3093,7 +3086,6 @@ targets: recipe: devicelab/devicelab_drone timeout: 60 properties: - cpu: x86 # https://github.com/flutter/flutter/issues/119750 dependencies: >- [ {"dependency": "xcode", "version": "14e222b"},