From 0fa361861493e679841ca8acd014b95ae10e81c8 Mon Sep 17 00:00:00 2001 From: Antone Franich Date: Thu, 16 Apr 2020 12:46:56 -0700 Subject: [PATCH] Added missing SinglePass, and updated Project name for 2019.3 --- .yamato/2019.3-Functional-MockHMDTests.yml | 37 ++++++++++++++++++++-- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/.yamato/2019.3-Functional-MockHMDTests.yml b/.yamato/2019.3-Functional-MockHMDTests.yml index 06f7fc1b..e5cc84ce 100644 --- a/.yamato/2019.3-Functional-MockHMDTests.yml +++ b/.yamato/2019.3-Functional-MockHMDTests.yml @@ -5,6 +5,8 @@ dependencies: - path: .yamato/2019.3-Functional-MockHMDTests.yml#2019.3_XrPlaymode_MockHMD_MultiPass rerun: always + - path: .yamato/2019.3-Functional-MockHMDTests.yml#2019.3_XrPlaymode_MockHMD_SinglePass + rerun: always - path: .yamato/2019.3-Functional-MockHMDTests.yml#2019.3_XrPlaymode_MockHMD_Instancing rerun: always @@ -20,9 +22,9 @@ includeUWP: "False" includeIL2CPP: "True" includeIOS: "False" - cmd: "--suite=playmode --testproject=../FunctionalTests/VR/CrossPlatform_MockHmdXRSDK --platform=StandaloneWindows64 + cmd: "--suite=playmode --testproject=../FunctionalTests/VR/CrossPlatform_BuiltInVR --platform=StandaloneWindows64 --editor-location=.Editor --player-save-path=build/players --artifacts_path=build/logs --build-only - --extra-editor-arg=\"-enabledxrtarget=MockHMDXRSDK\" --extra-editor-arg=\"-playergraphicsAPI=Direct3D11\" + --extra-editor-arg=\"-enabledxrtarget=MockHMD\" --extra-editor-arg=\"-playergraphicsAPI=Direct3D11\" --extra-editor-arg=\"-stereorenderingpath=MultiPass\" --extra-editor-arg=\"-executeMethod Assets.Editor.Build.CommandLineSetup\"" commands: - pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple @@ -37,6 +39,35 @@ paths: - ".yamato/build/test-results/**" +2019.3_XrPlaymode_MockHMD_SinglePass: + name: 2019.3_XrPlaymode_MockHMD_SinglePass + agent: + type: Unity::VM + image: sdet/gamecode_win10:latest + flavor: b1.large + variables: + unityVERSION: "2019.3/staging" + includeAndroid: "False" + includeUWP: "False" + includeIL2CPP: "True" + includeIOS: "False" + cmd: "--suite=playmode --testproject=../FunctionalTests/VR/CrossPlatform_BuiltInVR --platform=StandaloneWindows64 + --editor-location=.Editor --player-save-path=build/players --artifacts_path=build/logs --build-only + --extra-editor-arg=\"-enabledxrtarget=MockHMD\" --extra-editor-arg=\"-playergraphicsAPI=Direct3D11\" + --extra-editor-arg=\"-stereorenderingpath=SinglePass\" --extra-editor-arg=\"-executeMethod Assets.Editor.Build.CommandLineSetup\"" + commands: + - pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple + - dir + - | + cd .yamato + python installUnityAndBuildPlayer.py + - curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr.bat --output utr.bat + - ./utr --suite=playmode --platform=StandaloneWindows64 --player-load-path=.yamato/build/players --artifacts_path=.yamato/build/test-results --player-connection-ip=auto + artifacts: + logs: + paths: + - ".yamato/build/test-results/**" + - 2019.3_XrPlaymode_MockHMD_Instancing: name: 2019.3_XrPlaymode_MockHMD_Instancing agent: @@ -49,7 +80,7 @@ includeUWP: "False" includeIL2CPP: "True" includeIOS: "False" - cmd: "--suite=playmode --testproject=../FunctionalTests/VR/CrossPlatform_MockHmdXRSDK --platform=StandaloneWindows64 + cmd: "--suite=playmode --testproject=../FunctionalTests/VR/CrossPlatform_BuiltInVR --platform=StandaloneWindows64 --editor-location=.Editor --player-save-path=build/players --artifacts_path=build/logs --build-only --extra-editor-arg=\"-enabledxrtarget=MockHMDXRSDK\" --extra-editor-arg=\"-playergraphicsAPI=Direct3D11\" --extra-editor-arg=\"-stereorenderingpath=Instancing\" --extra-editor-arg=\"-executeMethod Assets.Editor.Build.CommandLineSetup\""