diff --git a/azure-pipelines-integration-corehost.yml b/azure-pipelines-integration-corehost.yml index 6f542d99e9fb6..9187c85a3cf95 100644 --- a/azure-pipelines-integration-corehost.yml +++ b/azure-pipelines-integration-corehost.yml @@ -54,7 +54,7 @@ variables: jobs: - job: VS_Integration_CoreHost_Debug pool: - name: NetCore-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals $(queueName) timeoutInMinutes: 150 variables: @@ -70,7 +70,7 @@ jobs: - ${{ if ne(variables['Build.Reason'], 'PullRequest') }}: - job: VS_Integration_CoreHost_Release pool: - name: NetCore-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals $(queueName) timeoutInMinutes: 150 variables: diff --git a/azure-pipelines-integration-lsp.yml b/azure-pipelines-integration-lsp.yml index cbeb5d90e1016..62ce734d42cc6 100644 --- a/azure-pipelines-integration-lsp.yml +++ b/azure-pipelines-integration-lsp.yml @@ -41,7 +41,7 @@ variables: jobs: - job: VS_Integration_LSP pool: - name: NetCore-Svc-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals windows.vs2022.amd64.open timeoutInMinutes: 150 diff --git a/azure-pipelines-richnav.yml b/azure-pipelines-richnav.yml index 2c48aa5aeb865..76a280523a65a 100644 --- a/azure-pipelines-richnav.yml +++ b/azure-pipelines-richnav.yml @@ -19,7 +19,7 @@ pr: none jobs: - job: RichCodeNav_Indexing pool: - name: NetCore-Svc-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals windows.vs2022.amd64.open variables: EnableRichCodeNavigation: true diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 02a354bd4b4e4..88252d10f4c54 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -182,7 +182,7 @@ jobs: - job: Correctness_Determinism pool: - name: NetCore-Svc-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals windows.vs2022.amd64.open timeoutInMinutes: 90 steps: @@ -198,7 +198,7 @@ jobs: - job: Correctness_Build pool: - name: NetCore-Svc-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals windows.vs2022.amd64.open timeoutInMinutes: 90 steps: @@ -240,7 +240,7 @@ jobs: - job: Correctness_Rebuild pool: - name: NetCore-Svc-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals windows.vs2022.amd64.open timeoutInMinutes: 90 steps: diff --git a/eng/pipelines/build-unix-job.yml b/eng/pipelines/build-unix-job.yml index 4d295295984d6..f60f07aab725b 100644 --- a/eng/pipelines/build-unix-job.yml +++ b/eng/pipelines/build-unix-job.yml @@ -20,7 +20,7 @@ jobs: - job: ${{ parameters.jobName }} pool: ${{ if ne(parameters.queueName, '') }}: - name: NetCore-Svc-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals ${{ parameters.queueName }} ${{ if ne(parameters.vmImageName, '') }}: diff --git a/eng/pipelines/build-windows-job.yml b/eng/pipelines/build-windows-job.yml index 247cceaae8c45..d24b50d967c29 100644 --- a/eng/pipelines/build-windows-job.yml +++ b/eng/pipelines/build-windows-job.yml @@ -23,7 +23,7 @@ jobs: - job: ${{ parameters.jobName }} pool: ${{ if ne(parameters.queueName, '') }}: - name: NetCore-Svc-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals ${{ parameters.queueName }} ${{ if ne(parameters.vmImageName, '') }}: diff --git a/eng/pipelines/test-unix-job-single-machine.yml b/eng/pipelines/test-unix-job-single-machine.yml index 5bbdae6a587a9..27ff0ff5f47a4 100644 --- a/eng/pipelines/test-unix-job-single-machine.yml +++ b/eng/pipelines/test-unix-job-single-machine.yml @@ -30,7 +30,7 @@ jobs: dependsOn: ${{ parameters.buildJobName }} pool: ${{ if ne(parameters.queueName, '') }}: - name: NetCore-Svc-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals ${{ parameters.queueName }} ${{ if ne(parameters.vmImageName, '') }}: diff --git a/eng/pipelines/test-windows-job-single-machine.yml b/eng/pipelines/test-windows-job-single-machine.yml index 53cfc1e7b9a2e..71e2f1fe4ecd3 100644 --- a/eng/pipelines/test-windows-job-single-machine.yml +++ b/eng/pipelines/test-windows-job-single-machine.yml @@ -26,7 +26,7 @@ jobs: - job: ${{ parameters.jobName }} dependsOn: ${{ parameters.buildJobName }} pool: - name: NetCore-Svc-Public + name: NetCore1ESPool-Svc-Public demands: ImageOverride -equals ${{ parameters.queueName }} timeoutInMinutes: 120 variables: