-
Notifications
You must be signed in to change notification settings - Fork 148
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
[ci] Fixing the doc generation jobs #1076
Conversation
78c6b94
to
ee9e074
Compare
ok, so plain stupid container/runner update doesn't fix it, but seems to make it fail silently. That's… great. |
ee9e074
to
cb23423
Compare
Still failing silently. Perhaps overriding the Python installation with the latest or previous version will fix it? |
I'll take a (deeper) look later this week. |
Oh, it has nothing to do with the code. We're simply out of disk space. The last job probably did better at symlinking to reduce duplication: https://github.com/modm-io/modm/actions/runs/6318898186 Ok, so we need to split the job up into multiple parts and upload them separately. I'm not going to do that for the 2023q3 release though, since the docs are resonably up-to-date (27. Sept). |
f03c8d4
to
7fa42ac
Compare
Ok, so I have implemented an "incremental compression" scheme, where each generated target inside |
Well… it worked! I successfully killed the docs website with my compressed targets! There's still some issue with the task return value, but it doesn't seem like we're running out of disk space anymore. Plus it's a little faster now. |
Ah, it failed only because of the lack of fibers on the RPi. ARM64 fibers are not implemented.
|
47487d8
to
01c91f5
Compare
Ok, cleaned up the code a little more and will merge once the CI passes (except for the RPi fiber issue). |
01c91f5
to
89d8406
Compare
b2c848c
to
bbfb1de
Compare
bbfb1de
to
ca80170
Compare
Fixes #1074 (hopefully).