feat(orchestration-providers): add webhook provider modules - #5344
Merged
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
edersonbrilhante
force-pushed
the
refactor-orchestration-provider-modules
branch
2 times, most recently
from
September 3, 2026 20:03
6181a5c to
ced68ef
Compare
edersonbrilhante
force-pushed
the
refactor-orchestration-provider-modules
branch
from
September 3, 2026 20:16
b965de7 to
be1ee32
Compare
edersonbrilhante
force-pushed
the
refactor-orchestration-provider-modules
branch
from
September 3, 2026 21:19
be1ee32 to
0dc70b7
Compare
edersonbrilhante
force-pushed
the
refactor-orchestration-provider-modules
branch
from
September 3, 2026 21:39
0dc70b7 to
19f105a
Compare
edersonbrilhante
force-pushed
the
refactor-orchestration-provider-modules
branch
from
September 3, 2026 21:52
19f105a to
1426f46
Compare
edersonbrilhante
force-pushed
the
refactor-orchestration-provider-modules
branch
from
September 4, 2026 17:59
1426f46 to
2cdf04e
Compare
edersonbrilhante
force-pushed
the
refactor-orchestration-provider-modules
branch
from
September 7, 2026 15:00
2cdf04e to
5a40207
Compare
edersonbrilhante
force-pushed
the
refactor-orchestration-provider-modules
branch
2 times, most recently
from
September 8, 2026 13:40
c4baaef to
b37ca14
Compare
edersonbrilhante
force-pushed
the
refactor-orchestration-provider-modules
branch
from
September 8, 2026 14:50
b37ca14 to
0a0115f
Compare
edersonbrilhante
force-pushed
the
refactor-orchestration-provider-modules
branch
from
September 8, 2026 15:16
0a0115f to
8683409
Compare
edersonbrilhante
force-pushed
the
refactor-orchestration-provider-modules
branch
from
September 8, 2026 15:41
8683409 to
5f87b81
Compare
edersonbrilhante
force-pushed
the
refactor-orchestration-provider-modules
branch
from
September 8, 2026 16:07
5f87b81 to
e789930
Compare
edersonbrilhante
force-pushed
the
refactor-orchestration-provider-modules
branch
from
September 8, 2026 16:11
e789930 to
cbd23e1
Compare
edersonbrilhante
force-pushed
the
refactor-orchestration-provider-modules
branch
from
September 8, 2026 16:20
cbd23e1 to
7b91976
Compare
edersonbrilhante
force-pushed
the
refactor-orchestration-provider-modules
branch
from
September 8, 2026 17:44
7b91976 to
b5fbc44
Compare
Brend-Smits
approved these changes
Sep 8, 2026
Brend-Smits
left a comment
Contributor
There was a problem hiding this comment.
Reviewed the webhook orchestration-provider split. Verified the scale-up lambda env-var contract is preserved exactly, v1's 41 keys equal the union of the 30 kept here and the 11 supplied by the EC2 provider contract (0 dropped / 0 added).
One cross-stack note: scale-up/scale-down here still use the colon-joined PARAMETER_GITHUB_APP_* list transport (#5282), which the in-flight manifest PR replaces; whichever lands second will need to reconcile, and the v2 duplication means that fix has to be applied here too.
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.
Description
Adds the internal webhook orchestration-provider module, including scale-up, scale-down, pool reconciliation, job retry, IAM policies, logging, validation, and provider outputs.
The module consumes the selected compute provider’s contract and keeps provider-specific orchestration resources separate from shared runner configuration and provider selection.
Test Plan
Related Issues
Depends on #5343.