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
60 changes: 48 additions & 12 deletions .yamato/_templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pre_pack_hdrp_template_Win_trunk:
commands:
- choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
- .Editor\Unity.exe -projectPath com.unity.template-hd -batchmode -quit
- .Editor\Unity.exe -projectPath com.unity.template-hd -batchmode -quit -logFile ./Editor.log
dependencies:
- .yamato/_editor_priming.yml#editor:priming:trunk:Win
artifacts:
Expand All @@ -27,6 +27,9 @@ pre_pack_hdrp_template_Win_trunk:
- "com.unity.template-hd/Library/Artifacts/**"
- "com.unity.template-hd/Library/ArtifactDB"
- "com.unity.template-hd/Library/SourceAssetDB"
logs:
paths:
- "Editor.log"
pack_hdrp_template_Win_trunk:
name: Pack HDRP Template Win trunk
agent:
Expand Down Expand Up @@ -69,7 +72,7 @@ pre_pack_hdrp_template_OSX_trunk:
flavor: m1.mac
commands:
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
- .Editor/Unity.app/Contents/MacOS/Unity -projectPath com.unity.template-hd -batchmode -quit
- .Editor/Unity.app/Contents/MacOS/Unity -projectPath com.unity.template-hd -batchmode -quit -logFile ./Editor.log
dependencies:
- .yamato/_editor_priming.yml#editor:priming:trunk:OSX
artifacts:
Expand All @@ -78,6 +81,9 @@ pre_pack_hdrp_template_OSX_trunk:
- "com.unity.template-hd/Library/Artifacts/**"
- "com.unity.template-hd/Library/ArtifactDB"
- "com.unity.template-hd/Library/SourceAssetDB"
logs:
paths:
- "Editor.log"
pack_hdrp_template_OSX_trunk:
name: Pack HDRP Template OSX trunk
agent:
Expand Down Expand Up @@ -158,7 +164,7 @@ pre_pack_hdrp_template_Win_2021.2:
commands:
- choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
- .Editor\Unity.exe -projectPath com.unity.template-hd -batchmode -quit
- .Editor\Unity.exe -projectPath com.unity.template-hd -batchmode -quit -logFile ./Editor.log
dependencies:
- .yamato/_editor_priming.yml#editor:priming:2021.2:Win
artifacts:
Expand All @@ -167,6 +173,9 @@ pre_pack_hdrp_template_Win_2021.2:
- "com.unity.template-hd/Library/Artifacts/**"
- "com.unity.template-hd/Library/ArtifactDB"
- "com.unity.template-hd/Library/SourceAssetDB"
logs:
paths:
- "Editor.log"
pack_hdrp_template_Win_2021.2:
name: Pack HDRP Template Win 2021.2
agent:
Expand Down Expand Up @@ -209,7 +218,7 @@ pre_pack_hdrp_template_OSX_2021.2:
flavor: m1.mac
commands:
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
- .Editor/Unity.app/Contents/MacOS/Unity -projectPath com.unity.template-hd -batchmode -quit
- .Editor/Unity.app/Contents/MacOS/Unity -projectPath com.unity.template-hd -batchmode -quit -logFile ./Editor.log
dependencies:
- .yamato/_editor_priming.yml#editor:priming:2021.2:OSX
artifacts:
Expand All @@ -218,6 +227,9 @@ pre_pack_hdrp_template_OSX_2021.2:
- "com.unity.template-hd/Library/Artifacts/**"
- "com.unity.template-hd/Library/ArtifactDB"
- "com.unity.template-hd/Library/SourceAssetDB"
logs:
paths:
- "Editor.log"
pack_hdrp_template_OSX_2021.2:
name: Pack HDRP Template OSX 2021.2
agent:
Expand Down Expand Up @@ -298,7 +310,7 @@ pre_pack_hdrp_template_Win_CUSTOM-REVISION:
commands:
- choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
- .Editor\Unity.exe -projectPath com.unity.template-hd -batchmode -quit
- .Editor\Unity.exe -projectPath com.unity.template-hd -batchmode -quit -logFile ./Editor.log
dependencies:
- .yamato/_editor_priming.yml#editor:priming:CUSTOM-REVISION:Win
artifacts:
Expand All @@ -307,6 +319,9 @@ pre_pack_hdrp_template_Win_CUSTOM-REVISION:
- "com.unity.template-hd/Library/Artifacts/**"
- "com.unity.template-hd/Library/ArtifactDB"
- "com.unity.template-hd/Library/SourceAssetDB"
logs:
paths:
- "Editor.log"
pack_hdrp_template_Win_CUSTOM-REVISION:
name: Pack HDRP Template Win CUSTOM-REVISION
agent:
Expand Down Expand Up @@ -349,7 +364,7 @@ pre_pack_hdrp_template_OSX_CUSTOM-REVISION:
flavor: m1.mac
commands:
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
- .Editor/Unity.app/Contents/MacOS/Unity -projectPath com.unity.template-hd -batchmode -quit
- .Editor/Unity.app/Contents/MacOS/Unity -projectPath com.unity.template-hd -batchmode -quit -logFile ./Editor.log
dependencies:
- .yamato/_editor_priming.yml#editor:priming:CUSTOM-REVISION:OSX
artifacts:
Expand All @@ -358,6 +373,9 @@ pre_pack_hdrp_template_OSX_CUSTOM-REVISION:
- "com.unity.template-hd/Library/Artifacts/**"
- "com.unity.template-hd/Library/ArtifactDB"
- "com.unity.template-hd/Library/SourceAssetDB"
logs:
paths:
- "Editor.log"
pack_hdrp_template_OSX_CUSTOM-REVISION:
name: Pack HDRP Template OSX CUSTOM-REVISION
agent:
Expand Down Expand Up @@ -438,7 +456,7 @@ pre_pack_universal_template_Win_trunk:
commands:
- choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
- .Editor\Unity.exe -projectPath com.unity.template-universal -batchmode -quit
- .Editor\Unity.exe -projectPath com.unity.template-universal -batchmode -quit -logFile ./Editor.log
dependencies:
- .yamato/_editor_priming.yml#editor:priming:trunk:Win
artifacts:
Expand All @@ -447,6 +465,9 @@ pre_pack_universal_template_Win_trunk:
- "com.unity.template-universal/Library/Artifacts/**"
- "com.unity.template-universal/Library/ArtifactDB"
- "com.unity.template-universal/Library/SourceAssetDB"
logs:
paths:
- "Editor.log"
pack_universal_template_Win_trunk:
name: Pack Universal Template Win trunk
agent:
Expand Down Expand Up @@ -489,7 +510,7 @@ pre_pack_universal_template_OSX_trunk:
flavor: m1.mac
commands:
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
- .Editor/Unity.app/Contents/MacOS/Unity -projectPath com.unity.template-universal -batchmode -quit
- .Editor/Unity.app/Contents/MacOS/Unity -projectPath com.unity.template-universal -batchmode -quit -logFile ./Editor.log
dependencies:
- .yamato/_editor_priming.yml#editor:priming:trunk:OSX
artifacts:
Expand All @@ -498,6 +519,9 @@ pre_pack_universal_template_OSX_trunk:
- "com.unity.template-universal/Library/Artifacts/**"
- "com.unity.template-universal/Library/ArtifactDB"
- "com.unity.template-universal/Library/SourceAssetDB"
logs:
paths:
- "Editor.log"
pack_universal_template_OSX_trunk:
name: Pack Universal Template OSX trunk
agent:
Expand Down Expand Up @@ -578,7 +602,7 @@ pre_pack_universal_template_Win_2021.2:
commands:
- choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
- .Editor\Unity.exe -projectPath com.unity.template-universal -batchmode -quit
- .Editor\Unity.exe -projectPath com.unity.template-universal -batchmode -quit -logFile ./Editor.log
dependencies:
- .yamato/_editor_priming.yml#editor:priming:2021.2:Win
artifacts:
Expand All @@ -587,6 +611,9 @@ pre_pack_universal_template_Win_2021.2:
- "com.unity.template-universal/Library/Artifacts/**"
- "com.unity.template-universal/Library/ArtifactDB"
- "com.unity.template-universal/Library/SourceAssetDB"
logs:
paths:
- "Editor.log"
pack_universal_template_Win_2021.2:
name: Pack Universal Template Win 2021.2
agent:
Expand Down Expand Up @@ -629,7 +656,7 @@ pre_pack_universal_template_OSX_2021.2:
flavor: m1.mac
commands:
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
- .Editor/Unity.app/Contents/MacOS/Unity -projectPath com.unity.template-universal -batchmode -quit
- .Editor/Unity.app/Contents/MacOS/Unity -projectPath com.unity.template-universal -batchmode -quit -logFile ./Editor.log
dependencies:
- .yamato/_editor_priming.yml#editor:priming:2021.2:OSX
artifacts:
Expand All @@ -638,6 +665,9 @@ pre_pack_universal_template_OSX_2021.2:
- "com.unity.template-universal/Library/Artifacts/**"
- "com.unity.template-universal/Library/ArtifactDB"
- "com.unity.template-universal/Library/SourceAssetDB"
logs:
paths:
- "Editor.log"
pack_universal_template_OSX_2021.2:
name: Pack Universal Template OSX 2021.2
agent:
Expand Down Expand Up @@ -718,7 +748,7 @@ pre_pack_universal_template_Win_CUSTOM-REVISION:
commands:
- choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
- .Editor\Unity.exe -projectPath com.unity.template-universal -batchmode -quit
- .Editor\Unity.exe -projectPath com.unity.template-universal -batchmode -quit -logFile ./Editor.log
dependencies:
- .yamato/_editor_priming.yml#editor:priming:CUSTOM-REVISION:Win
artifacts:
Expand All @@ -727,6 +757,9 @@ pre_pack_universal_template_Win_CUSTOM-REVISION:
- "com.unity.template-universal/Library/Artifacts/**"
- "com.unity.template-universal/Library/ArtifactDB"
- "com.unity.template-universal/Library/SourceAssetDB"
logs:
paths:
- "Editor.log"
pack_universal_template_Win_CUSTOM-REVISION:
name: Pack Universal Template Win CUSTOM-REVISION
agent:
Expand Down Expand Up @@ -769,7 +802,7 @@ pre_pack_universal_template_OSX_CUSTOM-REVISION:
flavor: m1.mac
commands:
- unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
- .Editor/Unity.app/Contents/MacOS/Unity -projectPath com.unity.template-universal -batchmode -quit
- .Editor/Unity.app/Contents/MacOS/Unity -projectPath com.unity.template-universal -batchmode -quit -logFile ./Editor.log
dependencies:
- .yamato/_editor_priming.yml#editor:priming:CUSTOM-REVISION:OSX
artifacts:
Expand All @@ -778,6 +811,9 @@ pre_pack_universal_template_OSX_CUSTOM-REVISION:
- "com.unity.template-universal/Library/Artifacts/**"
- "com.unity.template-universal/Library/ArtifactDB"
- "com.unity.template-universal/Library/SourceAssetDB"
logs:
paths:
- "Editor.log"
pack_universal_template_OSX_CUSTOM-REVISION:
name: Pack Universal Template OSX CUSTOM-REVISION
agent:
Expand Down
2 changes: 1 addition & 1 deletion .yamato/script/gfx_sdet_tools_revision.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0443302efc7cbcd00689731e6020eb8a3a443579
fa7cf5621e3dfe7dd2f8edbe0e313400a5fe43d7