mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 20:21:02 +00:00
Propagate runner scale set name annotation to EphemeralRunner (#3098)
This commit is contained in:
committed by
GitHub
parent
2c0e53951b
commit
48706584fd
@@ -39,7 +39,10 @@ const (
|
||||
// Finalizer used to protect resources from deletion while AutoscalingRunnerSet is running
|
||||
const AutoscalingRunnerSetCleanupFinalizerName = "actions.github.com/cleanup-protection"
|
||||
|
||||
const AnnotationKeyGitHubRunnerGroupName = "actions.github.com/runner-group-name"
|
||||
const (
|
||||
AnnotationKeyGitHubRunnerGroupName = "actions.github.com/runner-group-name"
|
||||
AnnotationKeyGitHubRunnerScaleSetName = "actions.github.com/runner-scale-set-name"
|
||||
)
|
||||
|
||||
// Labels applied to listener roles
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user