Skip to content

Commit 2275c2f

Browse files
authored
fix: Remove broken check (#3677)
## Purpose of this PR Remove the broken check in package-pack and vetting-test ## Backports Backported in #3678
1 parent 6590d40 commit 2275c2f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.yamato/package-pack.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ package_pack_-_ngo_{{ platform.name }}:
3737
variables:
3838
XRAY_PROFILE: "gold ./pvpExceptions.json"
3939
commands:
40-
- python Tools/scripts/release.py # Needed to ensure that CHANGELOG is properly formatted for this test due to the fact that we have bumped package version (to properly perform vetting tests)
4140
- upm-pvp pack "com.unity.netcode.gameobjects" --output upm-ci~/packages
4241
- upm-pvp xray --packages "upm-ci~/packages/com.unity.netcode.gameobjects*.tgz" --results pvp-results
4342
- upm-pvp require {% if platform.name == "win" %}"%XRAY_PROFILE%"{% else %}"$XRAY_PROFILE"{% endif %} --results pvp-results --allow-missing
@@ -48,4 +47,4 @@ package_pack_-_ngo_{{ platform.name }}:
4847
packages:
4948
paths:
5049
- "upm-ci~/**"
51-
{% endfor -%}
50+
{% endfor -%}

.yamato/vetting-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ vetting_test:
1010
name: MP Tools - Vetting Test (Win, {{editor}} LTS)
1111
agent: { type: Unity::VM, flavor: b1.large, image: package-ci/win11:v4 }
1212
commands:
13-
- python Tools/scripts/release.py # Needed to ensure that CHANGELOG is properly formatted for this test
1413
- npm install -g "upm-ci-utils@stable" --registry https://artifactory.prd.it.unity3d.com/artifactory/api/npm/upm-npm
1514
- unity-downloader-cli --fast --wait --unity-version {{ editor }} --components editor --arch x64
1615
- upm-ci package pack --package-path com.unity.netcode.gameobjects
@@ -22,4 +21,4 @@ vetting_test:
2221
- test-results/**
2322
- upm-ci~/test-results/**
2423
- upm-ci~/upm-ci.log
25-
{% endfor -%}
24+
{% endfor -%}

0 commit comments

Comments
 (0)