-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create variant builds in batches #3592
Conversation
@@ -77,7 +77,7 @@ jobs: | |||
esac | |||
|
|||
- name: Register SSH key for certificates repository access | |||
uses: webfactory/ssh-agent@v0.7.0 | |||
uses: webfactory/ssh-agent@v0.9.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've bumped this as a bonus to get rid of node 14 deprecation warnings.
sparse-checkout: | | ||
.github | ||
Gemfile | ||
Gemfile.lock | ||
fastlane | ||
scripts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neat 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, diff seems sensible and the workflow run looks great!
Task/Issue URL: https://app.asana.com/0/1199230911884351/1208823340768320/f
Description:
This change adjusts the variants script to produce batches of up to 256 variants (currently 2, hardcoded)
and passes them to a (hardcoded) 2 concurrent batch tasks in the GHA workflow.
Steps to test this PR:
See if this workflow works.
Definition of Done:
Internal references:
Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation