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: