removed parameters

This commit is contained in:
seraphima
2024-01-12 15:38:32 +01:00
parent b6cf2f32ac
commit 2559501827
2 changed files with 4 additions and 15 deletions

View File

@@ -34,6 +34,4 @@ jobs:
- template: ./templates/build-powertoys-ci.yml
parameters:
platform: arm64
- template: ./templates/run-ui-tests-ci.yml
parameters:
platform: x64
- template: ./templates/run-ui-tests-ci.yml

View File

@@ -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
- bash: echo "Hello world"