[ci] Switch iOS build-all to LUCI (#3112)

Takes the LUCI version out of bringup mode, and removes the Cirrus
version.

Part of the overall migration of macOS host tasks to LUCI.
This commit is contained in:
stuartmorgan
2023-01-30 11:03:50 -08:00
committed by GitHub
parent 21689b3439
commit e9cb0470ec
2 changed files with 3 additions and 10 deletions

View File

@ -45,8 +45,10 @@ platform_properties:
targets:
### iOS tasks ###
# TODO(stuartmorgan): Switch ios_build_all_packages to Intel once the
# iOS platform tests are brough up on ARM, to give build coverage on
# both host architectures.
- name: Mac_arm64 ios_build_all_packages master
bringup: true
recipe: packages/packages
timeout: 30
properties:
@ -56,7 +58,6 @@ targets:
channel: master
- name: Mac_arm64 ios_build_all_packages stable
bringup: true
recipe: packages/packages
timeout: 30
properties:

View File

@ -358,14 +358,6 @@ task:
xcode_analyze_deprecation_script:
# Ensure we don't accidentally introduce deprecated code.
- ./script/tool_runner.sh xcode-analyze --ios --ios-min-version=13.0
### iOS tasks ###
- name: ios-build_all_packages
env:
BUILD_ALL_ARGS: "ios --no-codesign"
matrix:
CHANNEL: "master"
CHANNEL: "stable"
<< : *BUILD_ALL_PACKAGES_APP_TEMPLATE
### macOS desktop tasks ###
- name: macos-platform_tests
# Don't run full platform tests on both channels in pre-submit.