From ea99267af39b27bc3f8cabc4b0262e6bf5dce7f3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Jun 2026 04:35:05 +0000 Subject: [PATCH 1/2] Initial plan From 615819434d8bb60c88aa48876d29ff5c3ed2cc42 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 30 Jun 2026 04:46:14 +0000 Subject: [PATCH 2/2] [ci] Fail fast and retry on 'extract workload packs' failures Co-authored-by: simonrozsival <374616+simonrozsival@users.noreply.github.com> --- .../automation/yaml-templates/setup-test-environment-steps.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-tools/automation/yaml-templates/setup-test-environment-steps.yaml b/build-tools/automation/yaml-templates/setup-test-environment-steps.yaml index 04925a43fc2..16c75fecf9e 100644 --- a/build-tools/automation/yaml-templates/setup-test-environment-steps.yaml +++ b/build-tools/automation/yaml-templates/setup-test-environment-steps.yaml @@ -103,6 +103,8 @@ steps: xaSourcePath: ${{ parameters.xaSourcePath }} project: ${{ parameters.xaSourcePath }}/build-tools/create-packs/Microsoft.Android.Sdk.proj arguments: -t:ExtractWorkloadPacks -c ${{ parameters.configuration }} -v:n -bl:${{ parameters.xaSourcePath }}/bin/Test${{ parameters.configuration }}/extract-workloads.binlog + continueOnError: false + retryCountOnTaskFailure: 2 - ${{ if eq(parameters.installApkDiff, true) }}: - template: /build-tools/automation/yaml-templates/install-dotnet-tool.yaml