refactor(runner-providers): centralize dynamic label selection - #5256
Closed
edersonbrilhante wants to merge 0 commit into
Closed
refactor(runner-providers): centralize dynamic label selection#5256edersonbrilhante wants to merge 0 commit into
edersonbrilhante wants to merge 0 commit into
Conversation
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 7, 2026 21:42
61e4aa2 to
a638a13
Compare
edersonbrilhante
force-pushed
the
refactor-dynamic-label-provider-contract
branch
from
August 7, 2026 21:42
bf1ff57 to
a2f0935
Compare
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
from
August 12, 2026 22:47
a638a13 to
2384430
Compare
edersonbrilhante
force-pushed
the
refactor-dynamic-label-provider-contract
branch
from
August 12, 2026 23:05
a2f0935 to
55ef5be
Compare
edersonbrilhante
force-pushed
the
feat-microvm-runner-provider
branch
3 times, most recently
from
August 13, 2026 11:13
11c97de to
fa2e601
Compare
edersonbrilhante
force-pushed
the
refactor-dynamic-label-provider-contract
branch
from
August 13, 2026 11:13
55ef5be to
fa2e601
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
DynamicLabelProviderto provider-owned validation throughgetViolationsThis PR is stacked on #5255 and should be reviewed after it.
Test Plan
yarn vitest run(58 files, 869 tests passed)yarn eslint libs/runner-providersyarn prettier --check "libs/runner-providers/**/*.ts"yarn workspace @aws-github-runner/webhook buildgit diff --checkRelated Issues
Depends on #5255.