Skip to content

Commit 452e742

Browse files
authored
[ci] Install fewer Android SDK platforms on test agents. (#7874)
[Previously](#6874), we reduced the number of Android SDK Platforms that needed to be installed on CI test agents to `19,21,26,32,33`. This can significantly reduce the amount of time needed to `xaprepare` an agent. With most uses of Classic gone from `main`, retesting this reveals more platforms that can be removed. Removing `19,21,26,32` saves up to 2 minutes of `xaprepare` time, particularly on Windows. Note: API 27+ should be already installed on our images: - [Mac preinstalled software](https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md#android) - [Windows preinstalled software](https://github.com/actions/runner-images/blob/main/images/win/Windows2022-Readme.md#android)
1 parent ada5914 commit 452e742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/automation/yaml-templates/setup-test-environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ parameters:
1212
installLegacyDotNet: true
1313
restoreNUnitConsole: true
1414
updateMono: true
15-
androidSdkPlatforms: 19,21,26,32,33
15+
androidSdkPlatforms: 33
1616

1717
steps:
1818
- checkout: self

0 commit comments

Comments
 (0)