-
Notifications
You must be signed in to change notification settings - Fork 166
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
How can a project qualify for access to the build infrastructure? #448
Comments
From my perspective there are advantages to sharing our infra in that its going to be hard for smaller projects to build the breadth of platform support that we now cover and for things that are important for Node.js having the testing across the platforms is important. As rod points out it comes down to how to draw the line. On idea I've not fully thought through is if another jenkins instance to run tests for "non-core" but important projects might help address the concerns over security and donor intentions. Donors could indicate if they want their contributions limited to the "core" jenkins or not. The downside is of course that we likely end up with less efficient use of resources since we can't share machines across the two. |
I had a conversation with @ljharb about using our infra for nvm... specifically to be able to test on all supported architectures. I think this is a very valuable service to offer to key projects in the ecosystem |
From a budget perspective we have a bit of wiggle room for disposable vm's. I reckon we could fit 5 2G 2cpu 40G machines without interfering with our own agenda. |
Any hardware I've donated can be used in any way the build WG sees fit. I have no 'hopes' for it used in any particular way ;) |
I maintain The test matrix we have is pretty large and I'm looking to grow it even further using docker images to emulate the hardware. I'd like to leverage our large collection of linux based single board computers we have that run other architectures (arm v5-9, mipsel, etc). We also have a weird requirement to have a serial device hooked up for integration tests (currently using an Arduino Uno). And recently (a few days ago) I was informed we now have a windows machine part of this infrastructure with an uno running nightly tests. This summary is to say we have a good cross section of alternative hardware we can add to the Jenkins fleet and take operational responsibility for. I take testing very seriously for the |
As per discussion just now in Build WG meeting, we need to add words somewhere in a PR to outline a policy and get agreement from the TSC. Proposal that was just workshopped is: Projects qualify for use of the build infrastructure if:
And of course, any project would need to be able to run on our infra, there's no implicit assumption here that it's even possible or that personnel can be allocated to do the work required. |
We suggested removing this from the wg-agenda at last meeting; doing so. |
This is a very stale issue at this point. Should it be closed? |
This has come up a few times already and I see a few different categories of projects, although there are very blurry lines between these:
node-gyp is spinning up to use our infra for testing but it's clearly within our org and scope of work so can be considered in a similar way to core.
We also do libuv but I think we can safely count libuv as a Node.js Foundation project since it's in our "incubator" thingo.
Express is there too but its future is less clear but if it wanted to use our infra to run tests then how would we handle that?
We have a job in Jenkins for serialport but I don't know if it's ever been used and I think the hardware for that was dedicated for that purpose. But serialport has no formal relationship with the Foundation.
Now we have @indutny questioning whether we can run llnode in our infra so it can support more than just Linux and OSX (which are easier to test for many people than Windows). https://github.com/indutny/llnode/issues/17#issuecomment-232111936, but we have no formal relationship with llnode except via @indutny who is obviously near the heart of our work and it's possible that llnode could become an important piece of diagnostic tooling. But likewise there are potentially a lot of other interesting ecosystem tools that could fit into a similar category. What about https://github.com/davidmarkclements/0x, who's author is active in some of our working groups and may be considered by some to be a useful diagnostic tool? There's plenty more in that category.
So the question here is what line we draw when we have requests like llnode come in? While I'd love to be really open with our hardware I see two primary problems:
The text was updated successfully, but these errors were encountered: