[release/v7.2] Make some release tests run in a hosted pools#24400
Merged
TravisEz13 merged 1 commit intoPowerShell:release/v7.2from Oct 8, 2024
Merged
[release/v7.2] Make some release tests run in a hosted pools#24400TravisEz13 merged 1 commit intoPowerShell:release/v7.2from
TravisEz13 merged 1 commit intoPowerShell:release/v7.2from
Conversation
Contributor
|
📣 Hey @TravisEz13, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗 https://aka.ms/PSRepoFeedback |
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
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.
Backport #24270
This pull request includes several changes to the
.pipelines/PowerShell-Release-Official.ymland.pipelines/templates/release-validate-sdk.ymlfiles to improve the pipeline configuration and job execution. The most important changes include adding pool names and image names for different SDK validation jobs, updating pool and image parameters, and refining the handling of repository paths and NuGet configuration.Pipeline configuration improvements:
.pipelines/PowerShell-Release-Official.yml: AddedpoolNameandimageNameparameters for Windows, MacOS, and Linux SDK validation jobs. ([.pipelines/PowerShell-Release-Official.ymlL114-R130](https://github.com/PowerShell/PowerShell/pull/24400/files#diff-b25fb4a8cfad5e36ba1c9c9c7cbe494fce4eed0067878610ebb12ffcab7e41cdL114-R130)).pipelines/PowerShell-Release-Official.yml: Added a new variable groupPoolNames. ([.pipelines/PowerShell-Release-Official.ymlR54](https://github.com/PowerShell/PowerShell/pull/24400/files#diff-b25fb4a8cfad5e36ba1c9c9c7cbe494fce4eed0067878610ebb12ffcab7e41cdR54))Job parameter updates:
.pipelines/templates/release-validate-sdk.yml: ReplacedjobtypewithpoolNameandimageNameparameters to better specify the job environment. ([.pipelines/templates/release-validate-sdk.ymlL4-R32](https://github.com/PowerShell/PowerShell/pull/24400/files#diff-7fd1753df22414f945db9dae9369e8d700d930705d20e4e3fbff38eef3f4a433L4-R32)).pipelines/templates/release-validate-sdk.yml: Updated job pool configuration to use the newpoolNameandimageNameparameters. ([.pipelines/templates/release-validate-sdk.ymlL4-R32](https://github.com/PowerShell/PowerShell/pull/24400/files#diff-7fd1753df22414f945db9dae9369e8d700d930705d20e4e3fbff38eef3f4a433L4-R32))Repository path and NuGet configuration refinements:
.pipelines/templates/release-validate-sdk.yml: Unified repository path handling by removing conditional logic for MacOS. ([[1]](https://github.com/PowerShell/PowerShell/pull/24400/files#diff-7fd1753df22414f945db9dae9369e8d700d930705d20e4e3fbff38eef3f4a433L47-R49),[[2]](https://github.com/PowerShell/PowerShell/pull/24400/files#diff-7fd1753df22414f945db9dae9369e8d700d930705d20e4e3fbff38eef3f4a433L82-R84)).pipelines/templates/release-validate-sdk.yml: Added logic to handle different NuGet configuration paths and ensure correct file updates. ([.pipelines/templates/release-validate-sdk.ymlL104-R116](https://github.com/PowerShell/PowerShell/pull/24400/files#diff-7fd1753df22414f945db9dae9369e8d700d930705d20e4e3fbff38eef3f4a433L104-R116)).pipelines/templates/release-validate-sdk.yml: Added a step to insert NuGet config for Azure feed. ([.pipelines/templates/release-validate-sdk.ymlL4-R32](https://github.com/PowerShell/PowerShell/pull/24400/files#diff-7fd1753df22414f945db9dae9369e8d700d930705d20e4e3fbff38eef3f4a433L4-R32))