From 6b37563d39d4357069ed59ca046d4c2a154937f4 Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Fri, 20 Dec 2024 11:26:27 -1000 Subject: [PATCH] [CI] Set "WearOS Tests" parallelization to 2 agents. (#9639) The "WearOS Test" job regularly takes over an hour to complete. Split the tests it runs into 2 parallel jobs to reduce the time taken to complete the stage. --- .../automation/yaml-templates/stage-msbuild-emulator-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/automation/yaml-templates/stage-msbuild-emulator-tests.yaml b/build-tools/automation/yaml-templates/stage-msbuild-emulator-tests.yaml index 1e0738463d4..43875cc2fca 100644 --- a/build-tools/automation/yaml-templates/stage-msbuild-emulator-tests.yaml +++ b/build-tools/automation/yaml-templates/stage-msbuild-emulator-tests.yaml @@ -81,7 +81,7 @@ stages: timeoutInMinutes: 180 cancelTimeoutInMinutes: 2 strategy: - parallel: 1 + parallel: 2 variables: avdApiLevel: 30 avdAbi: x86