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 - template: ./templates/build-powertoys-ci.yml
parameters: parameters:
platform: arm64 platform: arm64
- template: ./templates/run-ui-tests-ci.yml - template: ./templates/run-ui-tests-ci.yml
parameters:
platform: x64

View File

@@ -1,20 +1,11 @@
parameters:
configuration: 'Release'
platform: ''
jobs: jobs:
- job: UI tests ${{ parameters.platform }}${{ parameters.configuration }} - job: UI tests
displayName: Run UI tests ${{ parameters.platform }} ${{ parameters.configuration }} displayName: Run UI tests
pool: pool:
demands: ImageOverride -equals SHINE-VS17-Latest demands: ImageOverride -equals SHINE-VS17-Latest
${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}: ${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}:
name: SHINE-OSS-L name: SHINE-OSS-L
${{ if ne(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}: ${{ if ne(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}:
name: SHINE-INT-L name: SHINE-INT-L
timeoutInMinutes: 120
strategy:
maxParallel: 10
steps: steps:
- checkout: self - bash: echo "Hello world"
fetchDepth: 1
submodules: true