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-13 13:00:15 +0300
committerGitHub <noreply@github.com>2022-05-13 13:00:15 +0300
commit98d9782b8bc77891135a5b295c9489e7ddf0d2a4 (patch)
tree941a11df646bf1de2c9bec051139fc20f3757398 /build/azure-pipelines
parenta28eab68734e629c61590fae8c4b231c91f0eaaa (diff)
Only run arm64 server job if arm64 client job will be run (#149439)
Diffstat (limited to 'build/azure-pipelines')
-rw-r--r--build/azure-pipelines/product-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml
index f0f9ab8e2f6..3cc4fc399d9 100644
--- a/build/azure-pipelines/product-build.yml
+++ b/build/azure-pipelines/product-build.yml
@@ -221,7 +221,7 @@ stages:
parameters:
VSCODE_QUALITY: ${{ variables.VSCODE_QUALITY }}
- - ${{ if eq(parameters.VSCODE_BUILD_LINUX, true) }}:
+ - ${{ if and(eq(variables['VSCODE_CIBUILD'], false), eq(parameters.VSCODE_BUILD_LINUX_ARM64, true)) }}:
- job: arm64
variables:
VSCODE_ARCH: arm64