feat(runner-config): add provider-aware runner configuration - #5345
Open
edersonbrilhante wants to merge 4 commits into
Open
feat(runner-config): add provider-aware runner configuration#5345edersonbrilhante wants to merge 4 commits into
edersonbrilhante wants to merge 4 commits into
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
from
September 3, 2026 20:00
488340c to
14d150c
Compare
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
from
September 3, 2026 20:03
c979cbb to
4d9e31c
Compare
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
from
September 3, 2026 20:18
4d9e31c to
8ab3925
Compare
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
from
September 3, 2026 21:19
8ab3925 to
1c3e7e3
Compare
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
from
September 3, 2026 21:39
1c3e7e3 to
95e572e
Compare
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
from
September 3, 2026 21:52
95e572e to
8115fe1
Compare
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
from
September 4, 2026 17:59
8115fe1 to
ccd431e
Compare
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
from
September 7, 2026 15:00
ccd431e to
7cfaade
Compare
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
from
September 8, 2026 11:11
7cfaade to
5e15a34
Compare
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
from
September 8, 2026 13:40
5e15a34 to
91ef745
Compare
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
from
September 8, 2026 14:50
91ef745 to
1e88fb6
Compare
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
from
September 8, 2026 15:16
1e88fb6 to
6fe30eb
Compare
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
from
September 8, 2026 15:41
6fe30eb to
7e24a6c
Compare
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
from
September 8, 2026 16:07
7e24a6c to
efcd3bc
Compare
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
from
September 8, 2026 16:11
efcd3bc to
8930289
Compare
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
from
September 8, 2026 16:20
8930289 to
b26a3a6
Compare
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
from
September 8, 2026 17:45
b26a3a6 to
81c99f4
Compare
Base automatically changed from
refactor-orchestration-provider-modules
to
main
September 8, 2026 17:56
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
2 times, most recently
from
September 8, 2026 19:34
06739d1 to
ad27ecc
Compare
edersonbrilhante
force-pushed
the
refactor-runner-config-module
branch
from
September 9, 2026 13:18
ad27ecc to
261d123
Compare
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
modules/runner-configas the common provider-aware composition boundary.Test Plan
Related Issues
Depends on #5344.