Skip to content

Commit 71412d9

Browse files
kjellander-unityunpacklo
authored andcommitted
Archive vetting test results to unblock publish (#165)
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.
1 parent 43163dc commit 71412d9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.yamato/expectations/upm-ci.unfolded.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,9 @@ validate_package_minimal:
257257
packages:
258258
paths:
259259
- upm-ci~/packages/**/*
260+
test_results:
261+
paths:
262+
- upm-ci~/**/*
260263
commands:
261264
- npm install upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g
262265
- upm-ci package pack --package-path src/

.yamato/upm-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ validate_package_minimal:
6565
packages:
6666
paths:
6767
- "upm-ci~/packages/**/*"
68+
test_results:
69+
paths:
70+
- "upm-ci~/**/*"
6871
dependencies:
6972
{% for platform in build_platforms %}
7073
{% unless platform.name == "linux" %}

0 commit comments

Comments
 (0)