-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Reduce CI duration #167
Comments
Now even a single CI workflow takes around 27 minutes. In my opinion, we can consider checking |
After investigating the |
Is this issue specific to the zh-tw translations? Have you checked if other Python translation projects have the same issue, and if/how they fixed it? |
CPython repo has a Makefile for doc build, and all translation repos that run doc build with GitHub Action depend on it. It provides different build modes and we currently setup our CI action to run a full doc build with the Here are some metrics from those translation repos that have adopted GitHub Action. French repo also builds with
|
I think we can have a simple but effective solution first, then keep working on optimizations. |
@ken71301 My untested thoughts:
|
@mattwang44 |
In latest sprint Josix and me just tried load of setting and it all seems not effective at all. |
With this patch (issue) released along with Sphinx 8.1, the build duration in CI has significantly dropped from ~25 mins to ~4 mins 🚀. I believe doc build time would then not be an issue for us. I'll close this issue if no objections in the following days. |
Since we currently run a complete HTML build process in CI, the CI has an unacceptable duration (~16minutes).
Possible solutions:
The text was updated successfully, but these errors were encountered: