linux-automation / meta-lxatac

Build your own LXA TAC images and bundles
MIT License
5 stars 15 forks source link

ci: build: upload the RAUC bundle at the end of the build #175

Closed hnez closed 1 month ago

hnez commented 1 month ago

We do not want to be wasteful with the upload traffic we consume, hence why we did not upload any artifacts previously. (The sparse image for the eMMC is ~840Mb and the RAUC bundle ~290Mb).

Being able to test the the generated artifacts would however be super convenient, so upload at least the RAUC bundle for now.

hnez commented 1 month ago

I've manually canceled the build/build job, because currently there is a job running on the scarthgap branch right now that will update the sstate once it is done.

Waiting for that to complete and then re-starting the build process will be faster in total.

hnez commented 1 month ago

It took some iterations but now exactly one RAUC bundle is uploaded if the job succeeded.