Skip to content

Commit

Permalink
Modified win command
Browse files Browse the repository at this point in the history
  • Loading branch information
michalChrobot committed Feb 14, 2025
1 parent 4e9ea58 commit 996dee9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .yamato/package-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ package_pack_-_ngo_{{ platform.name }}:
flavor: {{ platform.flavor }}
timeout: 0.25
variables:
XRAY_PROFILE: "supported rme ./pvpExceptions.json"
XRAY_PROFILE: "supported ./pvpExceptions.json"
commands:
- 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 "$XRAY_PROFILE" --results pvp-results --allow-missing
- upm-pvp require {% if platform.name == "win" %}"%XRAY_PROFILE%"{% else %}"$XRAY_PROFILE"{% endif %} --results pvp-results --allow-missing
artifacts:
packages:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .yamato/package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package_test_-_ngo_{{ editor }}_{{ platform.name }}:
- unity-downloader-cli -u {{ editor }} -c Editor --fast --wait
# Validate packages.
- upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --filter "com.unity.netcode.gameobjects" --results pvp-results
- upm-pvp require "%XRAY_PROFILE%" --results pvp-results
- upm-pvp require {% if platform.name == "win" %}"%XRAY_PROFILE%"{% else %}"$XRAY_PROFILE"{% endif %} --results pvp-results
# Run UTR to test packages.
- upm-pvp create-test-project test-project --packages "upm-ci~/packages/*.tgz" --filter "com.unity.netcode.gameobjects" --unity .Editor
- {% if platform.name == "ubuntu" %}DISPLAY=:0 {% endif %} {% if platform.name != "win" %} ./utr {% else %} UnifiedTestRunner {% endif %} --suite=editor --suite=playmode --editor-location=.Editor --testproject=test-project --artifacts-path=test-results "--ff={ops.upmpvpevidence.enable=true}" --extra-editor-arg=-testCategory --extra-editor-arg=!Performance --reruncount=1 --clean-library-on-rerun
Expand Down

0 comments on commit 996dee9

Please sign in to comment.