From 50a190caec0c2e130d16140b7f4d67ed106dd3f3 Mon Sep 17 00:00:00 2001 From: "auto-submit[bot]" <98614782+auto-submit[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 01:47:46 +0000 Subject: [PATCH] Reverts "iOS: update provisioning profile for 2024-2025 cert (#155052)" (#155059) Reverts: flutter/flutter#155052 Initiated by: zanderso Reason for reverting: The tree is red on this change: https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8737044980814837569/+/u/run_flutter_gallery_ios__compile/stdout. Original PR Author: cbracken Reviewed By: {christopherfujino, bdero} This change reverts the following previous change: Tells our iOS bots to use the provisioning profile stored in the flutter_internal/mac/mobileprovision CIPD packages tagged `version:to_2025`. This CIPD package contains an updated provisioning profile which supports both the current development signing certificate expiring in October 2024, and the updated signing cert expiring in August 2025. Also removes the CIPD dependency for devicelab tasks. On devicelab bots, the cert and provisioning profile are deployed via Salt, not via CIPD. We only need this dependency on the Chromium bots. CIPD packages can be seen at: https://chrome-infra-packages.appspot.com/p/flutter_internal/mac/mobileprovision Required for: https://g-issues.chromium.org/issues/366034566 Issue: https://github.com/flutter/flutter/issues/152888 --- .ci.yaml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/.ci.yaml b/.ci.yaml index 54f4bd65353..d79f05efd22 100644 --- a/.ci.yaml +++ b/.ci.yaml @@ -127,7 +127,7 @@ platform_properties: ] dependencies: >- [ - {"dependency": "apple_signing", "version": "version:to_2025"} + {"dependency": "apple_signing", "version": "version:to_2024"} ] os: Mac-13|Mac-14 device_type: none @@ -143,7 +143,7 @@ platform_properties: ] dependencies: >- [ - {"dependency": "apple_signing", "version": "version:to_2025"} + {"dependency": "apple_signing", "version": "version:to_2024"} ] os: Mac-13|Mac-14 device_type: none @@ -160,7 +160,7 @@ platform_properties: ] dependencies: >- [ - {"dependency": "apple_signing", "version": "version:to_2025"} + {"dependency": "apple_signing", "version": "version:to_2024"} ] device_type: none mac_model: "Macmini8,1" @@ -179,7 +179,7 @@ platform_properties: ] dependencies: >- [ - {"dependency": "apple_signing", "version": "version:to_2025"} + {"dependency": "apple_signing", "version": "version:to_2024"} ] os: Mac-13|Mac-14 device_type: none @@ -197,7 +197,7 @@ platform_properties: dependencies: >- [ {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, - {"dependency": "apple_signing", "version": "version:to_2025"} + {"dependency": "apple_signing", "version": "version:to_2024"} ] os: Mac-13|Mac-14 device_type: none @@ -268,7 +268,8 @@ platform_properties: ] dependencies: >- [ - {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "apple_signing", "version": "version:to_2024"} ] os: Mac-13|Mac-14 cpu: x86 @@ -285,7 +286,8 @@ platform_properties: ] dependencies: >- [ - {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "apple_signing", "version": "version:to_2024"} ] os: Mac-13|Mac-14 cpu: x86 @@ -302,7 +304,8 @@ platform_properties: ] dependencies: >- [ - {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"} + {"dependency": "ruby", "version": "ruby_3.1-pod_1.13"}, + {"dependency": "apple_signing", "version": "none"} ] os: Mac-13|Mac-14 cpu: arm64