move to prod (#2841)

This commit is contained in:
keyonghan
2022-11-22 17:05:06 -08:00
committed by GitHub
parent afe783fdbc
commit f02fb9b06f
2 changed files with 3 additions and 19 deletions

View File

@ -33,9 +33,11 @@ platform_properties:
xcode: 14a5294e # xcode 14.0 beta 5
targets:
### macOS desktop tasks ###
# macos-platform_tests builds all the packages on ARM, so this build is run
# on Intel to give us build coverage of both host types.
- name: Mac_x64 build_all_packages master
recipe: packages/packages
bringup: true # New target: https://github.com/flutter/packages/pull/2840
timeout: 30
properties:
add_recipes_cq: "true"
@ -45,7 +47,6 @@ targets:
- name: Mac_x64 build_all_packages stable
recipe: packages/packages
bringup: true # New target: https://github.com/flutter/packages/pull/2840
timeout: 30
properties:
add_recipes_cq: "true"

View File

@ -396,20 +396,3 @@ task:
- ./script/tool_runner.sh native-test --macos
drive_script:
- ./script/tool_runner.sh drive-examples --macos
# Intel macOS tasks.
task:
<< : *MACOS_INTEL_TEMPLATE
<< : *FLUTTER_UPGRADE_TEMPLATE
matrix:
### macOS desktop tasks ###
# macos-platform_tests builds all the packages on ARM, so this build is run
# on Intel to give us build coverage of both host types.
- name: macos-build_all_packages
env:
BUILD_ALL_ARGS: "macos"
matrix:
CHANNEL: "master"
CHANNEL: "stable"
setup_script:
<< : *BUILD_ALL_PACKAGES_APP_TEMPLATE