adoroszlai commented on PR #10377: URL: https://github.com/apache/ozone/pull/10377#issuecomment-4571903385
> it looks like personal github account has very limited resource than apache account Personal account is [limited](https://docs.github.com/en/actions/reference/limits) to 20 concurrent jobs. For full Ozone CI, that's about 1 commit per hour. Apache organization may have higher limits, but it is shared between many repositories and even more developers. ASF [policy for GitHub Actions](https://infra.apache.org/github-actions-policy.html) imposes limits on resource use. Also, each Apache repo still has limited concurrency, which can be observed when CI for several PRs are in flight or multiple PRs are merged around the same time. Note that both forks and shared repos may be affected by occasional GitHub Actions [outages](https://www.githubstatus.com/), which was the case this week. To iterate faster in your fork when debugging, temporarily disable unrelated jobs and splits on your dev branch (example: https://github.com/adoroszlai/ozone/commit/9a51d892d69bc831088c484b5bdb4ca50ae94597). You may also run integration tests targetedly via [`flaky-test-check`](https://github.com/ChenSammi/ozone/actions/workflows/intermittent-test-check.yml). Also, I think you can disable [`close-stale-prs`](https://github.com/ChenSammi/ozone/actions/workflows/close-stale-prs.yaml) and [`scheduled-label-pull-requests`](https://github.com/ChenSammi/ozone/actions/workflows/schedule-label-pr.yml) in your fork. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
