-
Notifications
You must be signed in to change notification settings - Fork 168
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
node-test-commit matrix document #1865
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.
LGTM
Need some Windows sanity check before I can merge this I think. |
@rvagg pushed a fixup with some adjustments, feel free to adjust as you see fit. Windows doesn't use the VersionSelectorScript because of two issues (at least):
Separating the test jobs in CI as we have now for Node >= 11 is not a bad way of organizing it. So, even though VersionSelectorScript would probably be a better way I don't think adapting it is urgent at the moment. |
thanks @joaocgreis, just having the windows matrix outlined like this is helpful |
merged |
I was writing up some basic notes on our standard CI matrix and figured it might make a good doc for our repo even though it's not likely to stay updated (hence the caveats at the top).
It's highlighted a couple of things already:
@joaocgreis the Windows matrix doesn't seem to be using VersionSelectorScript.groovy, I've tried my best to reproduce what I think the rules are but a sanity check from you would be appreciated.