Shutdown the scaleset when runner is deprecated (#4404)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -12,6 +12,9 @@ const (
|
||||
const (
|
||||
EnvVarRunnerJITConfig = "ACTIONS_RUNNER_INPUT_JITCONFIG"
|
||||
EnvVarRunnerExtraUserAgent = "GITHUB_ACTIONS_RUNNER_EXTRA_USER_AGENT"
|
||||
// Environment variable setting the exit code to return when the runner version is deprecated.
|
||||
// This is used by the runner to signal to the controller that it should switch off the scaleset.
|
||||
EnvVarRunnerDeprecatedExitCode = "ACTIONS_RUNNER_RETURN_VERSION_DEPRECATED_EXIT_CODE"
|
||||
)
|
||||
|
||||
// Environment variable names used to set proxy variables for containers
|
||||
|
||||
Reference in New Issue
Block a user