Skip to content

Commit

Permalink
[CI] M1 - Mac Big Sur (11.5): Agent pool update (#13095)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbond-msft authored Oct 26, 2021
1 parent 7021b38 commit 606908a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tools/devops/automation/build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,14 @@ parameters:
{
stageName: 'mac_11_5_m1',
displayName: 'M1 - Mac Big Sur (11.5)',
macPool: 'VSEng-VSMac-Xamarin-Shared-Trusted',
macPool: 'VSEng-VSMac-Xamarin-Shared',
statusContext: 'M1 - Mac Big Sur (11.5)',
demands: [
"Agent.OS -equals Darwin",
"macOS.Architecture -equals arm64"
"macOS.Name -equals BigSur",
"macOS.Architecture -equals arm64",
"Agent.HasDevices -equals False",
"Agent.IsPaired -equals False"
]
}]

Expand Down

5 comments on commit 606908a

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ [CI Build] Tests failed on Build ❌

Tests failed on Build.

API diff

✅ API Diff from stable

View API diff
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst API diff

Packages generated

View packages

Test results

1 tests failed, 217 tests passed.

Failed tests

  • DotNet tests: Failed (Execution failed with exit code 1)

Pipeline on Agent XAMBOT-1025.BigSur'
[CI] M1 - Mac Big Sur (11.5): Agent pool update (#13095)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Tests were not ran (VSTS: device tests tvOS). ⚠️

Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.

Pipeline on Agent
[CI] M1 - Mac Big Sur (11.5): Agent pool update (#13095)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Tests were not ran (VSTS: device tests iOS). ⚠️

Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.

Pipeline on Agent
[CI] M1 - Mac Big Sur (11.5): Agent pool update (#13095)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Tests failed on macOS Mac Mojave (10.14) ❌

Tests failed on Mac Mojave (10.14).

Failed tests are:

  • xammac_tests
  • monotouch-test

Pipeline on Agent
[CI] M1 - Mac Big Sur (11.5): Agent pool update (#13095)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Tests passed on macOS M1 - Mac Big Sur (11.5) ✅

Tests passed

All tests on macOS X M1 - Mac Big Sur (11.5) passed.

Pipeline on Agent
[CI] M1 - Mac Big Sur (11.5): Agent pool update (#13095)

Please sign in to comment.