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

CI: use actions/cache instead of actions/upload-artifact for builders #780

Open
msune opened this issue May 4, 2024 · 1 comment
Open
Assignees

Comments

@msune
Copy link
Contributor

msune commented May 4, 2024

Currently actions/upload-artifact is used to pass cached builders between stage1 and stage2 of the CI.

Pipeline times would be shorter using Github Cache Action.

This is fairly low-prio, as the pipeline volume is relatively low.

@msune
Copy link
Contributor Author

msune commented May 4, 2024

@paololucente please tag as Enhancement (and likely add a label called CI if it doesn't exist)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants