Skip to content

Commit a2fa4e9

Browse files
authored
cirrus to luci (#6711)
1 parent e500884 commit a2fa4e9

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

.ci.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ targets:
4545
# pod's arch exclusions, so fails to build.
4646
- name: Mac_x64 lint_podspecs
4747
recipe: plugins/plugins
48-
bringup: true # New target: https://github.com/flutter/plugins/pull/6637
4948
timeout: 30
5049
properties:
5150
add_recipes_cq: "true"
@@ -57,7 +56,6 @@ targets:
5756
# on Intel to give us build coverage of both host types.
5857
- name: Mac_x64 build_all_plugins master
5958
recipe: plugins/plugins
60-
bringup: true # New target: https://github.com/flutter/plugins/pull/6671
6159
timeout: 30
6260
properties:
6361
add_recipes_cq: "true"
@@ -67,7 +65,6 @@ targets:
6765

6866
- name: Mac_x64 build_all_plugins stable
6967
recipe: plugins/plugins
70-
bringup: true # New target: https://github.com/flutter/plugins/pull/6671
7168
timeout: 30
7269
properties:
7370
add_recipes_cq: "true"

.cirrus.yml

-18
Original file line numberDiff line numberDiff line change
@@ -340,13 +340,6 @@ task:
340340
<< : *MACOS_INTEL_TEMPLATE
341341
<< : *FLUTTER_UPGRADE_TEMPLATE
342342
matrix:
343-
### iOS+macOS tasks ***
344-
# TODO(stuartmorgan): Move this to ARM once google_maps_flutter has ARM
345-
# support. `pod lint` makes a synthetic target that doesn't respect the
346-
# pod's arch exclusions, so fails to build.
347-
- name: darwin-lint_podspecs
348-
script:
349-
- ./script/tool_runner.sh podspecs
350343
### iOS tasks ###
351344
# TODO(stuartmorgan): Swap this and ios-build_all_plugins once simulator
352345
# tests are reliable on the ARM infrastructure. See discussion at
@@ -382,14 +375,3 @@ task:
382375
# This UI change sometimes affects `xctest`.
383376
# So we run `drive-examples` after `native-test`; changing the order will result ci failure.
384377
- ./script/tool_runner.sh drive-examples --ios --exclude=script/configs/exclude_integration_ios.yaml
385-
### macOS desktop tasks ###
386-
# macos-platform_tests builds all the plugins on M1, so this build is run
387-
# on Intel to give us build coverage of both host types.
388-
- name: macos-build_all_plugins
389-
env:
390-
BUILD_ALL_ARGS: "macos"
391-
matrix:
392-
CHANNEL: "master"
393-
CHANNEL: "stable"
394-
setup_script:
395-
<< : *BUILD_ALL_PLUGINS_APP_TEMPLATE

0 commit comments

Comments
 (0)