-
Notifications
You must be signed in to change notification settings - Fork 178
ci: actions/compile: : retain OSTree commit artifacts #1406
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
base: master
Are you sure you want to change the base?
Conversation
|
Please use |
|
@lumag below is fine? nightly builds: retain OSTree commit artifacts Nightly builds currently discard OSTree commit archives, making it Signed-off-by: Shravan Kumar shrkum@qti.qualcomm.com |
|
The change is on the compile actions and they will deployed whenever the file
|
lumag
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/were not preserved/are not preserved/.
LGTM otherwise.
OSTree commit archives generated during builds are not being preserved, making it difficult to inspect, debug, or reuse build outputs when such artifacts are produced. Retain OSTree commit artifacts whenever they are available, while remaining compatible with configurations that do not generate them. Signed-off-by: Shravan Kumar <shrkum@qti.qualcomm.com>
Done |
Include *.rootfs.ostreecommit.tar.xz files in the artifact staging and upload process for nightly builds. This ensures OSTree commit archives are preserved alongside other build artifacts.
The find command pattern is added to the symbolic link copy operation, which will gracefully handle cases where ostreecommit files are not present for certain machine configurations.
Files matching this pattern will be: