Self-Healing CI - CI/CD用語集の定義
自己修復 CI は、一時的または機械的な失敗(OOM、ディスク満杯、ネットワークタイムアウト)を自動的に検出、修正、再試行し、それらが人の手に届くことがないようにします。
関連ガイド
Self-Healing CI: Recovering from OOM-Killed Jobs (Exit 137)Out-of-memory kills (exit 137) are mechanical, not code bugs. See the manual fix and how self-healing CI auto…
How to Retry a Failed Step or Job in GitHub ActionsHow to retry failed GitHub Actions steps and jobs - manual re-runs, retry actions with backoff, and automatic…
Migrate to Latchkey in 10 MinutesMove your GitHub Actions to Latchkey managed runners in about 10 minutes: connect the app, swap a label, and…