Skip to content

Remove cache from 'Release to Docker' workflow as unused - #681

Merged
hechen-eng merged 1 commit into
livekit:mainfrom
ScottBrenner:patch-1
May 21, 2026
Merged

Remove cache from 'Release to Docker' workflow as unused#681
hechen-eng merged 1 commit into
livekit:mainfrom
ScottBrenner:patch-1

Conversation

@ScottBrenner

@ScottBrenner ScottBrenner commented May 9, 2026

Copy link
Copy Markdown
Contributor

The latest execution of this workflow did not leverage a cache - https://github.com/livekit/sip/actions/runs/24797926357/job/72572555591#step:3:15

Cache not found for input keys: Linux-sip-593514dd3523853c5ce90ca9cdc53675ba051e676e5c808c8637493462e4e6d7, Linux-sip

Due to frequent cache creations from other workflows, caches are often evicted as noted on https://github.com/livekit/sip/actions/caches

Approaching total cache storage limit (10.27 GB of 10 GB Used)
Least recently used caches will be automatically evicted to limit the total cache storage to 10 GB

Along with the infrequent executions of the 'Release to Docker' workflow, any cache created would likely be evicted before it could be utilized. So, proposing removing the cache step from the 'Release to Docker' workflow as unused.

Closes #433.

@ScottBrenner
ScottBrenner requested a review from a team as a code owner May 9, 2026 04:09
@codecov

codecov Bot commented May 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.20%. Comparing base (0460b40) to head (b3460a8).
⚠️ Report is 279 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #681      +/-   ##
==========================================
- Coverage   65.25%   65.20%   -0.05%     
==========================================
  Files          51       40      -11     
  Lines        6588     7306     +718     
==========================================
+ Hits         4299     4764     +465     
- Misses       1915     2083     +168     
- Partials      374      459      +85     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ScottBrenner ScottBrenner mentioned this pull request May 9, 2026
1 task
@ScottBrenner

Copy link
Copy Markdown
Contributor Author

Hey @davidzhao spare a moment to review?

@hechen-eng hechen-eng left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me 👍

@hechen-eng
hechen-eng merged commit d994386 into livekit:main May 21, 2026
5 checks passed
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.

2 participants