-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implementing matrix strategy to speed up gha-only tests #28
Conversation
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.
a few comments
Adding inputs and options jsons to matrix approach
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.
sweet, run times are looking good, and seems like total time won't get much bigger when adding more wdls given the matrix approach
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.
Great call on making the inputs.json
and options.json
optional. Looks great, thanks @seankross !
Sorry for splitting hairs but I feel like this is the better implementation practice compared to #22. Looking for approval from both @tefirman and @sckott before merging. Also sorry for the sloppy merging. If this gets approval I will close #22.