Skip to content
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

report package cache contents at each stage of CI #3964

Merged
merged 1 commit into from Dec 3, 2023

Conversation

deitch
Copy link
Collaborator

@deitch deitch commented Dec 3, 2023

- What I did

We have been having some issues with packages built in previous stages of CI, and cached, not showing up during build. The cache contents do cache and restore, apparently correctly, so this doesn't make sense.

I added lkt cache ls after building packages (before upload) and before each testing stage, so we can see if the contents make sense.

I probably will merge this in; it doesn't hurt.

- How I did it

Added a step to most of ci.yaml

- How to verify it

Let CI run.

- Description for the changelog

better output reporting during CI

Signed-off-by: Avi Deitcher <avi@deitcher.net>
@deitch deitch merged commit 87bbbd1 into linuxkit:master Dec 3, 2023
22 checks passed
@deitch deitch deleted the list-package-cache-during-tests branch December 3, 2023 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant