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 #166

Merged
merged 1 commit into from
Aug 17, 2021
Merged

🚀 Add-on CI improvements #166

merged 1 commit into from
Aug 17, 2021

Conversation

frenck
Copy link
Member

@frenck frenck commented Aug 17, 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 17, 2021
@frenck frenck merged commit a2b94dc into main Aug 17, 2021
@frenck frenck deleted the frenck-2021-2267 branch August 17, 2021 19:45
@github-actions github-actions bot locked and limited conversation to collaborators Aug 19, 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.

1 participant