-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Run tests in background #2053
Run tests in background #2053
Conversation
"$@" | ||
echo $? > /tmp/jupyter/tests/rc |
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.
I don't think this is possible to implement inline, so I had to create this simple bash script. If someone knows how to do it better, please, tell me.
So, I enabled 3 1CPU aarch64 runners. The build in the main branch: https://github.com/jupyter/docker-stacks/actions/runs/7165545477 |
1h 22m 35s is good for 3 1CPU runners. |
Comparing with this: #2059 Doesn't seem to be worth it. |
Describe your changes
Issue ticket if applicable
Idea from: #1909
Checklist (especially for first-time contributors)