From ed51a305651ce4b65cd073501adae133b74e46a0 Mon Sep 17 00:00:00 2001 From: Jon Fortescue Date: Thu, 9 Sep 2021 10:12:16 -0700 Subject: [PATCH] Pipeline variable changes --- azure-pipelines-integration-lsp.yml | 2 +- azure-pipelines-integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines-integration-lsp.yml b/azure-pipelines-integration-lsp.yml index ed9978a99a3ef..650c4fe0bdac7 100644 --- a/azure-pipelines-integration-lsp.yml +++ b/azure-pipelines-integration-lsp.yml @@ -22,7 +22,7 @@ jobs: - job: VS_Integration_LSP pool: name: NetCore1ESPool-Svc-Public - queue: $(queueName) + demands: ImageOverride -equals $(queueName) timeoutInMinutes: 135 steps: diff --git a/azure-pipelines-integration.yml b/azure-pipelines-integration.yml index 9be3f5de6e7d2..0f1aad4b0d83e 100644 --- a/azure-pipelines-integration.yml +++ b/azure-pipelines-integration.yml @@ -18,7 +18,7 @@ jobs: - job: VS_Integration pool: name: $(poolName) - queue: $(queueName) + demands: ImageOverride -equals $(queueName) strategy: maxParallel: 4 matrix: