From cf9b9b5489d7c922035e0500b598467cfbeb2967 Mon Sep 17 00:00:00 2001 From: Emma Date: Mon, 15 Sep 2025 17:10:54 -0400 Subject: [PATCH] fix: Remove broken check --- .yamato/package-pack.yml | 3 +-- .yamato/vetting-test.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.yamato/package-pack.yml b/.yamato/package-pack.yml index 8e8cd73d47..c6c0643889 100644 --- a/.yamato/package-pack.yml +++ b/.yamato/package-pack.yml @@ -37,7 +37,6 @@ package_pack_-_ngo_{{ platform.name }}: variables: XRAY_PROFILE: "gold ./pvpExceptions.json" commands: - - 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) - upm-pvp pack "com.unity.netcode.gameobjects" --output upm-ci~/packages - upm-pvp xray --packages "upm-ci~/packages/com.unity.netcode.gameobjects*.tgz" --results pvp-results - 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 }}: packages: paths: - "upm-ci~/**" -{% endfor -%} \ No newline at end of file +{% endfor -%} diff --git a/.yamato/vetting-test.yml b/.yamato/vetting-test.yml index 3fbba0edd3..702d91737c 100644 --- a/.yamato/vetting-test.yml +++ b/.yamato/vetting-test.yml @@ -10,7 +10,6 @@ vetting_test: name: MP Tools - Vetting Test (Win, {{editor}} LTS) agent: { type: Unity::VM, flavor: b1.large, image: package-ci/win11:v4 } commands: - - python Tools/scripts/release.py # Needed to ensure that CHANGELOG is properly formatted for this test - npm install -g "upm-ci-utils@stable" --registry https://artifactory.prd.it.unity3d.com/artifactory/api/npm/upm-npm - unity-downloader-cli --fast --wait --unity-version {{ editor }} --components editor --arch x64 - upm-ci package pack --package-path com.unity.netcode.gameobjects @@ -22,4 +21,4 @@ vetting_test: - test-results/** - upm-ci~/test-results/** - upm-ci~/upm-ci.log -{% endfor -%} \ No newline at end of file +{% endfor -%}