@@ -59,6 +59,34 @@ HDRP_OSX_Metal_playmode_XR_trunk:
5959 logs :
6060 paths :
6161 - " **/test-results/**"
62+ HDRP_OSX_Metal_playmode_RenderGraph_trunk :
63+ name : HDRP on OSX_Metal_playmode_RenderGraph 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/HDRP_Tests/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/HDRP_Tests && ~/Graphics/TestProjects/HDRP_Tests/utr/utr --suite=playmode --extra-editor-arg="-rendergraph-tests" --testproject=/Users/bokken/Graphics/TestProjects/HDRP_Tests --editor-location=/Users/bokken/.Editor --artifacts_path=/Users/bokken/Graphics/TestProjects/HDRP_Tests/test-results'
82+ UTR_RESULT=$?
83+ mkdir -p TestProjects/HDRP_Tests/test-results/
84+ scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" -r bokken@$BOKKEN_DEVICE_IP:/Users/bokken/Graphics/TestProjects/HDRP_Tests/test-results/ TestProjects/HDRP_Tests/test-results/
85+ exit $UTR_RESULT
86+ artifacts :
87+ logs :
88+ paths :
89+ - " **/test-results/**"
6290HDRP_OSX_Metal_editmode_trunk :
6391 name : HDRP on OSX_Metal_editmode on version trunk
6492 agent :
@@ -171,6 +199,34 @@ HDRP_OSX_Metal_playmode_XR_fast-trunk:
171199 logs :
172200 paths :
173201 - " **/test-results/**"
202+ HDRP_OSX_Metal_playmode_RenderGraph_fast-trunk :
203+ name : HDRP on OSX_Metal_playmode_RenderGraph on version fast-trunk
204+ agent :
205+ type : Unity::metal::macmini
206+ image : slough-ops/macos-10.14-xcode:stable
207+ flavor : m1.mac
208+ variables :
209+ UPM_REGISTRY : https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
210+ dependencies :
211+ - path : .yamato/_editor.yml#editor:priming:fast-trunk:macos
212+ rerun : on-new-revision
213+ commands :
214+ -
git clone [email protected] :unity/utr.git TestProjects/HDRP_Tests/utr 215+ - 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'"
216+ - scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" -r $YAMATO_SOURCE_DIR bokken@$BOKKEN_DEVICE_IP:~/Graphics
217+ - scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" ~/.ssh/id_rsa_macmini bokken@$BOKKEN_DEVICE_IP:~/.ssh/id_rsa_macmini
218+ - 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'
219+ - |5-
220+
221+ ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP 'cd ~/Graphics/TestProjects/HDRP_Tests && ~/Graphics/TestProjects/HDRP_Tests/utr/utr --suite=playmode --extra-editor-arg="-rendergraph-tests" --testproject=/Users/bokken/Graphics/TestProjects/HDRP_Tests --editor-location=/Users/bokken/.Editor --artifacts_path=/Users/bokken/Graphics/TestProjects/HDRP_Tests/test-results'
222+ UTR_RESULT=$?
223+ mkdir -p TestProjects/HDRP_Tests/test-results/
224+ scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" -r bokken@$BOKKEN_DEVICE_IP:/Users/bokken/Graphics/TestProjects/HDRP_Tests/test-results/ TestProjects/HDRP_Tests/test-results/
225+ exit $UTR_RESULT
226+ artifacts :
227+ logs :
228+ paths :
229+ - " **/test-results/**"
174230HDRP_OSX_Metal_editmode_fast-trunk :
175231 name : HDRP on OSX_Metal_editmode on version fast-trunk
176232 agent :
@@ -285,6 +341,35 @@ HDRP_OSX_Metal_playmode_XR_CUSTOM-REVISION:
285341 logs :
286342 paths :
287343 - " **/test-results/**"
344+ HDRP_OSX_Metal_playmode_RenderGraph_CUSTOM-REVISION :
345+ name : HDRP on OSX_Metal_playmode_RenderGraph on version CUSTOM-REVISION
346+ agent :
347+ type : Unity::metal::macmini
348+ image : slough-ops/macos-10.14-xcode:stable
349+ flavor : m1.mac
350+ variables :
351+ UPM_REGISTRY : https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates
352+ CUSTOM_REVISION : custom_revision_not_set
353+ dependencies :
354+ - path : .yamato/_editor.yml#editor:priming:CUSTOM-REVISION:macos
355+ rerun : always
356+ commands :
357+ -
git clone [email protected] :unity/utr.git TestProjects/HDRP_Tests/utr 358+ - 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'"
359+ - scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" -r $YAMATO_SOURCE_DIR bokken@$BOKKEN_DEVICE_IP:~/Graphics
360+ - scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" ~/.ssh/id_rsa_macmini bokken@$BOKKEN_DEVICE_IP:~/.ssh/id_rsa_macmini
361+ - 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'
362+ - |5-
363+
364+ ssh -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" bokken@$BOKKEN_DEVICE_IP 'cd ~/Graphics/TestProjects/HDRP_Tests && ~/Graphics/TestProjects/HDRP_Tests/utr/utr --suite=playmode --extra-editor-arg="-rendergraph-tests" --testproject=/Users/bokken/Graphics/TestProjects/HDRP_Tests --editor-location=/Users/bokken/.Editor --artifacts_path=/Users/bokken/Graphics/TestProjects/HDRP_Tests/test-results'
365+ UTR_RESULT=$?
366+ mkdir -p TestProjects/HDRP_Tests/test-results/
367+ scp -i ~/.ssh/id_rsa_macmini -o "StrictHostKeyChecking=no" -r bokken@$BOKKEN_DEVICE_IP:/Users/bokken/Graphics/TestProjects/HDRP_Tests/test-results/ TestProjects/HDRP_Tests/test-results/
368+ exit $UTR_RESULT
369+ artifacts :
370+ logs :
371+ paths :
372+ - " **/test-results/**"
288373HDRP_OSX_Metal_editmode_CUSTOM-REVISION :
289374 name : HDRP on OSX_Metal_editmode on version CUSTOM-REVISION
290375 agent :
0 commit comments