Skip to content

Commit

Permalink
[CI] Move to use the job not the stage. (#13495)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored Dec 3, 2021
1 parent d238379 commit d0f5e32
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions tools/devops/automation/vs-insertion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,22 @@ variables:
# this pipeline is triggered when we want to do a release and uses a release trigger, this means that it does not have conditions (a human accepted it)
# or dependencies (the release pipeline was triggered accordingly.
#
stages:
- template: vs-insertion/stage/v1.yml@templates
parameters:
symbolArtifactName: nuget-signed
symbolConversionFilters: '*mlaunch.app*'
pushToShippingFeed: true
nupkgArtifactName: nuget-signed
msiNupkgArtifactName: vs-msi-nugets
jobs:
- job: create_insert_drop
displayName: Create VS Drop and Open PR
timeoutInMinutes: 120
variables:
- name: skipComponentGovernanceDetection
value: true
- name: skipNugetSecurityAnalysis
value: true
- group: Xamarin-Secrets
pool: VSEng-ReleasePool-1ES
steps:
- template: vs-insertion/jobs/create_insert_drop/v1.yml@templates
parameters:
symbolArtifactName: nuget-signed
symbolConversionFilters: '*mlaunch.app*'
pushToShippingFeed: true
nupkgArtifactName: nuget-signed
msiNupkgArtifactName: vs-msi-nugets

3 comments on commit d0f5e32

@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

4 tests failed, 215 tests passed.

Failed tests

  • monotouch-test/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • monotouch-test/Mac Catalyst [dotnet]/Debug [dotnet]: TimedOut (Execution timed out after 1200 seconds.
    No test log file was produced)
  • monotouch-test/tvOS - simulator/Debug (LinkSdk) [dotnet]: Failed
  • link all/Mac Catalyst [dotnet]/Debug [dotnet]: Failed (Test run crashed (exit code: 134).
    Tests run: 90 Passed: 79 Inconclusive: 0 Failed: 0 Ignored: 11)

Pipeline on Agent XAMBOT-1036.BigSur'
[CI] Move to use the job not the stage. (#13495)

@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] Move to use the job not the stage. (#13495)

@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 XAMTESTMAC06'
[CI] Move to use the job not the stage. (#13495)

Please sign in to comment.