Skip to content

Commit dd201fc

Browse files
committed
Updated XRAY_PROFILE param to account for latest checks
1 parent b446f2f commit dd201fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.yamato/package-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ package_pack_-_ngo_{{ platform.name }}:
4040
{% endif %}
4141
timeout: 0.25
4242
variables:
43-
XRAY_PROFILE: "gold ./pvpExceptions.json"
43+
XRAY_PROFILE: "gold ./pvpExceptions.json rme"
4444
commands:
4545
- upm-pvp pack "com.unity.netcode.gameobjects" --output upm-ci~/packages
4646
- upm-pvp xray --packages "upm-ci~/packages/com.unity.netcode.gameobjects*.tgz" --results pvp-results

.yamato/package-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ package_test_-_ngo_{{ editor }}_{{ platform.name }}:
3636
model: {{ platform.model }} # This is set only in platforms where we want non-default model to use (more information in project.metafile)
3737
{% endif %}
3838
variables:
39-
XRAY_PROFILE: "gold ./pvpExceptions.json"
39+
XRAY_PROFILE: "gold ./pvpExceptions.json rme"
4040
UNITY_EXT_LOGGING: 1
4141
commands:
4242
- unity-downloader-cli --fast --wait -u {{ editor }} -c Editor {% if platform.name == "mac" %} --arch arm64 {% endif %} # For macOS we use ARM64 models.

0 commit comments

Comments
 (0)