Skip to content

Commit

Permalink
Merge 20c3c14 into 9a974cc
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp authored Sep 12, 2022
2 parents 9a974cc + 20c3c14 commit 44d7389
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/code-quality-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
SkipDefaultCheckout: true
SkipCheckoutNone: true
Paths: $(SparseCheckoutDirectories)

- task: PowerShell@2
Expand Down
14 changes: 7 additions & 7 deletions eng/pipelines/docindex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Sync docs repo onboarding files/folders
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
SkipDefaultCheckout: true
SkipCheckoutNone: true
Paths:
- package.json
- metadata/
Expand Down Expand Up @@ -47,8 +47,8 @@ jobs:
filePath: eng/common/scripts/Service-Level-Readme-Automation.ps1
arguments: >-
-DocRepoLocation $(DocRepoLocation)
-TenantId '$(opensource-aad-tenant-id)'
-ClientId '$(opensource-aad-app-id)'
-TenantId '$(opensource-aad-tenant-id)'
-ClientId '$(opensource-aad-app-id)'
-ClientSecret '$(opensource-aad-secret)'
displayName: Generate Service Level Readme

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
DailyBranchVariableName: DailyDocsBranchName
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
SkipDefaultCheckout: true
SkipCheckoutNone: true
Paths:
- package.json
- metadata/
Expand All @@ -90,7 +90,7 @@ jobs:
Repositories:
- Name: azure-sdk/$(DocRepoName)
WorkingDirectory: $(DailyDocRepoLocation)

# Docs daily updates is supposed to download packages from public feed repository, so we have to specify additional repositories in a POM or the profile.
# Here is maven documentation: https://maven.apache.org/guides/mini/guide-multiple-repositories.html
- powershell: |
Expand All @@ -117,8 +117,8 @@ jobs:
filePath: eng/common/scripts/Service-Level-Readme-Automation.ps1
arguments: >-
-DocRepoLocation $(DailyDocRepoLocation)
-TenantId '$(opensource-aad-tenant-id)'
-ClientId '$(opensource-aad-app-id)'
-TenantId '$(opensource-aad-tenant-id)'
-ClientId '$(opensource-aad-app-id)'
-ClientSecret '$(opensource-aad-secret)'
displayName: Generate Service Level Readme
- task: Powershell@2
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/templates/jobs/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
Paths: $(SparseCheckoutDirectories)
SkipDefaultCheckout: true
SkipCheckoutNone: true

- ${{ parameters.PreBuildSteps }}

Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
Paths: $(SparseCheckoutDirectories)
SkipDefaultCheckout: true
SkipCheckoutNone: true

- template: /eng/common/pipelines/templates/steps/check-spelling.yml
parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ stages:
path: azure-sdk-build-tools
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
SkipDefaultCheckout: true
SkipCheckoutNone: true
Repositories:
- Name: Azure/azure-sdk-for-java
Commitish: $(Build.SourceVersion)
Expand Down Expand Up @@ -411,7 +411,7 @@ stages:
path: azure-sdk-build-tools
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
SkipDefaultCheckout: true
SkipCheckoutNone: true
Repositories:
- Name: Azure/azure-sdk-for-java
Commitish: $(Build.SourceVersion)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ stages:
path: azure-sdk-build-tools
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
SkipDefaultCheckout: true
SkipCheckoutNone: true
Repositories:
- Name: Azure/azure-sdk-for-java
Commitish: $(Build.SourceVersion)
Expand Down Expand Up @@ -247,7 +247,7 @@ stages:
steps:
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
SkipDefaultCheckout: true
SkipCheckoutNone: true
Paths:
- sdk
- common/perf-test-core
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ stages:
path: azure-sdk-build-tools
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
SkipDefaultCheckout: true
SkipCheckoutNone: true
Repositories:
- Name: Azure/azure-sdk-for-java
Commitish: $(Build.SourceVersion)
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/templates/stages/archetype-java-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ stages:
path: azure-sdk-build-tools
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
SkipDefaultCheckout: true
SkipCheckoutNone: true
Repositories:
- Name: Azure/azure-sdk-for-java
Commitish: $(Build.SourceVersion)
Expand Down Expand Up @@ -382,7 +382,7 @@ stages:
path: azure-sdk-build-tools
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
SkipDefaultCheckout: true
SkipCheckoutNone: true
Repositories:
- Name: Azure/azure-sdk-for-java
Commitish: $(Build.SourceVersion)
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/templates/stages/archetype-sdk-client-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ stages:
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
Paths: $(SparseCheckoutDirectories)
SkipDefaultCheckout: true
SkipCheckoutNone: true

- script: |
pip install markdown2 BeautifulSoup4
Expand Down Expand Up @@ -237,7 +237,7 @@ stages:
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
Paths: $(SparseCheckoutDirectories)
SkipDefaultCheckout: true
SkipCheckoutNone: true

- template: /eng/common/pipelines/templates/steps/check-spelling.yml
parameters:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ steps:
- ${{ if not(contains(variables['Build.DefinitionName'], 'java-pr')) }}:
- template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
parameters:
SkipDefaultCheckout: true
SkipCheckoutNone: true
Paths: $(SparseCheckoutDirectories)

0 comments on commit 44d7389

Please sign in to comment.