[FLINK-39038][infra] Limit GitHub actions max parallelism and workflow triggers#4263
Merged
lvyanquan merged 2 commits intoapache:masterfrom Feb 9, 2026
Merged
[FLINK-39038][infra] Limit GitHub actions max parallelism and workflow triggers#4263lvyanquan merged 2 commits intoapache:masterfrom
lvyanquan merged 2 commits intoapache:masterfrom
Conversation
Member
Author
|
Hi @lvyanquan, PTAL when you have time. |
lvyanquan
reviewed
Feb 6, 2026
Hisoka-X
reviewed
Feb 9, 2026
Comment on lines
+24
to
+28
| on: | ||
| pull_request: | ||
| branches: | ||
| - master | ||
| - release-* |
Member
There was a problem hiding this comment.
This change make label action broken. Fix it in #4268
Hisoka-X
reviewed
Feb 9, 2026
| runs-on: ubuntu-latest | ||
| timeout-minutes: 120 | ||
| strategy: | ||
| max-parallel: 20 |
Member
There was a problem hiding this comment.
Modifying the parallelism settings does not solve the resource limitations of the action runner under the Apache organization. Perhaps we can consider moving the action execution to the contributor's fork repository (which is completely free). This would avoid Apache's limitations, and this approach is currently used in both Spark and SeaTunnel. @yuxiqian @lvyanquan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This closes FLINK-39038 by limiting GHA max execution parallelism and potentially vulnerable workflow triggers.