-
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
Add a job that runs master + v10.x with python tools/test.py --worker
#1318
Comments
@addaleax In theory we should be able to get this working with https://ci.nodejs.org/job/node-test-commit-custom-suites, using |
@maclover7 Does that mean it would run only if requested? Because you’re right, that sounds doable, but I’d love to have it be part of |
@addaleax Yep, it technically runs on an "as requested" basis. But we can add a run of this job to Giving this another run: https://ci.nodejs.org/job/node-test-commit-custom-suites/10/ |
@maclover7 https://ci.nodejs.org/job/node-test-commit-custom-suites/10/nodes=rhel72-s390x/console looks like there’s some kind of encoding trouble? |
@addaleax Sorry this fell off my radar. Was able to get through ~2000 tests before getting two timeouts. Would you be be able to look into these failures? I believe you should have access to trigger builds of the |
@maclover Thanks! I have fixes for the timeouts in nodejs/node#21791. :) (This is why I want to get this into node-test-commit, btw … 😄) |
These tests have been added after the original workers PR and time out when run inside a worker by themselves. This is needed for enabling `--worker` tests in our regular CI. Refs: nodejs/build#1318
These tests have been added after the original workers PR and time out when run inside a worker by themselves. This is needed for enabling `--worker` tests in our regular CI. Refs: nodejs/build#1318 PR-URL: #21791 Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
These tests have been added after the original workers PR and time out when run inside a worker by themselves. This is needed for enabling `--worker` tests in our regular CI. Refs: nodejs/build#1318 PR-URL: #21791 Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
@maclover7 I think it's good enough -- there can always be weird combinations of platforms creating odd bugs, but having a single Linux job for Workers in there would already be a huge step :) |
Was able to get an all-green |
Configuration should be updated now -- here's the first all green |
Woo 🎉 – thanks for all the work on this! |
@maclover7 I think it’s safe to close this now – again, thank you! 💙 |
Now that nodejs/node#20876 has landed, it would be great to have something in CI that runs the test suite under workers. It’s probably not feasible to make it part of a regular
make test
run, or add it to all CI nodes because the test suite is going to run twice as long that way.Instead, I’d imagine we want a CI job for this. What do we need? Something in the Makefile + a job that runs that particular make target?
The text was updated successfully, but these errors were encountered: