Skip to content

Commit 0cd1707

Browse files
authored
iOS: update provisioning profile for 2024-2025 cert (#155101)
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. CIPD packages can be seen at: https://chrome-infra-packages.appspot.com/p/flutter_internal/mac/mobileprovision This is a reland of #155052, except without the removal of the CIPD dependency from the devicelab bots. After landing the original, many devicelab bots (and only devicelab bots) started failing with signing errors. The devicelab bots *should* be getting their certs/provisioning profile via the devicelab Salt configuration server (Googlers, see: go/flutter-salt) but it's possible some tests are fetching it from the CIPD package instead. This new patch simply updates the CIPD package version wherever it was already present. We can attempt to remove the CIPD package dependency from devicelab bots in a followup PR, and switch those over to using the profile installed via Salt (these are the same profile). Required for: https://g-issues.chromium.org/issues/366034566 Issue: flutter/flutter#152888
1 parent 97a959c commit 0cd1707

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ platform_properties:
127127
]
128128
dependencies: >-
129129
[
130-
{"dependency": "apple_signing", "version": "version:to_2024"}
130+
{"dependency": "apple_signing", "version": "version:to_2025"}
131131
]
132132
os: Mac-13|Mac-14
133133
device_type: none
@@ -143,7 +143,7 @@ platform_properties:
143143
]
144144
dependencies: >-
145145
[
146-
{"dependency": "apple_signing", "version": "version:to_2024"}
146+
{"dependency": "apple_signing", "version": "version:to_2025"}
147147
]
148148
os: Mac-13|Mac-14
149149
device_type: none
@@ -160,7 +160,7 @@ platform_properties:
160160
]
161161
dependencies: >-
162162
[
163-
{"dependency": "apple_signing", "version": "version:to_2024"}
163+
{"dependency": "apple_signing", "version": "version:to_2025"}
164164
]
165165
device_type: none
166166
mac_model: "Macmini8,1"
@@ -179,7 +179,7 @@ platform_properties:
179179
]
180180
dependencies: >-
181181
[
182-
{"dependency": "apple_signing", "version": "version:to_2024"}
182+
{"dependency": "apple_signing", "version": "version:to_2025"}
183183
]
184184
os: Mac-13|Mac-14
185185
device_type: none
@@ -197,7 +197,7 @@ platform_properties:
197197
dependencies: >-
198198
[
199199
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"},
200-
{"dependency": "apple_signing", "version": "version:to_2024"}
200+
{"dependency": "apple_signing", "version": "version:to_2025"}
201201
]
202202
os: Mac-13|Mac-14
203203
device_type: none
@@ -269,7 +269,7 @@ platform_properties:
269269
dependencies: >-
270270
[
271271
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"},
272-
{"dependency": "apple_signing", "version": "version:to_2024"}
272+
{"dependency": "apple_signing", "version": "version:to_2025"}
273273
]
274274
os: Mac-13|Mac-14
275275
cpu: x86
@@ -287,7 +287,7 @@ platform_properties:
287287
dependencies: >-
288288
[
289289
{"dependency": "ruby", "version": "ruby_3.1-pod_1.13"},
290-
{"dependency": "apple_signing", "version": "version:to_2024"}
290+
{"dependency": "apple_signing", "version": "version:to_2025"}
291291
]
292292
os: Mac-13|Mac-14
293293
cpu: x86

0 commit comments

Comments
 (0)