Skip to content

Commit 5b3049e

Browse files
author
Liis Kivistik
committed
brew upgrade unity-downloader-cli for osx openglcore
1 parent 2b19cd1 commit 5b3049e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.yamato/ruamel/jobs/projects/commands/osx_openglcore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def _cmd_base(project_folder, platform, utr_flags, editor):
66
f'curl -s {UTR_INSTALL_URL} --output {TEST_PROJECTS_DIR}/{project_folder}/utr',
77
f'chmod +x {TEST_PROJECTS_DIR}/{project_folder}/utr',
88
f'brew tap --force-auto-update unity/unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git',
9-
f'brew install unity/unity/unity-downloader-cli',
9+
f'brew upgrade unity/unity/unity-downloader-cli',
1010
f'cd {TEST_PROJECTS_DIR}/{project_folder} && unity-downloader-cli { get_unity_downloader_cli_cmd(editor, platform["os"],cd=True) } {"".join([f"-c {c} " for c in platform["components"]])} --wait --published-only',
1111
f'cd {TEST_PROJECTS_DIR}/{project_folder} && ./utr {" ".join(utr_flags)}'
1212
]

.yamato/shadergraph-osx-openglcore.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ShaderGraph_OSX_OpenGLCore_playmode_mono_Linear_trunk:
1919
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output TestProjects/ShaderGraph/utr
2020
- chmod +x TestProjects/ShaderGraph/utr
2121
- brew tap --force-auto-update unity/unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
22-
- brew install unity/unity/unity-downloader-cli
22+
- brew upgrade unity/unity/unity-downloader-cli
2323
- cd TestProjects/ShaderGraph && unity-downloader-cli -u {{editor_versions.trunk_latest_internal.macos.revision}} -c editor -c il2cpp --wait --published-only
2424
- cd TestProjects/ShaderGraph && ./utr --artifacts_path=test-results --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --reruncount=2 --scripting-backend=Mono2x --suite=playmode --testproject=.
2525
artifacts:
@@ -39,7 +39,7 @@ ShaderGraph_OSX_OpenGLCore_editmode_mono_Linear_trunk:
3939
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output TestProjects/ShaderGraph/utr
4040
- chmod +x TestProjects/ShaderGraph/utr
4141
- brew tap --force-auto-update unity/unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
42-
- brew install unity/unity/unity-downloader-cli
42+
- brew upgrade unity/unity/unity-downloader-cli
4343
- cd TestProjects/ShaderGraph && unity-downloader-cli -u {{editor_versions.trunk_latest_internal.macos.revision}} -c editor -c il2cpp --wait --published-only
4444
- cd TestProjects/ShaderGraph && ./utr --artifacts_path=test-results --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --platform=editmode --reruncount=2 --scripting-backend=Mono2x --suite=editor --testproject=.
4545
artifacts:
@@ -60,7 +60,7 @@ ShaderGraph_OSX_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION:
6060
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output TestProjects/ShaderGraph/utr
6161
- chmod +x TestProjects/ShaderGraph/utr
6262
- brew tap --force-auto-update unity/unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
63-
- brew install unity/unity/unity-downloader-cli
63+
- brew upgrade unity/unity/unity-downloader-cli
6464
- cd TestProjects/ShaderGraph && unity-downloader-cli --source-file ../../unity_revision.txt -c editor -c il2cpp --wait --published-only
6565
- cd TestProjects/ShaderGraph && ./utr --artifacts_path=test-results --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --reruncount=2 --scripting-backend=Mono2x --suite=playmode --testproject=.
6666
artifacts:
@@ -84,7 +84,7 @@ ShaderGraph_OSX_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION:
8484
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output TestProjects/ShaderGraph/utr
8585
- chmod +x TestProjects/ShaderGraph/utr
8686
- brew tap --force-auto-update unity/unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
87-
- brew install unity/unity/unity-downloader-cli
87+
- brew upgrade unity/unity/unity-downloader-cli
8888
- cd TestProjects/ShaderGraph && unity-downloader-cli --source-file ../../unity_revision.txt -c editor -c il2cpp --wait --published-only
8989
- cd TestProjects/ShaderGraph && ./utr --artifacts_path=test-results --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --platform=editmode --reruncount=2 --scripting-backend=Mono2x --suite=editor --testproject=.
9090
artifacts:

