-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Node 24 upgrade for NodeTaskRunnerInstaller and L0 tests #21653
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
Node 24 upgrade for NodeTaskRunnerInstaller and L0 tests #21653
Conversation
…oft/azure-pipelines-tasks into users/rajmishra/NodeTasks
…oft/azure-pipelines-tasks into users/rajmishra/NodeTasks
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
sanjuyadav24
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as Node6,10,16 all are already installed in agent node versions are not getting installed in canarytest, please share how is this tested that node installation is working as expected
…-tasks into users/rajmishra/NodeTaskRunnerInstallerFix
Updated Testing details |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
…github.com/microsoft/azure-pipelines-tasks into users/rajmishra/NodeTaskRunnerInstallerFix
|
/azp run |
|
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Context
Describe the context or motivation for this PR. Include links to any related Azure DevOps Work Items or GitHub issues.
📌 How to link to ADO Work Items
AB#2340637
AB#2345214
Task Name
Name of the updated or newly created pipeline task.
NodeTaskRunnerInstaller
Description
Summarize the changes made in this PR clearly and concisely.
Node 24 migration for task and L0 Tests implementation
Risk Assessment (Low / Medium / High)
Assess the level of risk and provide reasoning (e.g., scope, impact, backward compatibility).
Change Behind Feature Flag (Yes / No)
Can this change be behine feature flag, if not why?
No, only tests related changes
Tech Design / Approach
Documentation Changes Required (Yes/No)
Indicate whether related documentation needs to be updated.
Design document
Unit Tests Added or Updated (Yes / No)
Indicate whether unit tests were added or modified to reflect these changes.
Yes
Additional Testing Performed
List all other tests performed (manual or automated, including integration, regression, scenario tests, etc.).
Tested in Devfabric following below steps:
pool: Default
jobs:
job: InstallNodeVersions
displayName: Install Node.js Versions
steps:
displayName: 'Install Node.js 6'
inputs:
nodeVersion: '6' `
Node 6:

Node 10:

Node 16:

Logging Added/Updated (Yes/No)
No
Telemetry Added/Updated (Yes/No)
No
Rollback Scenario and Process (Yes/No)
Dependency Impact Assessed and Regression Tested (Yes/No)
Checklist