Skip to content

Commit

Permalink
Archive vetting test results to unblock publish (#165)
Browse files Browse the repository at this point in the history
Publishing currently fails ([example](https://yamato.prd.cds.internal.unity3d.com/jobs/212-Unity.Mathematics/tree/1.2.0%2520%28tag%29/.yamato%252Fupm-ci.yml%2523publish/3023395/job/pipeline)) due to not finding test results from the `upm-ci package test` run in `Validate Package Linux Minimal` job.

Likely this broke due to some refactoring in d34adde or similar PR.

This PR adds archiving of these results, which should unblock the Publish job.
  • Loading branch information
kjellander-unity authored and unpacklo committed Aug 6, 2020
1 parent 43163dc commit 71412d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .yamato/expectations/upm-ci.unfolded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ validate_package_minimal:
packages:
paths:
- upm-ci~/packages/**/*
test_results:
paths:
- upm-ci~/**/*
commands:
- npm install upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g
- upm-ci package pack --package-path src/
Expand Down
3 changes: 3 additions & 0 deletions .yamato/upm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ validate_package_minimal:
packages:
paths:
- "upm-ci~/packages/**/*"
test_results:
paths:
- "upm-ci~/**/*"
dependencies:
{% for platform in build_platforms %}
{% unless platform.name == "linux" %}
Expand Down

0 comments on commit 71412d9

Please sign in to comment.