diff --git a/.pipelines/ci/templates/build-powertoys-ci.yml b/.pipelines/ci/templates/build-powertoys-ci.yml index 19f2ff864d..177313e117 100644 --- a/.pipelines/ci/templates/build-powertoys-ci.yml +++ b/.pipelines/ci/templates/build-powertoys-ci.yml @@ -24,10 +24,10 @@ jobs: NODE_OPTIONS: --max_old_space_size=16384 pool: demands: ImageOverride -equals SHINE-VS17-Latest - ${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}: - name: SHINE-OSS-L - ${{ if ne(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}: + ${{ if eq(variables['System.CollectionId'], 'cb55739e-4afe-46a3-970f-1b49d8ee7564') }}: name: SHINE-INT-L + ${{ else }}: + name: SHINE-OSS-L timeoutInMinutes: 120 strategy: maxParallel: 10 diff --git a/.pipelines/ci/templates/build-powertoys-precheck.yml b/.pipelines/ci/templates/build-powertoys-precheck.yml index 14f1b01b3b..7601289652 100644 --- a/.pipelines/ci/templates/build-powertoys-precheck.yml +++ b/.pipelines/ci/templates/build-powertoys-precheck.yml @@ -3,10 +3,10 @@ jobs: - job: Precheck pool: demands: ImageOverride -equals SHINE-VS17-Latest - ${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}: - name: SHINE-OSS-L - ${{ if ne(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}: + ${{ if eq(variables['System.CollectionId'], 'cb55739e-4afe-46a3-970f-1b49d8ee7564') }}: name: SHINE-INT-L + ${{ else }}: + name: SHINE-OSS-L steps: - checkout: none diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index 8d0b550299..e08c08ff7a 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -9,10 +9,10 @@ jobs: variables: SrcPath: $(Build.Repository.LocalPath) pool: - ${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}: - name: SHINE-OSS-Testing-x64 - ${{ if ne(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}: + ${{ if eq(variables['System.CollectionId'], 'cb55739e-4afe-46a3-970f-1b49d8ee7564') }}: name: SHINE-INT-Testing-x64 + ${{ else }}: + name: SHINE-OSS-Testing-x64 steps: - checkout: self fetchDepth: 1