From 2a46074aa1dd28fa7833b97e76385bc73013654c Mon Sep 17 00:00:00 2001 From: keyonghan <54558023+keyonghan@users.noreply.github.com> Date: Thu, 17 Nov 2022 09:26:58 -0800 Subject: [PATCH] cirrus to luci (#6711) --- .ci.yaml | 3 --- .cirrus.yml | 18 ------------------ 2 files changed, 21 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index dffc7364e65a..5c2e49d752a1 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -45,7 +45,6 @@ targets: # pod's arch exclusions, so fails to build. - name: Mac_x64 lint_podspecs recipe: plugins/plugins - bringup: true # New target: https://github.com/flutter/plugins/pull/6637 timeout: 30 properties: add_recipes_cq: "true" @@ -57,7 +56,6 @@ targets: # on Intel to give us build coverage of both host types. - name: Mac_x64 build_all_plugins master recipe: plugins/plugins - bringup: true # New target: https://github.com/flutter/plugins/pull/6671 timeout: 30 properties: add_recipes_cq: "true" @@ -67,7 +65,6 @@ targets: - name: Mac_x64 build_all_plugins stable recipe: plugins/plugins - bringup: true # New target: https://github.com/flutter/plugins/pull/6671 timeout: 30 properties: add_recipes_cq: "true" diff --git a/.cirrus.yml b/.cirrus.yml index 5ff275e4c053..a8829b6431a7 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -340,13 +340,6 @@ task: << : *MACOS_INTEL_TEMPLATE << : *FLUTTER_UPGRADE_TEMPLATE matrix: - ### iOS+macOS tasks *** - # TODO(stuartmorgan): Move this to ARM once google_maps_flutter has ARM - # support. `pod lint` makes a synthetic target that doesn't respect the - # pod's arch exclusions, so fails to build. - - name: darwin-lint_podspecs - script: - - ./script/tool_runner.sh podspecs ### iOS tasks ### # TODO(stuartmorgan): Swap this and ios-build_all_plugins once simulator # tests are reliable on the ARM infrastructure. See discussion at @@ -382,14 +375,3 @@ task: # This UI change sometimes affects `xctest`. # So we run `drive-examples` after `native-test`; changing the order will result ci failure. - ./script/tool_runner.sh drive-examples --ios --exclude=script/configs/exclude_integration_ios.yaml - ### macOS desktop tasks ### - # macos-platform_tests builds all the plugins on M1, so this build is run - # on Intel to give us build coverage of both host types. - - name: macos-build_all_plugins - env: - BUILD_ALL_ARGS: "macos" - matrix: - CHANNEL: "master" - CHANNEL: "stable" - setup_script: - << : *BUILD_ALL_PLUGINS_APP_TEMPLATE