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

ci: add node versions to matrix #15

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

OmgImAlexis
Copy link

@OmgImAlexis OmgImAlexis commented Oct 20, 2020

This uses parameterized jobs to allow a better matrix which not only has platforms but also node versions.

This now supports the following matrix.

macos-10.14 node v12.x
macos-10.14 node v13.x
macos-10.14 node v14.x
ubuntu-16.04 node v12.x
ubuntu-16.04 node v13.x
ubuntu-16.04 node v14.x
vs2017-win2016 node v12.x
vs2017-win2016 node v13.x
vs2017-win2016 node v14.x

Feel free to make additional commits if need be.

@OmgImAlexis

This comment has been minimized.

@OmgImAlexis

This comment has been minimized.

@OmgImAlexis
Copy link
Author

@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?

Comment on lines +5 to +7
- 12.x
- 13.x
- 14.x
Copy link
Collaborator

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

Copy link
Author

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?

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