Skip to content

Commit

Permalink
[CI] Reset the submodules for the API diff. (#14997)
Browse files Browse the repository at this point in the history
When we do the checkout of head, we must make sure that the submodules are the correct ones.
  • Loading branch information
mandel-macaque authored May 13, 2022
1 parent 4b55815 commit 0ec49ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/devops/automation/templates/common/checkout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ steps:
$branch=$branch.Replace("refs", "origin")
Write-Host "Checking out branch $branch"
git checkout $branch
git submodule update --recursive --init
git clean -xffd
git submodule foreach --recursive git clean -xffd
$hash = git rev-parse HEAD
Write-Host "##vso[task.setvariable variable=GIT_HASH;isOutput=true]$hash"
name: fix_commit
Expand Down

6 comments on commit 0ec49ff

@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 on macOS Mac Catalina (10.15) passed 💻

All tests on macOS Mac Catalina (10.15) passed.

Pipeline on Agent
Hash: 0ec49ff31a0c09716b000705fb37b5cb3aef932b

@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 on macOS M1 - Mac Big Sur (11.5) failed ❌

Failed tests are:

  • dontlink

Pipeline on Agent
Hash: 0ec49ff31a0c09716b000705fb37b5cb3aef932b

@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] API Diff 📋

API Current PR diff

ℹ️ API Diff (from PR only) (please review changes)

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

API diff

✅ API Diff from stable

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

Generator diff

Generator Diff (no change)

Pipeline on Agent XAMMINI-053.Monterey
Hash: 0ec49ff31a0c09716b000705fb37b5cb3aef932b

@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] Artifacts 📚

Artifacts were not provided.

Pipeline on Agent XAMMINI-051.Monterey
Hash: 0ec49ff31a0c09716b000705fb37b5cb3aef932b

@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 VSTS: simulator tests iOS ❌

Tests failed on VSTS: simulator tests iOS.

Test results

15 tests failed, 219 tests passed.

Failed tests

  • link sdk/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • link sdk/iOS Unified 64-bits - simulator/Debug: LaunchFailure
  • xammac tests/Mac Modern/Debug: BuildFailure
  • interdependent-binding-projects/iOS Unified 64-bits - simulator/Debug: BuildFailure
  • [xUnit] Mono BCL tests group 3/iOS Unified 64-bits - simulator/Debug: TimedOut
  • trimmode copy/tvOS - simulator/Release [dotnet]: BuildFailure
  • monotouch-test/watchOS 32-bits - simulator/Debug: TimedOut
  • monotouch-test/watchOS 32-bits - simulator/Debug (LinkSdk): Crashed
  • monotouch-test/watchOS 32-bits - simulator/Debug (static registrar): Crashed
  • monotouch-test/watchOS 32-bits - simulator/Release (all optimizations): Crashed
  • monotouch-test/watchOS 32-bits - simulator/Debug (all optimizations): Crashed
  • mmptest/macOS/Debug: Failed (Execution failed with exit code 3)
  • MSBuild tests/Integration: Failed (Execution failed with exit code 3)
  • MTouch tests/NUnit: Failed (Execution failed with exit code 9)
  • DotNet tests: Failed (Execution failed with exit code 1)

Pipeline on Agent XAMBOT-1039.Monterey'
[CI] Reset the submodules for the API diff. (#14997)

@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] Artifacts 📚

Packages generated

View packages

Pipeline on Agent XAMMINI-051.Monterey
Hash: 0ec49ff31a0c09716b000705fb37b5cb3aef932b

Please sign in to comment.