Commit 452e742
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- build-tools/automation/yaml-templates
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments