Skip to content

Commit

Permalink
[CI] Do call the isnertion tempalte on release pipelines. (#13438)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored Nov 29, 2021
1 parent 0048232 commit d48ee5a
Showing 1 changed file with 7 additions and 55 deletions.
62 changes: 7 additions & 55 deletions tools/devops/automation/vs-insertion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,58 +48,10 @@ variables:
# or dependencies (the release pipeline was triggered accordingly.
#
stages:
- stage: prepare_release
displayName: Prepare Release

jobs:
# Check - "xamarin-macios (Prepare Release Sign NuGets)"
- template: sign-artifacts/jobs/v2.yml@templates
parameters:
artifactName: package
signType: Real
usePipelineArtifactTasks: true

# Check - "xamarin-macios (Prepare Release Convert NuGet to MSI)"
- template: nuget-msi-convert/job/v2.yml@templates
parameters:
yamlResourceName: templates
dependsOn: signing
artifactName: nuget-signed
propsArtifactName: package
signType: Real

# Check - "xamarin-macios (Prepare Release Push NuGets)"
- job: push_signed_nugets
displayName: Push NuGets
dependsOn: nuget_convert
variables:
skipNugetSecurityAnalysis: true
pool:
vmImage: macOS-10.15

steps:
- download: macios
artifact: nuget-signed
patterns: |
*.nupkg
- task: NuGetCommand@2
displayName: Publish Nugets to dotnet6
inputs:
command: push
packagesToPush: $(Build.SourcesDirectory)/package/*.nupkg
nuGetFeedType: external
publishFeedCredentials: dnceng-dotnet6

- download: macios
artifact: vs-msi-nugets
patterns: |
*.nupkg
- task: NuGetCommand@2
displayName: Publish Nugets to dotnet6
inputs:
command: push
packagesToPush: $(Build.SourcesDirectory)/vs-msi-nugets/*.nupkg
nuGetFeedType: external
publishFeedCredentials: dnceng-dotnet6
- template: vs-insertion/stage/v1.yml@templates
parameters:
symbolArtifactName: nuget-signed
symbolConversionFilters: '*mlaunch.app*'
pushToShippingFeed: true
nupkgArtifactName: nuget-signed
msiNupkgArtifactName: vs-msi-nugets

5 comments on commit d48ee5a

@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

API & Generator diff

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

Packages generated

View packages

Test results

3 tests failed, 216 tests passed.

Failed tests

  • dont link/Mac Catalyst [dotnet]/Debug [dotnet]: Failed (Test run crashed (exit code: 134).
    Tests run: 11 Passed: 6 Inconclusive: 0 Failed: 0 Ignored: 5)
  • introspection/iOS Unified 64-bits - simulator/Debug (iOS 11.4) [dotnet]: Failed
  • introspection/tvOS - simulator/Debug (tvOS 11.4) [dotnet]: Failed

Pipeline on Agent XAMBOT-1036.BigSur'
[CI] Do call the isnertion tempalte on release pipelines. (#13438)

@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 Catalina (10.15) ❌

Tests failed on Mac Catalina (10.15).

Failed tests are:

  • introspection

Pipeline on Agent
[CI] Do call the isnertion tempalte on release pipelines. (#13438)

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

  • introspection

Pipeline on Agent
[CI] Do call the isnertion tempalte on release pipelines. (#13438)

@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 XAMTESTMAC18'
[CI] Do call the isnertion tempalte on release pipelines. (#13438)

@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 XAMTESTMAC01'
[CI] Do call the isnertion tempalte on release pipelines. (#13438)

Please sign in to comment.