.yamato/universal-osx-openglcore.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Universal_OSX_OpenGLCore_playmode_mono_Linear_trunk:
1919
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output TestProjects/UniversalGraphicsTest/utr
2020
- chmod +x TestProjects/UniversalGraphicsTest/utr
2121
- brew tap --force-auto-update unity/unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
22-
- brew install unity/unity/unity-downloader-cli
22+
- brew upgrade unity/unity/unity-downloader-cli
2323
- cd TestProjects/UniversalGraphicsTest && unity-downloader-cli -u {{editor_versions.trunk_latest_internal.macos.revision}} -c editor -c il2cpp --wait --published-only
2424
- cd TestProjects/UniversalGraphicsTest && ./utr --artifacts_path=test-results --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --reruncount=2 --scripting-backend=Mono2x --suite=playmode --testproject=.
2525
artifacts:
@@ -39,7 +39,7 @@ Universal_OSX_OpenGLCore_editmode_mono_Linear_trunk:
3939
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output TestProjects/UniversalGraphicsTest/utr
4040
- chmod +x TestProjects/UniversalGraphicsTest/utr
4141
- brew tap --force-auto-update unity/unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
42-
- brew install unity/unity/unity-downloader-cli
42+
- brew upgrade unity/unity/unity-downloader-cli
4343
- cd TestProjects/UniversalGraphicsTest && unity-downloader-cli -u {{editor_versions.trunk_latest_internal.macos.revision}} -c editor -c il2cpp --wait --published-only
4444
- cd TestProjects/UniversalGraphicsTest && ./utr --artifacts_path=test-results --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --platform=editmode --reruncount=2 --scripting-backend=Mono2x --suite=editor --testproject=.
4545
artifacts:
@@ -60,7 +60,7 @@ Universal_OSX_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION:
6060
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output TestProjects/UniversalGraphicsTest/utr
6161
- chmod +x TestProjects/UniversalGraphicsTest/utr
6262
- brew tap --force-auto-update unity/unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
63-
- brew install unity/unity/unity-downloader-cli
63+
- brew upgrade unity/unity/unity-downloader-cli
6464
- cd TestProjects/UniversalGraphicsTest && unity-downloader-cli --source-file ../../unity_revision.txt -c editor -c il2cpp --wait --published-only
6565
- cd TestProjects/UniversalGraphicsTest && ./utr --artifacts_path=test-results --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --reruncount=2 --scripting-backend=Mono2x --suite=playmode --testproject=.
6666
artifacts:
@@ -84,7 +84,7 @@ Universal_OSX_OpenGLCore_editmode_mono_Linear_CUSTOM-REVISION:
8484
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output TestProjects/UniversalGraphicsTest/utr
8585
- chmod +x TestProjects/UniversalGraphicsTest/utr
8686
- brew tap --force-auto-update unity/unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
87-
- brew install unity/unity/unity-downloader-cli
87+
- brew upgrade unity/unity/unity-downloader-cli
8888
- cd TestProjects/UniversalGraphicsTest && unity-downloader-cli --source-file ../../unity_revision.txt -c editor -c il2cpp --wait --published-only
8989
- cd TestProjects/UniversalGraphicsTest && ./utr --artifacts_path=test-results --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --platform=editmode --reruncount=2 --scripting-backend=Mono2x --suite=editor --testproject=.
9090
artifacts:

.yamato/vfx_urp-osx-openglcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ VFX_URP_OSX_OpenGLCore_playmode_mono_Linear_trunk:
1919
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output TestProjects/VisualEffectGraph_URP/utr
2020
- chmod +x TestProjects/VisualEffectGraph_URP/utr
2121
- brew tap --force-auto-update unity/unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
22-
- brew install unity/unity/unity-downloader-cli
22+
- brew upgrade unity/unity/unity-downloader-cli
2323
- cd TestProjects/VisualEffectGraph_URP && unity-downloader-cli -u {{editor_versions.trunk_latest_internal.macos.revision}} -c editor -c il2cpp --wait --published-only
2424
- cd TestProjects/VisualEffectGraph_URP && ./utr --artifacts_path=test-results --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --reruncount=2 --scripting-backend=Mono2x --suite=playmode --testproject=.
2525
artifacts:
@@ -40,7 +40,7 @@ VFX_URP_OSX_OpenGLCore_playmode_mono_Linear_CUSTOM-REVISION:
4040
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output TestProjects/VisualEffectGraph_URP/utr
4141
- chmod +x TestProjects/VisualEffectGraph_URP/utr
4242
- brew tap --force-auto-update unity/unity git@github.cds.internal.unity3d.com:unity/homebrew-unity.git
43-
- brew install unity/unity/unity-downloader-cli
43+
- brew upgrade unity/unity/unity-downloader-cli
4444
- cd TestProjects/VisualEffectGraph_URP && unity-downloader-cli --source-file ../../unity_revision.txt -c editor -c il2cpp --wait --published-only
4545
- cd TestProjects/VisualEffectGraph_URP && ./utr --artifacts_path=test-results --editor-location=.Editor --extra-editor-arg="-colorspace=Linear" --reruncount=2 --scripting-backend=Mono2x --suite=playmode --testproject=.
4646
artifacts:

0 commit comments

Comments
 (0)