Skip to content

Commit 8f7f030

Browse files
Sync eng/common directory with azure-sdk-tools for PR 12604 (Azure#3251)
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#12604 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: Mike Harder <[email protected]>
1 parent 835071f commit 8f7f030

File tree

1 file changed

+7
-0
lines changed
  • eng/common/pipelines/templates/jobs

1 file changed

+7
-0
lines changed

eng/common/pipelines/templates/jobs/perf.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,16 @@ jobs:
105105
- Name: ${{ parameters.LanguageRepoName }}
106106
Commitish: ${{ parameters.LanguageRepoCommitish }}
107107
WorkingDirectory: $(System.DefaultWorkingDirectory)
108+
109+
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
110+
parameters:
111+
Paths:
112+
- 'tools/perf-automation/Azure.Sdk.Tools.PerfAutomation'
113+
Repositories:
108114
- Name: Azure/azure-sdk-tools
109115
Commitish: ${{ parameters.ToolsRepoCommitish }}
110116
WorkingDirectory: $(System.DefaultWorkingDirectory)/azure-sdk-tools
117+
SkipCheckoutNone: true
111118

112119
- template: /eng/common/pipelines/templates/steps/verify-agent-os.yml
113120
parameters:

0 commit comments

Comments
 (0)