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

Sync eng/common directory with azure-sdk-tools for PR 10038 #40283

Merged
merged 5 commits into from
Apr 1, 2025

Conversation

azure-sdk
Copy link
Collaborator

Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#10038 See eng/common workflow

@azure-sdk azure-sdk requested review from Copilot and scbedd March 29, 2025 01:34
@azure-sdk azure-sdk requested a review from a team as a code owner March 29, 2025 01:34
@azure-sdk azure-sdk added EngSys This issue is impacting the engineering system. Central-EngSys This issue is owned by the Engineering System team. labels Mar 29, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR synchronizes the eng/common pipeline templates with updates from azure-sdk-tools for PR 10038. The changes include the introduction of a new parameter "PreTestSteps" and its subsequent integration into the pipeline steps layout.

Files not reviewed (1)
  • eng/common/scripts/Package-Properties.ps1: Language not supported
Comments suppressed due to low confidence (2)

eng/common/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml:14

  • The parameter 'PreTestSteps' is declared as type 'object' with a default value of an empty list. If this parameter is intended to represent a list of steps, consider declaring it as a list (e.g., object[] or array) to better reflect its expected structure.
    type: object

eng/common/pipelines/templates/stages/archetype-sdk-tool-pwsh.yml:42

  • When inserting 'PreTestSteps' into the steps array, verify that its expansion produces the intended YAML structure. If 'PreTestSteps' is an array of steps, the current usage with an extra dash may introduce an unwanted level of nesting.
          - ${${ parameters.PreTestSteps }}

@azure-sdk azure-sdk force-pushed the sync-eng/common-further-package-props-tests-10038 branch from cf5288f to 996eb14 Compare April 1, 2025 21:06
@scbedd scbedd merged commit c7c0b3a into main Apr 1, 2025
17 checks passed
@scbedd scbedd deleted the sync-eng/common-further-package-props-tests-10038 branch April 1, 2025 22:37
weirongw23-msft pushed a commit to weirongw23-msft/azure-sdk-for-python that referenced this pull request Apr 4, 2025
)

* add a category to parse triggerPaths when there is no artifact present (this is the go use-case)
* add integration tests for Save-Package-Properties scenarios
* bugfixes around various situations in new PackageProps class

---------

Co-authored-by: Scott Beddall <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Central-EngSys This issue is owned by the Engineering System team. EngSys This issue is impacting the engineering system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants