Skip to content

Commit b371703

Browse files
committed
updated pvp coverage to gold
1 parent 418604f commit b371703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.yamato/package-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ package_pack_-_ngo_{{ platform.name }}:
3535
{% endif %}
3636
timeout: 0.25
3737
variables:
38-
XRAY_PROFILE: "supported ./pvpExceptions.json"
38+
XRAY_PROFILE: "gold ./pvpExceptions.json"
3939
commands:
4040
- upm-pvp pack "com.unity.netcode.gameobjects" --output upm-ci~/packages
4141
- 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: "supported ./pvpExceptions.json"
39+
XRAY_PROFILE: "gold ./pvpExceptions.json"
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)