-
Notifications
You must be signed in to change notification settings - Fork 17
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
ci: add node versions to matrix #15
base: master
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@ledbit anything that's needed now? I noticed all the builds cancelled I'm guessing that's because of a resource limit or because this is a PR by a user without write access? |
- 12.x | ||
- 13.x | ||
- 14.x |
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.
These would have to be full node versions. Also, I believe there is a maximum number of parallel pipelines allowed by Azure.
It would also be quite wasteful to rebuild all the versions all the time - ideally we'd have a script that checks the available versions of nodejs and just builds what;s not built already
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.
Not really sure how 9 builds is "wasteful".
ideally we'd have a script that checks the available versions of nodejs and just builds what;s not built already
What do you mean?
This uses parameterized jobs to allow a better matrix which not only has platforms but also node versions.
This now supports the following matrix.
Feel free to make additional commits if need be.