Skip to content

Commit

Permalink
{CI} Migrate azure cli extensions pipelines (Azure#4893)
Browse files Browse the repository at this point in the history
* test migrate azure-pipelines.yml

* Update azure-pipelines.yml
  • Loading branch information
wangzelin007 authored Sep 27, 2022
1 parent 163e5be commit 6f45ef4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- job: CredScan
displayName: "Credential Scan"
pool:
vmImage: "windows-2019"
name: 'pool-windows-2019'
steps:
- task: ms-codeanalysis.vss-microsoft-security-code-analysis-devops.build-task-credscan.CredScan@2
displayName: 'Run Credential Scanner'
Expand All @@ -37,7 +37,7 @@ jobs:
- job: CheckLicenseHeader
displayName: "Check License"
pool:
vmImage: 'ubuntu-20.04'
name: 'pool-ubuntu-2004'
steps:
- task: UsePythonVersion@0
displayName: 'Use Python 3.10'
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- job: StaticAnalysis
displayName: "Static Analysis"
pool:
vmImage: 'ubuntu-20.04'
name: 'pool-ubuntu-2004'
steps:
- task: UsePythonVersion@0
displayName: 'Use Python 3.6'
Expand All @@ -82,7 +82,7 @@ jobs:
- job: IndexVerify
displayName: "Verify Extensions Index"
pool:
vmImage: 'ubuntu-20.04'
name: 'pool-ubuntu-2004'
steps:
- task: UsePythonVersion@0
displayName: 'Use Python 3.10'
Expand All @@ -99,7 +99,7 @@ jobs:
- job: SourceTests
displayName: "Integration Tests, Build Tests"
pool:
vmImage: 'ubuntu-20.04'
name: 'pool-ubuntu-2004'
strategy:
matrix:
Python38:
Expand All @@ -125,7 +125,7 @@ jobs:
displayName: "CLI Linter on Modified Extensions"
condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest'))
pool:
vmImage: 'ubuntu-20.04'
name: 'pool-ubuntu-2004'
steps:
- task: UsePythonVersion@0
displayName: 'Use Python 3.10'
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- job: IndexRefDocVerify
displayName: "Verify Ref Docs"
pool:
vmImage: 'ubuntu-20.04'
name: 'pool-ubuntu-2004'
steps:
- task: UsePythonVersion@0
displayName: 'Use Python 3.10'
Expand Down

0 comments on commit 6f45ef4

Please sign in to comment.