From 7bc6d897cf51c64c117a50ed0fd0e25883ff379b Mon Sep 17 00:00:00 2001 From: seraphima Date: Mon, 22 Jan 2024 13:30:46 +0100 Subject: [PATCH] test build agents --- .pipelines/ci/templates/run-ui-tests-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index b74212feae..76e19f974d 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -7,11 +7,10 @@ jobs: displayName: UI Test ${{ parameters.platform }} ${{ parameters.configuration }} dependsOn: Build${{ parameters.platform }}${{ parameters.configuration }} pool: - demands: ImageOverride -equals SHINE-VS17-Latest ${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}: - name: SHINE-OSS-L + name: SHINE-OSS-Testing-x64 ${{ if ne(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}: - name: SHINE-INT-L + name: SHINE-INT-Testing-x64 steps: - checkout: none