Skip to content

[devops] Don't clean ACES bots.#25646

Open
rolfbjarne wants to merge 3 commits into
mainfrom
dev/rolf/squeaky-clean
Open

[devops] Don't clean ACES bots.#25646
rolfbjarne wants to merge 3 commits into
mainfrom
dev/rolf/squeaky-clean

Conversation

@rolfbjarne

Copy link
Copy Markdown
Member

They're already clean.

Looks like this will save ~2 min for every job.

They're already clean.

Looks like this will save ~2 min for every job.
Copilot AI review requested due to automatic review settings June 4, 2026 17:00
@rolfbjarne rolfbjarne enabled auto-merge (squash) June 4, 2026 17:00
@rolfbjarne

Copy link
Copy Markdown
Member Author

/azp run

1 similar comment
@rolfbjarne

Copy link
Copy Markdown
Member Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 3 pipeline(s).

1 similar comment
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 3 pipeline(s).

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 updates the DevOps macOS bot cleanup script to skip all cleanup work when running on “ACES” bots, based on the assumption those machines are already clean—intended to save ~2 minutes per job.

Changes:

  • Add an early exit in clean-bot.sh when the ACES environment variable is set, bypassing all cleanup steps.

Comment on lines +9 to +12
if [[ "$ACES" != "" ]]; then
echo "Assuming ACES bots are already clean, so not cleaning anything."
exit 0
fi
@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.

@dalexsoto

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 3 pipeline(s).

@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.

@rolfbjarne

Copy link
Copy Markdown
Member Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 3 pipeline(s).

@vs-mobiletools-engineering-service2

Copy link
Copy Markdown
Collaborator

✅ [PR Build #51cc2ba] Build passed (Detect API changes) ✅

Pipeline on Agent
Hash: 51cc2ba532042e2771797f150bbbc179100579e1 [PR build]

@vs-mobiletools-engineering-service2

Copy link
Copy Markdown
Collaborator

✅ [PR Build #51cc2ba] Build passed (Build packages) ✅

Pipeline on Agent
Hash: 51cc2ba532042e2771797f150bbbc179100579e1 [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: 51cc2ba532042e2771797f150bbbc179100579e1 [PR build]

@vs-mobiletools-engineering-service2

Copy link
Copy Markdown
Collaborator

✅ [PR Build #51cc2ba] Build passed (Build macOS tests) ✅

Pipeline on Agent
Hash: 51cc2ba532042e2771797f150bbbc179100579e1 [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 #51cc2ba] Test results 🔥

Test results

❌ Tests failed on VSTS: test results

0 tests crashed, 3 tests failed, 190 tests passed.

Failures

❌ introspection tests [attempt 3]

1 tests failed, 5 tests passed.

Failed tests

  • introspection/macOS/Debug: Failed (Test run failed.
    Tests run: 34 Passed: 33 Inconclusive: 0 Failed: 1 Ignored: 0)

Html Report (VSDrops) Download

❌ monotouch tests (iOS) [attempt 3]

1 tests failed, 19 tests passed.

Failed tests

  • monotouch-test/iOS - simulator/Debug (LinkSdk): Failed

Html Report (VSDrops) Download

❌ Tests on macOS Monterey (12) tests

1 tests failed, 4 tests passed.

Failed tests

  • monotouch-test: Failed (exit code 2)
    • No test failure details available. stderr output:
      • 2026-06-05 05:29:09.615 monotouchtest[36053:32633716] [PASS] VeryGeneric
      • 2026-06-05 05:29:09.616 monotouchtest[36053:32633716] [PASS] WrapperTypeLookupTest
      • 2026-06-05 05:29:09.616 monotouchtest[36053:32633716] Xamarin.Tests.RuntimeTest : 457.8342 ms
      • 2026-06-05 05:29:09.617 monotouchtest[36053:32633716] Xamarin.Tests : 457.8814 ms
      • 2026-06-05 05:29:09.617 monotouchtest[36053:32633716] Xamarin : 465.9933 ms
      • 2026-06-05 05:29:09.617 monotouchtest[36053:32633716] bindings-test : 466.0814 ms
      • 2026-06-05 05:29:09.622 monotouchtest[36053:32632920] Tests run: 3339 Passed: 3329 Inconclusive: 10 Failed: 0 Ignored: 431
      • 2026-06-05 05:29:09.622 monotouchtest[36053:32632920] AutoRun (): completed test run on main thread
      • 2026-06-05 05:29:09.623 monotouchtest[36053:32632920] Exiting test run with success
      • make: *** [exec-monotouch-test] Error 1

Html Report (VSDrops) Download

Successes

✅ cecil: All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests (iOS): 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
✅ dotnettests (tvOS): 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
✅ linker (iOS): All 11 tests passed. Html Report (VSDrops) Download
✅ linker (MacCatalyst): All 11 tests passed. Html Report (VSDrops) Download
✅ linker (macOS): All 11 tests passed. Html Report (VSDrops) Download
✅ linker (tvOS): All 11 tests passed. Html Report (VSDrops) Download
✅ monotouch (MacCatalyst): All 23 tests passed. Html Report (VSDrops) Download
✅ monotouch (macOS): All 23 tests passed. [attempt 2] Html Report (VSDrops) Download
✅ monotouch (tvOS): All 20 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. [attempt 3] Html Report (VSDrops) Download
✅ xtro: All 1 tests passed. Html Report (VSDrops) Download

macOS tests

✅ 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: 51cc2ba532042e2771797f150bbbc179100579e1 [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.

4 participants