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

🚀 Add-on CI improvements #71

Merged
merged 1 commit into from
Aug 11, 2021
Merged

🚀 Add-on CI improvements #71

merged 1 commit into from
Aug 11, 2021

Conversation

frenck
Copy link
Member

@frenck frenck commented Aug 11, 2021

Proposed Changes

A couple of CI improvements for the Community add-ons.

  • Docker build cache restored from GitHub, no longer takes the ref into account, this allows re-use of the cache in more cases. Lets Docker figures it out (which is what our Dockerfiles are optimized for).
  • Applied the same to the deploy, allowing the deploy to use the same cache from the CI.
  • Prevents GitHub cache artifacts to grow forever. This is a known issue, however, this PR applies a workaround.
  • Fix applied to the label checker, to ensure it works for forked repositories as well.

@frenck frenck added the ci Work that improves the continue integration. label Aug 11, 2021
@frenck frenck merged commit 47fbecf into main Aug 11, 2021
@frenck frenck deleted the frenck-2021-2157 branch August 11, 2021 16:13
@github-actions github-actions bot locked and limited conversation to collaborators Aug 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ci Work that improves the continue integration.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant