Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PipelineFeatureSource CheckIfTaskNodeRunnerIsDeprecated #4924

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Agent.Sdk/Knob/AgentKnobs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ public class AgentKnobs
nameof(CheckIfTaskNodeRunnerIsDeprecated),
"If true, the agent will check in the 'Initialize job' step each task used in the job if this task has node handlers, and all of them are deprecated.",
new RuntimeKnobSource("AZP_AGENT_CHECK_IF_TASK_NODE_RUNNER_IS_DEPRECATED"),
new PipelineFeatureSource("CheckIfTaskNodeRunnerIsDeprecated"),
new BuiltInDefaultKnobSource("false"));

public static readonly Knob EnableNewSecretMasker = new Knob(
Expand Down
Loading