From e9cb0470ec3f09fd8ff5295391457fee69c18add Mon Sep 17 00:00:00 2001 From: stuartmorgan Date: Mon, 30 Jan 2023 11:03:50 -0800 Subject: [PATCH] [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. --- .ci.yaml | 5 +++-- .cirrus.yml | 8 -------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 826652d941..3cd2e79209 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -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: diff --git a/.cirrus.yml b/.cirrus.yml index 245ab632ee..7aa067e2e4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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.