Skip to content

Commit

Permalink
{Misc.} Refomat azure pipeline yaml files (#23112)
Browse files Browse the repository at this point in the history
* Reformat

* Remove sequence value indent

* Fix azure-pipelines-full-tests.yml
  • Loading branch information
bebound authored Jul 5, 2022
1 parent 44c3134 commit ccdf7ed
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 172 deletions.
60 changes: 30 additions & 30 deletions azure-pipelines-full-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ trigger:
pr:
branches:
include:
- '*'
- '*'

jobs:
- job: AutomationTest20200901
Expand All @@ -25,11 +25,11 @@ jobs:
Python310:
python.version: '3.10'
steps:
- template: .azure-pipelines/templates/automation_test.yml
parameters:
pythonVersion: '$(python.version)'
profile: '2020-09-01-hybrid'
fullTest: true
- template: .azure-pipelines/templates/automation_test.yml
parameters:
pythonVersion: '$(python.version)'
profile: '2020-09-01-hybrid'
fullTest: true

- job: AutomationTest20190301
displayName: Automation Test (Profile 2019-03-01)
Expand All @@ -43,11 +43,11 @@ jobs:
Python310:
python.version: '3.10'
steps:
- template: .azure-pipelines/templates/automation_test.yml
parameters:
pythonVersion: '$(python.version)'
profile: '2019-03-01-hybrid'
fullTest: true
- template: .azure-pipelines/templates/automation_test.yml
parameters:
pythonVersion: '$(python.version)'
profile: '2019-03-01-hybrid'
fullTest: true

- job: AutomationTest20180301
displayName: Automation Test (Profile 2018-03-01)
Expand All @@ -61,11 +61,11 @@ jobs:
Python310:
python.version: '3.10'
steps:
- template: .azure-pipelines/templates/automation_test.yml
parameters:
pythonVersion: '$(python.version)'
profile: '2018-03-01-hybrid'
fullTest: true
- template: .azure-pipelines/templates/automation_test.yml
parameters:
pythonVersion: '$(python.version)'
profile: '2018-03-01-hybrid'
fullTest: true

- job: AutomationFullTestPython39ProfileLatest
displayName: Automation Full Test Python39 Profile Latest
Expand All @@ -92,13 +92,13 @@ jobs:
pool:
vmImage: 'ubuntu-20.04'
steps:
- template: .azure-pipelines/templates/automation_test.yml
parameters:
pythonVersion: '3.9'
profile: 'latest'
instance_cnt: '8'
instance_idx: '$(Instance_idx)'
fullTest: true
- template: .azure-pipelines/templates/automation_test.yml
parameters:
pythonVersion: '3.9'
profile: 'latest'
instance_cnt: '8'
instance_idx: '$(Instance_idx)'
fullTest: true

- job: AutomationFullTestPython310ProfileLatest
displayName: Automation Full Test Python310 Profile Latest
Expand All @@ -125,10 +125,10 @@ jobs:
pool:
vmImage: 'ubuntu-20.04'
steps:
- template: .azure-pipelines/templates/automation_test.yml
parameters:
pythonVersion: '3.10'
profile: 'latest'
instance_cnt: '8'
instance_idx: '$(Instance_idx)'
fullTest: true
- template: .azure-pipelines/templates/automation_test.yml
parameters:
pythonVersion: '3.10'
profile: 'latest'
instance_cnt: '8'
instance_idx: '$(Instance_idx)'
fullTest: true
Loading

0 comments on commit ccdf7ed

Please sign in to comment.