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

Remove CI parallel limit to save user waiting time #21

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

zhongjiajie
Copy link
Contributor

I don't know whether we added this limitation before, but our CI will finish after 20 minutes or more. it because we have 5 python matrix and only 4 parallel slots.

It is a open source project with no limitation for the github action run time, so maybe we could directly remove the parallel for ci

image

we can see in the screenshot above, that the workflow has to wait python 3.13 is finished, and python 3.13 will not run until others four version of python done

I am not sure whether we add this limitation before, but
I see our CI will finish after 20 min less or more. it
because we have 5 python matrix and only 4 parallel slots.

It is open source project with no limitation for the github
action run time, so maybe we could directly remove the parallel
for ci
@MikeMoore63 MikeMoore63 merged commit 71df857 into MikeMoore63:main Jan 22, 2025
5 checks passed
@zhongjiajie zhongjiajie deleted the rm-ci-parallel branch January 23, 2025 01:27
@zhongjiajie
Copy link
Contributor Author

Thanks Mike 👍

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