@@ -59,6 +59,34 @@ VFX_HDRP_OSX_Metal_playmode_trunk:
5959 logs :
6060 paths :
6161 - " **/test-results/**"
62+ VFX_HDRP_OSX_Metal_playmode_XR_trunk :
63+ name : VFX_HDRP on OSX_Metal_playmode_XR on version trunk
64+ agent :
65+ type : Unity::metal::macmini
66+ image : slough-ops/macos-10.14-xcode:stable
67+ flavor : m1.mac
68+ variables :
69+ UPM_REGISTRY : https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
70+ dependencies :
71+ - path : .yamato/_editor.yml#editor:priming:trunk:macos
72+ rerun : on-new-revision
73+ commands :
74+ -
git clone [email protected] :unity/utr.git TestProjects/VisualEffectGraph_HDRP/utr 75+ - ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP "bash -lc 'pip3 install --user unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade'"
76+ - scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" -r $YAMATO_SOURCE_DIR bokken@$BOKKEN_DEVICE_IP:~/Graphics
77+ - scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" ~/.ssh/id_rsa_macmini bokken@$BOKKEN_DEVICE_IP:~/.ssh/id_rsa_macmini
78+ - ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP '/Users/bokken/Library/Python/3.7/bin/unity-downloader-cli --source-file ~/Graphics/unity_revision.txt -c editor -c il2cpp --wait --published-only'
79+ - |5-
80+
81+ ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP 'cd ~/Graphics/TestProjects/VisualEffectGraph_HDRP && ~/Graphics/TestProjects/VisualEffectGraph_HDRP/utr/utr --suite=playmode --extra-editor-arg="-xr-tests" --testproject=/Users/bokken/Graphics/TestProjects/VisualEffectGraph_HDRP --editor-location=/Users/bokken/.Editor --artifacts_path=/Users/bokken/Graphics/TestProjects/VisualEffectGraph_HDRP/test-results'
82+ UTR_RESULT=$?
83+ mkdir -p TestProjects/VisualEffectGraph_HDRP/test-results/
84+ scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" -r bokken@$BOKKEN_DEVICE_IP:/Users/bokken/Graphics/TestProjects/VisualEffectGraph_HDRP/test-results/ TestProjects/VisualEffectGraph_HDRP/test-results/
85+ exit $UTR_RESULT
86+ artifacts :
87+ logs :
88+ paths :
89+ - " **/test-results/**"
6290VFX_HDRP_OSX_Metal_editmode_trunk :
6391 name : VFX_HDRP on OSX_Metal_editmode on version trunk
6492 agent :
@@ -143,6 +171,34 @@ VFX_HDRP_OSX_Metal_playmode_fast-trunk:
143171 logs :
144172 paths :
145173 - " **/test-results/**"
174+ VFX_HDRP_OSX_Metal_playmode_XR_fast-trunk :
175+ name : VFX_HDRP on OSX_Metal_playmode_XR on version fast-trunk
176+ agent :
177+ type : Unity::metal::macmini
178+ image : slough-ops/macos-10.14-xcode:stable
179+ flavor : m1.mac
180+ variables :
181+ UPM_REGISTRY : https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
182+ dependencies :
183+ - path : .yamato/_editor.yml#editor:priming:fast-trunk:macos
184+ rerun : on-new-revision
185+ commands :
186+ -
git clone [email protected] :unity/utr.git TestProjects/VisualEffectGraph_HDRP/utr 187+ - ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP "bash -lc 'pip3 install --user unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade'"
188+ - scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" -r $YAMATO_SOURCE_DIR bokken@$BOKKEN_DEVICE_IP:~/Graphics
189+ - scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" ~/.ssh/id_rsa_macmini bokken@$BOKKEN_DEVICE_IP:~/.ssh/id_rsa_macmini
190+ - ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP '/Users/bokken/Library/Python/3.7/bin/unity-downloader-cli --source-file ~/Graphics/unity_revision.txt -c editor -c il2cpp --wait --published-only'
191+ - |5-
192+
193+ ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP 'cd ~/Graphics/TestProjects/VisualEffectGraph_HDRP && ~/Graphics/TestProjects/VisualEffectGraph_HDRP/utr/utr --suite=playmode --extra-editor-arg="-xr-tests" --testproject=/Users/bokken/Graphics/TestProjects/VisualEffectGraph_HDRP --editor-location=/Users/bokken/.Editor --artifacts_path=/Users/bokken/Graphics/TestProjects/VisualEffectGraph_HDRP/test-results'
194+ UTR_RESULT=$?
195+ mkdir -p TestProjects/VisualEffectGraph_HDRP/test-results/
196+ scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" -r bokken@$BOKKEN_DEVICE_IP:/Users/bokken/Graphics/TestProjects/VisualEffectGraph_HDRP/test-results/ TestProjects/VisualEffectGraph_HDRP/test-results/
197+ exit $UTR_RESULT
198+ artifacts :
199+ logs :
200+ paths :
201+ - " **/test-results/**"
146202VFX_HDRP_OSX_Metal_editmode_fast-trunk :
147203 name : VFX_HDRP on OSX_Metal_editmode on version fast-trunk
148204 agent :
@@ -229,6 +285,35 @@ VFX_HDRP_OSX_Metal_playmode_CUSTOM-REVISION:
229285 logs :
230286 paths :
231287 - " **/test-results/**"
288+ VFX_HDRP_OSX_Metal_playmode_XR_CUSTOM-REVISION :
289+ name : VFX_HDRP on OSX_Metal_playmode_XR on version CUSTOM-REVISION
290+ agent :
291+ type : Unity::metal::macmini
292+ image : slough-ops/macos-10.14-xcode:stable
293+ flavor : m1.mac
294+ variables :
295+ UPM_REGISTRY : https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
296+ CUSTOM_REVISION : custom_revision_not_set
297+ dependencies :
298+ - path : .yamato/_editor.yml#editor:priming:CUSTOM-REVISION:macos
299+ rerun : always
300+ commands :
301+ -
git clone [email protected] :unity/utr.git TestProjects/VisualEffectGraph_HDRP/utr 302+ - ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP "bash -lc 'pip3 install --user unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade'"
303+ - scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" -r $YAMATO_SOURCE_DIR bokken@$BOKKEN_DEVICE_IP:~/Graphics
304+ - scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" ~/.ssh/id_rsa_macmini bokken@$BOKKEN_DEVICE_IP:~/.ssh/id_rsa_macmini
305+ - ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP '/Users/bokken/Library/Python/3.7/bin/unity-downloader-cli --source-file ~/Graphics/unity_revision.txt -c editor -c il2cpp --wait --published-only'
306+ - |5-
307+
308+ ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP 'cd ~/Graphics/TestProjects/VisualEffectGraph_HDRP && ~/Graphics/TestProjects/VisualEffectGraph_HDRP/utr/utr --suite=playmode --extra-editor-arg="-xr-tests" --testproject=/Users/bokken/Graphics/TestProjects/VisualEffectGraph_HDRP --editor-location=/Users/bokken/.Editor --artifacts_path=/Users/bokken/Graphics/TestProjects/VisualEffectGraph_HDRP/test-results'
309+ UTR_RESULT=$?
310+ mkdir -p TestProjects/VisualEffectGraph_HDRP/test-results/
311+ scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" -r bokken@$BOKKEN_DEVICE_IP:/Users/bokken/Graphics/TestProjects/VisualEffectGraph_HDRP/test-results/ TestProjects/VisualEffectGraph_HDRP/test-results/
312+ exit $UTR_RESULT
313+ artifacts :
314+ logs :
315+ paths :
316+ - " **/test-results/**"
232317VFX_HDRP_OSX_Metal_editmode_CUSTOM-REVISION :
233318 name : VFX_HDRP on OSX_Metal_editmode on version CUSTOM-REVISION
234319 agent :
0 commit comments