Skip to content

Commit 8171b61

Browse files
committed
Revert "removed GSUDO"
This reverts commit 1afb694.
1 parent 1a7b466 commit 8171b61

11 files changed

+15
-15
lines changed

.yamato/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ code_coverage_{{ platform.name }}_{{ editor }}:
4040
UTR_VERSION: {{ utr_version }}
4141
commands:
4242
{% if platform.name == "win" %}
43-
- pinned-package-installer install -c Tools/CI/ppi-windows.yml
43+
- %GSUDO% pinned-package-installer install -c Tools/CI/ppi-windows.yml
4444
{% elif platform.name == "mac" %}
4545
- pinned-package-installer install -c Tools/CI/ppi-macos.yml
4646
{% elif platform.name == "ubuntu" %}

.yamato/console-standalone-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ console_standalone_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
5050
model: {{ platform.model }} # This is set only in platforms where we want non-default model to use (more information in project.metafile)
5151
{% endif %}
5252
commands:
53-
- pinned-package-installer install -c Tools/CI/ppi-windows.yml
53+
- %GSUDO% pinned-package-installer install -c Tools/CI/ppi-windows.yml
5454
- unity-downloader-cli --fast --wait -u {{ editor }} -c Editor -c il2cpp -c {{ platform.name }}
5555
- UnifiedTestRunner --testproject={{ project.path }} --architecture={% if platform.name == "switch" %}arm64{% else %}x64{% endif %} --scripting-backend=il2cpp --suite=playmode --platform={{ platform.standalone }} --editor-location=.Editor --artifacts-path=artifacts --player-save-path=build/players --testfilter="Unity.Netcode.RuntimeTests.*" --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --reruncount=1 --clean-library-on-rerun --build-only --timeout={{ test_timeout}}
5656
variables:
@@ -90,7 +90,7 @@ console_standalone_test_{{ project.name }}_{{ platform.name }}_{{ editor }}:
9090
model: {{ platform.model }} # This is set only in platforms where we want non-default model to use (more information in project.metafile)
9191
{% endif %}
9292
commands:
93-
- pinned-package-installer install -c Tools/CI/ppi-windows.yml
93+
- %GSUDO% pinned-package-installer install -c Tools/CI/ppi-windows.yml
9494
- unity-downloader-cli --fast --wait -u {{ editor }} -c Editor -c il2cpp -c {{ platform.name }}
9595
- UnifiedTestRunner --suite=playmode --testproject={{ project.path }} --editor-location=.Editor --artifacts-path=test-results --player-load-path=build/players --fail-on-assert --rerun-strategy=Test --retry={{ num_test_retries }} --clean-library-on-rerun --timeout={{ test_timeout }}
9696
variables:

.yamato/desktop-standalone-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ desktop_standalone_build_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
4444
{% endif %}
4545
commands:
4646
{% if platform.name == "win" %}
47-
- pinned-package-installer install -c Tools/CI/ppi-windows.yml
47+
- %GSUDO% pinned-package-installer install -c Tools/CI/ppi-windows.yml
4848
{% elif platform.name == "mac" %}
4949
- pinned-package-installer install -c Tools/CI/ppi-macos.yml
5050
{% elif platform.name == "ubuntu" %}
@@ -87,7 +87,7 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
8787

8888
commands:
8989
{% if platform.name == "win" %}
90-
- pinned-package-installer install -c Tools/CI/ppi-windows.yml
90+
- %GSUDO% pinned-package-installer install -c Tools/CI/ppi-windows.yml
9191
{% elif platform.name == "mac" %}
9292
- pinned-package-installer install -c Tools/CI/ppi-macos.yml
9393
{% elif platform.name == "ubuntu" %}

.yamato/mobile-standalone-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ mobile_standalone_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
5555
UNITY_HANDLEUIINTERRUPTIONS: 1
5656
commands:
5757
{% if platform.base == "win" %}
58-
- pinned-package-installer install -c Tools/CI/ppi-windows.yml
58+
- %GSUDO% pinned-package-installer install -c Tools/CI/ppi-windows.yml
5959
{% elif platform.base == "mac" %}
6060
- pinned-package-installer install -c Tools/CI/ppi-macos.yml
6161
{% endif %}
@@ -89,7 +89,7 @@ mobile_standalone_test_{{ project.name }}_{{ platform.name }}_{{ editor }}:
8989
commands:
9090
# Installing editor. We still need the editor to run tests on standalone build and for that the Editor is required
9191
{% if platform.base == "win" %}
92-
- pinned-package-installer install -c Tools/CI/ppi-windows.yml
92+
- %GSUDO% pinned-package-installer install -c Tools/CI/ppi-windows.yml
9393
{% elif platform.base == "mac" %}
9494
- pinned-package-installer install -c Tools/CI/ppi-macos.yml
9595
{% endif %}

