-
Notifications
You must be signed in to change notification settings - Fork 906
Adding knob to enable agent to use Node24 when task has handler data #5396
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
Merged
Conversation
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
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
tarunramsinghani
approved these changes
Nov 13, 2025
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
sanjuyadav24
approved these changes
Nov 14, 2025
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
dassayantan24
approved these changes
Nov 14, 2025
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
tarunramsinghani
approved these changes
Nov 14, 2025
Contributor
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
tarunramsinghani
approved these changes
Nov 14, 2025
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.
Context
Adding a new Knob UseNode24withHandlerData to enable the agent to use Node24 to execute task when the task contains node24 handler data
Description
The useNode24 knob force the agent to use node24 whenever it is set to true, but this new knob will enable the agent to use node24 for the tasks having node24 handler data whenever the knob is set to true.
Risk Assessment (Low / Medium / High)
Low
Unit Tests Added or Updated (Yes / No)
No
Additional Testing Performed
Manually tested by running pipelines:
1>Pipeline run when knob is set to true and the task has node24 handler data: https://dev.azure.com/surajitshil/Node-24-upgrade/_build/results?buildId=631&view=logs&j=12f1170f-54f2-53f3-20dd-22fc7dff55f9&t=5d3634a4-ef33-4832-abf3-f549cb5b2801
2>Pipeline run when the knovb is not set and the task has node24 handler data: https://dev.azure.com/surajitshil/Node-24-upgrade/_build/results?buildId=638&view=logs&s=96ac2280-8cb4-5df5-99de-dd2da759617d
Change Behind Feature Flag (Yes / No)
Yes
Tech Design / Approach
This Knob is introduced to provide flexibility to users to use Node24.
Documentation Changes Required (Yes/No)
Yes
Logging Added/Updated (Yes/No)
NA
Telemetry Added/Updated (Yes/No)
NA
Rollback Scenario and Process (Yes/No)
NA
Dependency Impact Assessed and Regression Tested (Yes/No)
NA