Anatol Belski
Anatol Belski
Thanks for the confidence, @rbradford! Looks like it still didn't pick up the change. I'll try to close/reopen, maybe it'll retrigger then. Thanks
Thanks, Wei. It seems still not picking up the change into the Jenkins run. I'll try to rebase to the latest main, maybe a new push would do the trick....
Yeah, a new push made it propagate. Got some follow up issues to fix :) Thanks
Yeah, the image is definitely big. I guess also, the job runner host is not on the same network, so the download takes ages. I actually killed some manually yesterday...
Oh yes, that image is already on the CI host. If i can avoid the download story for now by copying into a pre-defined location, i'd definitely prefer that. I'll...
Ok, so we're under `/var/lib/jenkins` and I think I can prepare the file there. This will buy the time to sort the size issues at a later point, while focusing...
Another finding while doing a local check: ``` # sha1sum windows-11-iot-enterprise-aarch64-9.raw Segmentation fault ``` Tried also `md5sum` and just `sum`, but same :/ I'll switch to checking just for the...
@sboeuf i was just copying the image already, but got a segfault. Seems the CI host needs a reboot. The image is under `~/weltling` there. I can copy it once...
@sboeuf thanks for killing the blocking run.
> > For the image size - the official space requrement is at least 64 GB https://docs.microsoft.com/en-us/windows/whats-new/windows-11-requirements so i was pulling the image that complies with that. Indeed, the size...