exceptionfactory commented on PR #11376: URL: https://github.com/apache/nifi/pull/11376#issuecomment-4844112453
> > Have you observed particular problems that prompted these changes? > > Apache has a shared pool of GitHub Action runners. The shared pool is regularly hitting the limits, queuing jobs of all Apache repositories. > > For instance, it will avoid to have 2 times the same build for the same changes for dependabot branches: <img alt="image" width="2000" height="247" src="https://private-user-images.githubusercontent.com/1105127/615179718-7f8a2f3c-1536-43fb-9d04-6bc44b914d36.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODI4MjcwNzgsIm5iZiI6MTc4MjgyNjc3OCwicGF0aCI6Ii8xMTA1MTI3LzYxNTE3OTcxOC03ZjhhMmYzYy0xNTM2LTQzZmItOWQwNC02YmM0NGI5MTRkMzYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDYzMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA2MzBUMTMzOTM4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZDA0NjBjZjAwZjhkNWI2MzJmYzBlYjIwNmYxZmNjMDFlYmQyODA5NTQ2MzY5YzJhMjJhZmJmMTVhNjBkZGZhYyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGcG5nIn0.HPUeZgoVpPYGhdFZ_x6hmB9Hi315NaV-sAAwkPuNVo8"> Thanks, I have noticed that specifically with `dependabot` as well. Most pull requests come from forks, so they don't trigger this problem. It would be great if the changes could be narrowed to the primary repository, and not applied to forks, which should address `dependabot` and any similar issues. Do you have any thoughts about such an approach? -- 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]
