diff --git a/.pipelines/ci/ci.yml b/.pipelines/ci/ci.yml index 275f05ec73..334386a86a 100644 --- a/.pipelines/ci/ci.yml +++ b/.pipelines/ci/ci.yml @@ -34,6 +34,4 @@ jobs: - template: ./templates/build-powertoys-ci.yml parameters: platform: arm64 - - template: ./templates/run-ui-tests-ci.yml - parameters: - platform: x64 \ No newline at end of file + - template: ./templates/run-ui-tests-ci.yml \ No newline at end of file diff --git a/.pipelines/ci/templates/run-ui-tests-ci.yml b/.pipelines/ci/templates/run-ui-tests-ci.yml index e76c7706bf..db717a29a0 100644 --- a/.pipelines/ci/templates/run-ui-tests-ci.yml +++ b/.pipelines/ci/templates/run-ui-tests-ci.yml @@ -1,20 +1,11 @@ -parameters: - configuration: 'Release' - platform: '' - jobs: -- job: UI tests ${{ parameters.platform }}${{ parameters.configuration }} - displayName: Run UI tests ${{ parameters.platform }} ${{ parameters.configuration }} +- job: UI tests + displayName: Run UI tests 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/') }}: name: SHINE-INT-L - timeoutInMinutes: 120 - strategy: - maxParallel: 10 steps: - - checkout: self - fetchDepth: 1 - submodules: true \ No newline at end of file + - bash: echo "Hello world" \ No newline at end of file