Skip to content

Commit 685a709

Browse files
pjcollinsjonathanpeppers
authored andcommitted
[ci] Use macOS 11 for Android Designer tests (#6035)
We've been having an issue with Android Designer test dependency provisioning on macOS: Xamarin.Provisioning.ProvisioningException: Failed to provision /Applications/Xcode_12.5.0.app ---> Xamarin.Provisioning.ProvisioningException: This Xcode version requires macOS ≥ 11.0 (currently running on 10.15.7) We should be able to remedy this by moving to the same macOS Big Sur pool that the Designer build is using. The Windows tests have also been failing for a while, and this problem is [not unique to our pipeline][0]. We should disable these tests for now until the issue is addressed. [0]: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=4894821&view=logs&jobId=2f037848-d60e-57a4-8d19-387778a8302c&j=2f037848-d60e-57a4-8d19-387778a8302c&t=fbc84e65-28e6-5146-ccec-20ffda77f75c
1 parent 05c0426 commit 685a709

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ stages:
10561056
- job: designer_integration_mac
10571057
displayName: macOS
10581058
pool:
1059-
vmImage: $(HostedMacImage)
1059+
vmImage: internal-macos-11
10601060
timeoutInMinutes: 120
10611061
cancelTimeoutInMinutes: 5
10621062
workspace:
@@ -1128,7 +1128,9 @@ stages:
11281128
targetPath: $(Build.ArtifactStagingDirectory)/designer-binlogs
11291129

11301130
# Check - "Xamarin.Android (Designer Tests Windows)"
1131+
# TODO: Enable once Windows test issues are fixed.
11311132
- job: designer_integration_win
1133+
condition: false
11321134
displayName: Windows
11331135
pool: $(HostedWinVS2019)
11341136
timeoutInMinutes: 120

0 commit comments

Comments
 (0)