Skip to content
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

Merged
merged 4 commits into from
Nov 23, 2024
Merged

Create variant builds in batches #3592

merged 4 commits into from
Nov 23, 2024

Conversation

ayoy
Copy link
Collaborator

@ayoy ayoy commented Nov 22, 2024

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

@@ -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
Copy link
Collaborator Author

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.

Comment on lines +130 to +135
sparse-checkout: |
.github
Gemfile
Gemfile.lock
fastlane
scripts
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat 👍

Copy link
Collaborator

@samsymons samsymons left a 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!

@ayoy ayoy merged commit a4d758c into main Nov 23, 2024
500 checks passed
@ayoy ayoy deleted the dominik/update-create-variants branch November 23, 2024 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants