GitHub user yihua created a discussion: [ACTION REQUIRED from contributors] Reducing our GitHub Actions usage: please rebase your open PRs
Hi all, ASF Infra has disabled GitHub Actions on apache/hudi temporarily due to a surge in GitHub Actions runner usage. Nothing can be verified or merged until that comes down. PR #19514 reduces GitHub Actions usage by keeping only the necessary Java CI jobs. This is an interim measure to unblock PR merging. For contributors, two things to act on: 1. Rebase your open PRs onto the latest master after PR #19514 is merged. Checks from the old matrix do not carry over, by design, so a PR will not be mergeable until it has a fresh run. 2. Be deliberate about git pushes. Every push starts a full GitHub Actions run. Please squash and self-review locally, run the relevant module tests before pushing, and avoid re-pushing or re-running jobs just to retrigger CI. Meanwhile, the Java CI in GitHub Actions is being enhanced to provide stronger test coverage, including Spark core tests (#19082), and a more efficient way of running tests on different Spark releases. Follow-ups on a more durable setup are welcome on this thread. Thanks, - Ethan GitHub link: https://github.com/apache/hudi/discussions/19515 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
