Skip to content

Commit f18320e

Browse files
authored
fix: [Backport] remove broken checks (#3678)
## Purpose of this PR Remove the broken check in package-pack and vetting-test ## Backports Backported by #3677
1 parent 63ec0e8 commit f18320e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.yamato/package-pack.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# TODO: we should aim to replace target PVP profile from supported to gold
2323

2424
#------------------------------------------------------------------------------------
25-
25+
2626
{% for platform in test_platforms.desktop -%}
2727
package_pack_-_ngo_{{ platform.name }}:
2828
name: Package Pack (and x-ray) - NGO [{{ platform.name }}]
@@ -37,7 +37,6 @@ package_pack_-_ngo_{{ platform.name }}:
3737
variables:
3838
XRAY_PROFILE: "supported ./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)