Skip to content

[devops] Use ACES pools for PRs.#25760

Draft
rolfbjarne wants to merge 4 commits into
mainfrom
dev/rolf/aces
Draft

[devops] Use ACES pools for PRs.#25760
rolfbjarne wants to merge 4 commits into
mainfrom
dev/rolf/aces

Conversation

@rolfbjarne

Copy link
Copy Markdown
Member

And disable it for CI.

rolfbjarne and others added 2 commits June 22, 2026 12:39
Flip the useACES template parameter to true for the PR entry points
(build, simulator tests, and API diff), mirroring the CI entry points
enabled in 4d39e1b.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Flip the useACES template parameter back to false for the CI entry
points (build, simulator tests, and API diff).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR flips the Azure Pipelines useACES literal in the macios devops entry pipelines so that PR workflows run on the ACES shared pool, while CI workflows run on the traditional CI pool, aligning pool selection with the stated goal of using ACES for PRs and disabling it for CI.

Changes:

  • Enable useACES: true for PR pipelines (build, api-diff, post-build tests).
  • Disable useACES: false for CI pipelines (build, api-diff, post-build tests).

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tools/devops/automation/run-pr-api-diff.yml Routes PR API diff to ACES by setting useACES: true.
tools/devops/automation/run-post-pr-build-tests.yml Routes PR simulator tests to ACES by setting useACES: true.
tools/devops/automation/run-post-ci-build-tests.yml Routes CI simulator tests off ACES by setting useACES: false.
tools/devops/automation/run-ci-api-diff.yml Routes CI API diff off ACES by setting useACES: false.
tools/devops/automation/build-pull-request.yml Routes PR main build stages to ACES by setting useACES: true.
tools/devops/automation/build-pipeline.yml Routes CI main build stages off ACES by setting useACES: false.

Comment on lines 129 to +135
provisionatorChannel: ${{ parameters.provisionatorChannel }}
pool: $(CIBuildPool)
runGovernanceTests: ${{ parameters.runGovernanceTests }}
forceInsertion: ${{ parameters.forceInsertion }}
pushNugets: ${{ parameters.pushNugets }}
pushNugetsToMaestro: ${{ parameters.pushNugetsToMaestro }}
useACES: true # flip to false to opt CI out of ACES; see templates/variables/common.yml
useACES: false # flip to true to opt CI into ACES; see templates/variables/common.yml
@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

Copy link
Copy Markdown
Collaborator

✅ [PR Build #9c8452f] Build passed (Detect API changes) ✅

Pipeline on Agent
Hash: 9c8452f79002abaaccb9178c965b93e4249021fb [PR build]

@vs-mobiletools-engineering-service2

Copy link
Copy Markdown
Collaborator

✅ [PR Build #9c8452f] Build passed (Build packages) ✅

Pipeline on Agent
Hash: 9c8452f79002abaaccb9178c965b93e4249021fb [PR build]

@vs-mobiletools-engineering-service2

Copy link
Copy Markdown
Collaborator

✅ API diff for current PR / commit

NET (empty diffs)

✅ API diff vs stable

NET (empty diffs)

ℹ️ Generator diff

Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)

Pipeline on Agent
Hash: 9c8452f79002abaaccb9178c965b93e4249021fb [PR build]

@vs-mobiletools-engineering-service2

Copy link
Copy Markdown
Collaborator

✅ [PR Build #9c8452f] Build passed (Build macOS tests) ✅

Pipeline on Agent
Hash: 9c8452f79002abaaccb9178c965b93e4249021fb [PR build]

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

Copy link
Copy Markdown
Collaborator

🔥 [CI Build #9c8452f] Test results 🔥

Test results

❌ Tests failed on VSTS: test results

0 tests crashed, 2 tests failed, 197 tests passed.

Failures

❌ dotnettests tests (iOS) [attempt 3]

1 tests failed, 0 tests passed.

Failed tests

  • DotNet tests: Failed (Execution failed with exit code 1)
    • Xamarin.Tests.MlaunchTest.GetMlaunchRunArguments(iOS,"iossimulat...: Run command
      Assert.That(runCommand, Is.EqualTo ($"'{mlaunchPath}'"))
      Expected string length 176 but was 174. Strings differ ...

Html Report (VSDrops) Download

❌ dotnettests tests (tvOS) [attempt 3]

1 tests failed, 0 tests passed.

Failed tests

  • DotNet tests: Failed (Execution failed with exit code 1)
    • Xamarin.Tests.MlaunchTest.GetMlaunchRunArguments(TVOS,"tvossimul...: Run command
      Assert.That(runCommand, Is.EqualTo ($"'{mlaunchPath}'"))
      Expected string length 177 but was 175. Strings differ ...

Html Report (VSDrops) Download

Successes

✅ assembly-processing: All 1 tests passed. Html Report (VSDrops) Download
✅ cecil: All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (MacCatalyst): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (macOS): All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (Multiple platforms): All 1 tests passed. Html Report (VSDrops) Download
✅ framework: All 2 tests passed. Html Report (VSDrops) Download
✅ fsharp: All 4 tests passed. Html Report (VSDrops) Download
✅ generator: All 5 tests passed. Html Report (VSDrops) Download
✅ interdependent-binding-projects: All 4 tests passed. Html Report (VSDrops) Download
✅ introspection: All 4 tests passed. Html Report (VSDrops) Download
✅ linker (iOS): All 15 tests passed. Html Report (VSDrops) Download
✅ linker (MacCatalyst): All 15 tests passed. Html Report (VSDrops) Download
✅ linker (macOS): All 21 tests passed. Html Report (VSDrops) Download
✅ linker (tvOS): All 15 tests passed. Html Report (VSDrops) Download
✅ monotouch (iOS): All 18 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ monotouch (MacCatalyst): All 17 tests passed. Html Report (VSDrops) Download
✅ monotouch (macOS): All 18 tests passed. Html Report (VSDrops) Download
✅ monotouch (tvOS): All 18 tests passed. Html Report (VSDrops) Download
✅ msbuild: All 2 tests passed. Html Report (VSDrops) Download
✅ sharpie: All 1 tests passed. Html Report (VSDrops) Download
✅ windows: All 3 tests passed. Html Report (VSDrops) Download
✅ xcframework: All 4 tests passed. Html Report (VSDrops) Download
✅ xtro: All 1 tests passed. Html Report (VSDrops) Download

macOS tests

✅ Tests on macOS Monterey (12): All 5 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ Tests on macOS Ventura (13): All 5 tests passed. Html Report (VSDrops) Download
✅ Tests on macOS Sonoma (14): All 5 tests passed. Html Report (VSDrops) Download
✅ Tests on macOS Sequoia (15): All 5 tests passed. Html Report (VSDrops) Download
✅ Tests on macOS Tahoe (26): All 5 tests passed. Html Report (VSDrops) Download

Linux Build Verification

Linux build succeeded

Pipeline on Agent
Hash: 9c8452f79002abaaccb9178c965b93e4249021fb [PR build]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants