Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion eng/pipelines/common/device-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
parameters:
androidPool: { }
androidPoolX64: { }
iosPool: { }
catalystPool: { }
windowsPool: { }
Expand Down
14 changes: 2 additions & 12 deletions eng/pipelines/device-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,10 @@ parameters:
- name: androidPool
type: object
default:
name: $(androidTestsVmPool)
name: $(1ESPTPool)
vmImage: $(androidTestsVmImage)
demands:
- macOS.Name -equals Sequoia

- name: androidPoolX64
type: object
default:
name: $(androidTestsVmPool)
vmImage: $(androidTestsVmImage)
demands:
- macOS.Name -equals Sequoia
- macOS.Architecture -equals x64
- ImageOverride -equals 1ESPT-Ubuntu22.04

- name: iosPool
type: object
Expand Down Expand Up @@ -118,7 +109,6 @@ stages:
- template: common/device-tests.yml
parameters:
androidPool: ${{ parameters.androidPool }}
androidPoolX64: ${{ parameters.androidPoolX64 }}
iosPool: ${{ parameters.iosPool }}
catalystPool: ${{ parameters.catalystPool }}
windowsPool: ${{ parameters.windowsPool }}
Expand Down
Loading