From 829801b0b027f167a5961386df3ec8398edaa068 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Fri, 10 Mar 2023 15:04:15 -0600 Subject: [PATCH 1/4] [ci] Install fewer Android SDK platforms on test agents. --- .../automation/yaml-templates/setup-test-environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/automation/yaml-templates/setup-test-environment.yaml b/build-tools/automation/yaml-templates/setup-test-environment.yaml index 42c113deec0..ec40414e440 100644 --- a/build-tools/automation/yaml-templates/setup-test-environment.yaml +++ b/build-tools/automation/yaml-templates/setup-test-environment.yaml @@ -12,7 +12,7 @@ parameters: installLegacyDotNet: true restoreNUnitConsole: true updateMono: true - androidSdkPlatforms: 19,21,26,32,33 + androidSdkPlatforms: 21,26,32,33 steps: - checkout: self From e19945d292c37201b289569f1f62c256c5fadd83 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Sat, 11 Mar 2023 19:11:39 -0600 Subject: [PATCH 2/4] Try removing SDK Platform 21. --- .../automation/yaml-templates/setup-test-environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/automation/yaml-templates/setup-test-environment.yaml b/build-tools/automation/yaml-templates/setup-test-environment.yaml index ec40414e440..fc776fe253a 100644 --- a/build-tools/automation/yaml-templates/setup-test-environment.yaml +++ b/build-tools/automation/yaml-templates/setup-test-environment.yaml @@ -12,7 +12,7 @@ parameters: installLegacyDotNet: true restoreNUnitConsole: true updateMono: true - androidSdkPlatforms: 21,26,32,33 + androidSdkPlatforms: 26,32,33 steps: - checkout: self From 1715ea4bb392328f7260e634df81fdc398f70174 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Sun, 12 Mar 2023 10:22:16 -0500 Subject: [PATCH 3/4] Try removing SDK Platform 26. --- .../automation/yaml-templates/setup-test-environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/automation/yaml-templates/setup-test-environment.yaml b/build-tools/automation/yaml-templates/setup-test-environment.yaml index fc776fe253a..e38c33f460d 100644 --- a/build-tools/automation/yaml-templates/setup-test-environment.yaml +++ b/build-tools/automation/yaml-templates/setup-test-environment.yaml @@ -12,7 +12,7 @@ parameters: installLegacyDotNet: true restoreNUnitConsole: true updateMono: true - androidSdkPlatforms: 26,32,33 + androidSdkPlatforms: 32,33 steps: - checkout: self From 3660cfb6dbd00b24feea23db45dee30ea92f14ae Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Sun, 12 Mar 2023 15:59:13 -0500 Subject: [PATCH 4/4] Try removing SDK Platform 32. --- .../automation/yaml-templates/setup-test-environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/automation/yaml-templates/setup-test-environment.yaml b/build-tools/automation/yaml-templates/setup-test-environment.yaml index e38c33f460d..a8f9d539cc1 100644 --- a/build-tools/automation/yaml-templates/setup-test-environment.yaml +++ b/build-tools/automation/yaml-templates/setup-test-environment.yaml @@ -12,7 +12,7 @@ parameters: installLegacyDotNet: true restoreNUnitConsole: true updateMono: true - androidSdkPlatforms: 32,33 + androidSdkPlatforms: 33 steps: - checkout: self