Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 73f4f53defca37fc959a4ec5d789e8095e34ef96
      
https://github.com/tianocore/edk2/commit/73f4f53defca37fc959a4ec5d789e8095e34ef96
  Author: Mike Beaton <[email protected]>
  Date:   2025-12-01 (Mon, 01 Dec 2025)

  Changed paths:
    M .azurepipelines/templates/basetools-build-steps.yml
    M .azurepipelines/templates/platform-build-run-steps.yml
    M .azurepipelines/templates/pr-gate-steps.yml

  Log Message:
  -----------
  .azurepipelines: Upgrade CmdLine@1 to CmdLine@2

During CI, Azure Pipelines is producing warnings such as:

```
Task 'Command Line' version 1 (CmdLine@1) is dependent on a Node
version (6) that is end-of-life. Contact the extension owner for
an updated version of the task. Task maintainers should review
Node upgrade guidance: https://aka.ms/node-runner-guidance

Build_GCC5 TARGET_CRYPTO_RELEASE • Initialize job
```

Here we upgrade CmdLine@1 to CmdLine@2, which is the current latest
version listed at:
https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/

From a quick check with grep, all other tasks in use, namely

```
- task: CopyFiles@2
- task: PublishBuildArtifacts@1
- task: PublishTestResults@2
```

are already at latest versions, except for `NodeTool@0` which is
updated in the following commit.

Signed-off-by: Mike Beaton <[email protected]>


  Commit: d22277be6e8ca461396ed443bbe0e9db19a0c3bf
      
https://github.com/tianocore/edk2/commit/d22277be6e8ca461396ed443bbe0e9db19a0c3bf
  Author: Mike Beaton <[email protected]>
  Date:   2025-12-01 (Mon, 01 Dec 2025)

  Changed paths:
    M .azurepipelines/templates/spell-check-prereq-steps.yml

  Log Message:
  -----------
  .azurepipelines: Upgrade NodeTool@0 to UseNode@1

In addition to upgrading from CmdLine@1 to CmdLine@2 in
the previous commit, there is one further Azure Pipelines
task in use in CI which is as of now has a newer version
available:

https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/node-tool-v0
https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/use-node-v1

so we upgrade that in this commit.

Note that `checkLatest` is described in exactly the same terms
in both versions, so it is assumed that the commented out line
`#checkLatest: false # Optional` is valid to leave in place for
commenting in if required.

Signed-off-by: Mike Beaton <[email protected]>


  Commit: e15fd3af7275eed486f322f6e33a32a5bec2d63a
      
https://github.com/tianocore/edk2/commit/e15fd3af7275eed486f322f6e33a32a5bec2d63a
  Author: Mike Beaton <[email protected]>
  Date:   2025-12-01 (Mon, 01 Dec 2025)

  Changed paths:
    M .azurepipelines/templates/spell-check-prereq-steps.yml
    M DynamicTablesPkg/DynamicTablesPkg.ci.yaml

  Log Message:
  -----------
  DynamicTablesPkg,.azurepipelines: Upgrade Node from 14.x to LTS 24.x

Apparently cspell was not properly working with the previous node
version, which means some cspell failures have crept in, so we also
introduce new required spellcheck exceptions:

cavium
https://github.com/tianocore/edk2/blob/2f644968bdc09a2571e63d3c09c429abbede8a3a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Arm/Iort/SmmuV3Parser.c#L373

eventq
https://github.com/tianocore/edk2/blob/2f644968bdc09a2571e63d3c09c429abbede8a3a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Arm/Iort/SmmuV3Parser.c#L352

gerror
https://github.com/tianocore/edk2/blob/2f644968bdc09a2571e63d3c09c429abbede8a3a/DynamicTablesPkg/Library/FdtHwInfoParserLib/Arm/Iort/SmmuV3Parser.c#L356

All introduced in 954ee29013899ebdc9c263b3bd6268015dafc07a .

Continuous-integration-options: PatchCheck.ignore-multi-package

Signed-off-by: Mike Beaton <[email protected]>


Compare: https://github.com/tianocore/edk2/compare/7410754041bb...e15fd3af7275

To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to