Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLadislau Szomoru <3372902+lszomoru@users.noreply.github.com>2022-05-17 11:42:31 +0300
committerGitHub <noreply@github.com>2022-05-17 11:42:31 +0300
commit83213f7bac0a66e30b9c921d5e8ac37b60f4ddb1 (patch)
tree8a127d83a3b6a3f7a221ccd192f8a516cee38154 /build/azure-pipelines
parent9be07b370b7c0b443ee6227a79edb43300c47ded (diff)
Switch agent pools (#149691)
Diffstat (limited to 'build/azure-pipelines')
-rw-r--r--build/azure-pipelines/product-build-pr.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/build/azure-pipelines/product-build-pr.yml b/build/azure-pipelines/product-build-pr.yml
index db20311683d..53fc0fb3c2e 100644
--- a/build/azure-pipelines/product-build-pr.yml
+++ b/build/azure-pipelines/product-build-pr.yml
@@ -31,8 +31,7 @@ stages:
- stage: Compile
jobs:
- job: Compile
- pool:
- vmImage: ubuntu-18.04
+ pool: vscode-1es-vscode-linux-18.04
variables:
VSCODE_ARCH: x64
steps:
@@ -42,8 +41,7 @@ stages:
- stage: LinuxServerDependencies
dependsOn: []
- pool:
- vmImage: ubuntu-18.04
+ pool: vscode-1es-vscode-linux-18.04
jobs:
- job: x64
container: centos7-devtoolset8-x64
@@ -58,8 +56,7 @@ stages:
- stage: Windows
dependsOn:
- Compile
- pool:
- vmImage: windows-2019
+ pool: vscode-1es-vscode-windows-2019
jobs:
- job: Windows
timeoutInMinutes: 120
@@ -74,8 +71,7 @@ stages:
dependsOn:
- Compile
- LinuxServerDependencies
- pool:
- vmImage: ubuntu-18.04
+ pool: vscode-1es-vscode-linux-18.04
jobs:
- job: Linuxx64
container: vscode-bionic-x64