[eas-build-job] Add refreshAdHocProvisioningProfile to iOS job#3717
Merged
sswrk merged 1 commit intoMay 25, 2026
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
a0fd583 to
5896f86
Compare
a13488b to
ae39cbd
Compare
5896f86 to
6a7e606
Compare
ae39cbd to
18a2e55
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3717 +/- ##
=======================================
Coverage 57.17% 57.17%
=======================================
Files 905 905
Lines 39283 39283
Branches 8230 8230
=======================================
Hits 22455 22455
Misses 15356 15356
Partials 1472 1472 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6a7e606 to
3ace75d
Compare
18a2e55 to
4509f56
Compare
3ace75d to
cf3043f
Compare
4509f56 to
4352dfe
Compare
cf3043f to
b9c092e
Compare
4352dfe to
9bf6b62
Compare
9bf6b62 to
14bf3aa
Compare
14bf3aa to
368552c
Compare
701b7d7 to
4c939d9
Compare
101acdf to
c9227ea
Compare
d20291d to
d4b4bf6
Compare
b33de40 to
21d23de
Compare
This was referenced May 21, 2026
refresh_ad_hoc_provisioning_profile to iOS job
|
Subscribed to pull request
Generated by CodeMention |
21d23de to
f0d024b
Compare
f0d024b to
c04b2e1
Compare
sjchmiela
approved these changes
May 22, 2026
Contributor
sjchmiela
left a comment
There was a problem hiding this comment.
i was dreaming we finally moved from joi to zod but looks like it was just a dream lol
sjchmiela
approved these changes
May 22, 2026
c04b2e1 to
d47c86d
Compare
|
✅ Thank you for adding the changelog entry! |
refresh_ad_hoc_provisioning_profile to iOS jobrefreshAdHocProvisioningProfile to iOS job
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Why
ENG-21094 needs a job field to carry ad-hoc provisioning profile refresh intent for git-based/workflow builds; #3716 added CLI behavior on eas build; this PR is schema-only.
How
Updated
packages/eas-build-job/src/ios.tsinterface + Joi schema.Test Plan
cd packages/eas-build-job && yarn test src/__tests__/ios.test.tsyarn typecheck