Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 25 additions & 20 deletions .yamato/config/__shared.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ test_platforms:
- [all]: <shared.platform.commands.unity_downloader_cli>
- [all]: <shared.platform.commands.call_utr>
after:
- [OSX_OpenGlCore, OSX_Metal, iPhone_Metal, Android_OpenGLES3, Android_Vulkan, XRQuest_OpenGLES3, XRQuest_Vulkan, Linux_OpenGlCore, Linux_Vulkan]: <shared.platform.commands.log_parser>
- [OSX_OpenGlCore, OSX_Metal, iPhone_Metal, Android_OpenGLES3, Android_Vulkan, XRQuest_OpenGLES3, XRQuest_Vulkan, Linux_OpenGlCore, Linux_Vulkan]: <shared.platform.commands.find_instabilities>
after_build:
- [OSX_OpenGlCore, iPhone_Metal, XRQuest_OpenGLES3, XRQuest_Vulkan, Linux_OpenGlCore, Linux_Vulkan]: <shared.platform.commands.log_parser>
- [OSX_OpenGlCore, iPhone_Metal, XRQuest_OpenGLES3, XRQuest_Vulkan, Linux_OpenGlCore, Linux_Vulkan]: <shared.platform.commands.find_instabilities>
- type: playmode
allow_cache: True
utr_flags:
Expand Down Expand Up @@ -166,7 +166,7 @@ test_platforms:
- [all]: <shared.platform.commands.unity_downloader_cli>
- [all]: <shared.platform.commands.call_utr>
after:
- [OSX_OpenGlCore, OSX_Metal, iPhone_Metal, Android_OpenGLES3, Android_Vulkan, XRQuest_OpenGLES3, XRQuest_Vulkan, Linux_OpenGlCore, Linux_Vulkan]: <shared.platform.commands.log_parser>
- [OSX_OpenGlCore, OSX_Metal, iPhone_Metal, Android_OpenGLES3, Android_Vulkan, XRQuest_OpenGLES3, XRQuest_Vulkan, Linux_OpenGlCore, Linux_Vulkan]: <shared.platform.commands.find_instabilities>

- type: editmode
allow_cache: False
Expand Down Expand Up @@ -208,7 +208,7 @@ test_platforms:
- [all]: <shared.platform.commands.unity_downloader_cli>
- [all]: <shared.platform.commands.call_utr>
after:
- [OSX_OpenGlCore, OSX_Metal, iPhone_Metal, Android_OpenGLES3, Android_Vulkan, XRQuest_OpenGLES3, XRQuest_Vulkan, Linux_OpenGlCore, Linux_Vulkan]: <shared.platform.commands.log_parser>
- [OSX_OpenGlCore, OSX_Metal, iPhone_Metal, Android_OpenGLES3, Android_Vulkan, XRQuest_OpenGLES3, XRQuest_Vulkan, Linux_OpenGlCore, Linux_Vulkan]: <shared.platform.commands.find_instabilities>

platforms:
Win:
Expand Down Expand Up @@ -264,6 +264,9 @@ platforms:
retries: 2
turn_off_firewall:
- command: NetSh Advfirewall set allprofiles state off
find_instabilities:
- command: pip3 install ant_instability_detection --index-url https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade || exit 0
- command: find_instabilities || exit 0

OSX:
name: OSX
Expand Down Expand Up @@ -316,9 +319,9 @@ platforms:
retries: 2
- command: ssh -i ~/.ssh/id_rsa_macmini bokken@$BOKKEN_DEVICE_IP '$(python3 -m site --user-base)/bin/unity-downloader-cli <EDITOR_REVISION_CMD> -c editor -c il2cpp --wait --published-only'
retries: 2
log_parser:
- command: pip3 install requests --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade || exit 0
- command: python3 .yamato/script/log_scripts/log_parser.py || exit 0
find_instabilities:
- command: pip3 install requests ant_instability_detection --index-url https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade || exit 0
- command: find_instabilities || exit 0
[OpenGlCore]:
setup_utr:
- command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
Expand All @@ -336,8 +339,9 @@ platforms:
retries: 2
- command: unity-downloader-cli <EDITOR_REVISION_CMD> -c editor -c il2cpp --wait --published-only
retries: 2
log_parser:
- command: python3 .yamato/script/log_scripts/log_parser.py || exit 0
find_instabilities:
- command: pip3 install ant_instability_detection --index-url https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade || exit 0
- command: find_instabilities || exit 0


Linux:
Expand Down Expand Up @@ -378,8 +382,9 @@ platforms:
retries: 2
- command: sudo unity-downloader-cli <EDITOR_REVISION_CMD> -c editor -c il2cpp --wait --published-only
retries: 2
log_parser:
- command: python .yamato/script/log_scripts/log_parser.py || exit 0
find_instabilities:
- command: pip3 install ant_instability_detection --index-url https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade || exit 0
- command: find_instabilities || exit 0


Android:
Expand Down Expand Up @@ -448,9 +453,9 @@ platforms:
kill_server:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe kill-server
retries: 2
log_parser:
- command: pip install requests --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade || exit 0
- command: python .yamato/script/log_scripts/log_parser.py || exit 0
find_instabilities:
- command: pip install requests ant_instability_detection --index-url https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade || exit 0
- command: find_instabilities || exit 0


XRQuest:
Expand Down Expand Up @@ -503,9 +508,9 @@ platforms:
kill_server:
- command: start %ANDROID_SDK_ROOT%\platform-tools\adb.exe kill-server
retries: 2
log_parser:
- command: pip install requests --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade || exit 0
- command: python .yamato/script/log_scripts/log_parser.py || exit 0
find_instabilities:
- command: pip install requests ant_instability_detection --index-url https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade || exit 0
- command: find_instabilities || exit 0

iPhone:
name: iPhone
Expand Down Expand Up @@ -542,9 +547,9 @@ platforms:
retries: 2
- command: unity-downloader-cli <EDITOR_REVISION_CMD> -c editor -c iOS -c il2cpp --wait --published-only
retries: 2
log_parser:
- command: pip3 install requests --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade || exit 0
- command: python3 .yamato/script/log_scripts/log_parser.py || exit 0
find_instabilities:
- command: pip3 install requests ant_instability_detection --index-url https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade || exit 0
- command: find_instabilities || exit 0
non_project_agents:
package_ci_ubuntu_large:
type: Unity::VM
Expand Down
Loading