ci: kill stale gpg-agent and locks before Codecov upload on Mac runners#3269
Conversation
The self-hosted Mac runners accumulate stale keyboxd locks between runs, causing GPG signature verification to hang/fail in the Codecov action. Running gpgconf --kill all before the upload step clears any stale locks. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Kill the gpg-agent AND remove stale .lock files from the keyboxd database directory, which is the actual cause of the "waiting for lock" errors on self-hosted runners. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v3.1-dev #3269 +/- ##
============================================
- Coverage 69.39% 67.47% -1.92%
============================================
Files 3292 3292
Lines 257616 258981 +1365
============================================
- Hits 178763 174747 -4016
- Misses 78853 84234 +5381
🚀 New features to boost your workflow:
|
Summary
gpgconf --kill allbefore the Codecov upload step on Mac runnerskeyboxdlocks between runs, causing GPG signature verification to hang withdatabase_open waiting for lockerrorsTest plan
🤖 Generated with Claude Code