.yamato/package-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ package_pack_-_ngo_{{ platform.name }}:
4343
XRAY_PROFILE: "gold ./pvpExceptions.json"
4444
commands:
4545
{% if platform.name == "win" %}
46-
- pinned-package-installer install -c Tools/CI/ppi-windows.yml
46+
- %GSUDO% pinned-package-installer install -c Tools/CI/ppi-windows.yml
4747
{% elif platform.name == "mac" %}
4848
- pinned-package-installer install -c Tools/CI/ppi-macos.yml
4949
{% elif platform.name == "ubuntu" %}

.yamato/package-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ package_test_-_ngo_{{ editor }}_{{ platform.name }}:
4040
UNITY_EXT_LOGGING: 1
4141
commands:
4242
{% if platform.name == "win" %}
43-
- pinned-package-installer install -c Tools/CI/ppi-windows.yml
43+
- %GSUDO% pinned-package-installer install -c Tools/CI/ppi-windows.yml
4444
{% elif platform.name == "mac" %}
4545
- pinned-package-installer install -c Tools/CI/ppi-macos.yml
4646
{% elif platform.name == "ubuntu" %}

.yamato/performance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ performance_editor_tests_-_NGO_{{ platform.name }}_{{ editor }}_no_data_reportin
3636
{% endif %}
3737
commands:
3838
{% if platform.name == "win" %}
39-
- pinned-package-installer install -c Tools/CI/ppi-windows.yml
39+
- %GSUDO% pinned-package-installer install -c Tools/CI/ppi-windows.yml
4040
{% elif platform.name == "mac" %}
4141
- pinned-package-installer install -c Tools/CI/ppi-macos.yml
4242
{% elif platform.name == "ubuntu" %}

.yamato/project-builders/project-builders.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ build_{{ netcodeProject[0] }}_project:
3232
PLATFORM_WIN64_MAC_ANDROID: win64
3333
SAMPLE_BRANCH: {{ netcodeProject[1].defaultBranch }}
3434
commands:
35-
- pinned-package-installer install -c Tools/CI/ppi-windows.yml
35+
- %GSUDO% pinned-package-installer install -c Tools/CI/ppi-windows.yml
3636
# Validate inputs passed via Yamato variables
3737
- python Tools/scripts/BuildAutomation/validate_params.py
3838
- echo Building {{ netcodeProject[0] }} project from branch %SAMPLE_BRANCH% with Unity version of %UNITY_VERSION%, Scripting backend %SCRIPTING_BACKEND_IL2CPP_MONO%, Burst %BURST_ON_OFF% for platform %PLATFORM_WIN64_MAC_ANDROID%

.yamato/project-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test_{{ project.name }}_{{ platform.name }}_{{ editor }}:
4040
UTR_VERSION: {{ utr_version }}
4141
commands:
4242
{% if platform.name == "win" %}
43-
- pinned-package-installer install -c Tools/CI/ppi-windows.yml
43+
- %GSUDO% pinned-package-installer install -c Tools/CI/ppi-windows.yml
4444
{% elif platform.name == "mac" %}
4545
- pinned-package-installer install -c Tools/CI/ppi-macos.yml
4646
{% elif platform.name == "ubuntu" %}

.yamato/project-updated-dependencies-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ updated-dependencies_{{ project.name }}_NGO_{{ platform.name }}_{{ editor }}:
3636
{% endif %}
3737
commands:
3838
{% if platform.name == "win" %}
39-
- pinned-package-installer install -c Tools/CI/ppi-windows.yml
39+
- %GSUDO% pinned-package-installer install -c Tools/CI/ppi-windows.yml
4040
{% elif platform.name == "mac" %}
4141
- pinned-package-installer install -c Tools/CI/ppi-macos.yml
4242
{% elif platform.name == "ubuntu" %}
@@ -67,7 +67,7 @@ project_pack_-_{{ project.name }}_{{ platform.name }}:
6767
flavor: {{ platform.flavor }}
6868
commands:
6969
{% if platform.name == "win" %}
70-
- pinned-package-installer install -c Tools/CI/ppi-windows.yml
70+
- %GSUDO% pinned-package-installer install -c Tools/CI/ppi-windows.yml
7171
{% elif platform.name == "mac" %}
7272
- pinned-package-installer install -c Tools/CI/ppi-macos.yml
7373
{% elif platform.name == "ubuntu" %}

0 commit comments

Comments
 (0)