[Internal] Pipelines: Refactors YML files to use OneES Pools for pipelines (#4514)
Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>
This commit is contained in:
Родитель
673bf58573
Коммит
6b2cda4aa2
|
@ -13,7 +13,7 @@ jobs:
|
|||
value: 'cosmosdotnetsdkctl.azurecr.io'
|
||||
|
||||
pool:
|
||||
vmImage: $(VmImage)
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
|
|
@ -14,7 +14,7 @@ stages:
|
|||
jobs:
|
||||
- job:
|
||||
pool:
|
||||
vmImage: $(VmImage)
|
||||
name: 'OneES'
|
||||
steps:
|
||||
# Add this Command to Include the .NET 6 SDK
|
||||
- task: UseDotNet@2
|
||||
|
|
|
@ -14,7 +14,7 @@ stages:
|
|||
jobs:
|
||||
- job:
|
||||
pool:
|
||||
vmImage: $(VmImage)
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
# Add this Command to Include the .NET 6 SDK
|
||||
|
|
|
@ -28,7 +28,7 @@ stages:
|
|||
displayName: TelemetryToService ${{ variables.BuildConfiguration }}
|
||||
timeoutInMinutes: 120
|
||||
pool:
|
||||
vmImage: windows-2019
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
- job:
|
||||
displayName: CosmosBenchmark ${{ parameters.BuildConfiguration }}
|
||||
pool:
|
||||
vmImage: ${{ parameters.VmImage }}
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
@ -35,7 +35,7 @@ jobs:
|
|||
- job:
|
||||
displayName: Preview CosmosBenchmark ${{ parameters.BuildConfiguration }}
|
||||
pool:
|
||||
vmImage: ${{ parameters.VmImage }}
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
- job:
|
||||
displayName: Build CTL project
|
||||
pool:
|
||||
vmImage: ${{ parameters.VmImage }}
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
- job:
|
||||
displayName: InternalFlag ${{ parameters.BuildConfiguration }}
|
||||
pool:
|
||||
vmImage: ${{ parameters.VmImage }}
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
- job:
|
||||
displayName: Preview Flag ${{ parameters.BuildConfiguration }}
|
||||
pool:
|
||||
vmImage: ${{ parameters.VmImage }}
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
@ -37,7 +37,7 @@ jobs:
|
|||
- job:
|
||||
displayName: Encryption Project Ref SDK Preview ${{ parameters.BuildConfiguration }}
|
||||
pool:
|
||||
vmImage: ${{ parameters.VmImage }}
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
@ -65,7 +65,7 @@ jobs:
|
|||
timeoutInMinutes: 90
|
||||
condition: and(succeeded(), eq('${{ parameters.OS }}', 'Windows'))
|
||||
pool:
|
||||
vmImage: ${{ parameters.VmImage }}
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
@ -94,7 +94,7 @@ jobs:
|
|||
- job:
|
||||
displayName: Encryption.Custom Project Ref SDK Preview ${{ parameters.BuildConfiguration }}
|
||||
pool:
|
||||
vmImage: ${{ parameters.VmImage }}
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
@ -120,7 +120,7 @@ jobs:
|
|||
- job:
|
||||
displayName: Preview Tests ${{ parameters.BuildConfiguration }}
|
||||
pool:
|
||||
vmImage: ${{ parameters.VmImage }}
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
- job:
|
||||
displayName: Build Samples project
|
||||
pool:
|
||||
vmImage: ${{ parameters.VmImage }}
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
- job:
|
||||
displayName: Tests Debug
|
||||
pool:
|
||||
vmImage: ${{ parameters.VmImage }}
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
@ -57,7 +57,7 @@ jobs:
|
|||
displayName: PerformanceTests ${{ parameters.BuildConfiguration }}
|
||||
condition: and(succeeded(), eq(${{ parameters.IncludePerformance }}, true))
|
||||
pool:
|
||||
vmImage: ${{ parameters.VmImage }}
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
@ -93,7 +93,7 @@ jobs:
|
|||
timeoutInMinutes: 120
|
||||
condition: and(succeeded(), eq('${{ parameters.OS }}', 'Windows'))
|
||||
pool:
|
||||
vmImage: ${{ parameters.VmImage }}
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
@ -126,7 +126,7 @@ jobs:
|
|||
timeoutInMinutes: 120
|
||||
condition: and(succeeded(), eq('${{ parameters.OS }}', 'Windows'))
|
||||
pool:
|
||||
vmImage: ${{ parameters.VmImage }}
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
@ -159,7 +159,7 @@ jobs:
|
|||
timeoutInMinutes: 90
|
||||
condition: and(eq(${{ parameters.IncludeEncryption }}, true), and(succeeded(), eq('${{ parameters.OS }}', 'Windows')))
|
||||
pool:
|
||||
vmImage: ${{ parameters.VmImage }}
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
@ -192,7 +192,7 @@ jobs:
|
|||
timeoutInMinutes: 90
|
||||
condition: and(eq(${{ parameters.IncludeEncryption }}, true), and(succeeded(), eq('${{ parameters.OS }}', 'Windows')))
|
||||
pool:
|
||||
vmImage: ${{ parameters.VmImage }}
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
@ -225,7 +225,7 @@ jobs:
|
|||
timeoutInMinutes: 120
|
||||
condition: and(succeeded(), eq('${{ parameters.OS }}', 'Windows'))
|
||||
pool:
|
||||
vmImage: ${{ parameters.VmImage }}
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
- job: GenerateNugetPackages
|
||||
displayName: Generate Nuget packages
|
||||
pool:
|
||||
vmImage: ${{ parameters.VmImage }}
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- task: DotNetCoreCLI@2
|
||||
|
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
- job:
|
||||
displayName: Static Analysis
|
||||
pool:
|
||||
vmImage: '${{ parameters.VmImage }}'
|
||||
name: 'OneES'
|
||||
|
||||
steps:
|
||||
- checkout: self # self represents the repo where the initial Pipelines YAML file was found
|
||||
|
|
Загрузка…
Ссылка в новой задаче