From 51f4969362e105e777af9ab6a20a95a47516c88c Mon Sep 17 00:00:00 2001 From: seraphima Date: Mon, 15 Jan 2024 17:16:27 +0100 Subject: [PATCH] pool --- .pipelines/ci/templates/run-ui-tests-ci.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index bf4468a1c1..95d04758ff 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -7,15 +7,9 @@ jobs: displayName: UI Test ${{ parameters.platform }} ${{ parameters.configuration }} pool: ${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}: - ${{ if ne(parameters.platform, 'ARM64') }}: - name: SHINE-OSS-Testing-x64 - ${{ else }}: - name: SHINE-OSS-Testing-arm64 + name: SHINE-OSS-Testing-x64 ${{ if ne(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}: - ${{ if ne(parameters.platform, 'ARM64') }}: - name: SHINE-INT-Testing-x64 - ${{ else }}: - name: SHINE-INT-Testing-arm64 + name: SHINE-INT-Testing-x64 steps: - checkout: none