[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:
Nalu Tripician 2024-05-29 11:51:30 -04:00 коммит произвёл GitHub
Родитель 673bf58573
Коммит 6b2cda4aa2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
12 изменённых файлов: 23 добавлений и 23 удалений

Просмотреть файл

@ -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