diff --git a/.yamato/_abv.yml b/.yamato/_abv.yml index 3f6b2a22713..16cd94b2ad2 100644 --- a/.yamato/_abv.yml +++ b/.yamato/_abv.yml @@ -23,8 +23,6 @@ all_project_ci_trunk: rerun: on_new_revision - path: .yamato/_projectcontext.yml#all_package_ci_project_trunk rerun: on_new_revision - triggers: - expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.render-pipelines.core/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"] all_project_ci_nightly_trunk: name: _Nightly ABV against trunk dependencies: diff --git a/.yamato/_editor_priming.yml b/.yamato/_editor_priming.yml index c67b46f391a..49ba7a19b22 100644 --- a/.yamato/_editor_priming.yml +++ b/.yamato/_editor_priming.yml @@ -205,6 +205,7 @@ editor:priming:CUSTOM-REVISION:XRQuest: UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates CUSTOM_REVISION: custom_revision_not_set commands: + - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* - curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add - - sudo sh -c "echo 'deb https://artifactory.prd.it.unity3d.com/artifactory/unity-apt-local bionic main' > /etc/apt/sources.list.d/unity.list" - sudo apt update @@ -225,6 +226,7 @@ editor:priming:test_min_editor:XRQuest: DISPLAY: ":0" UPM_REGISTRY: https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates commands: + - sudo rm -f /etc/apt/sources.list /etc/apt/sources.list.d/{nodesource,teamviewer,deadsnakes-ubuntu-ppa-}* - curl -L https://artifactory.prd.it.unity3d.com/artifactory/api/gpg/key/public | sudo apt-key add - - sudo sh -c "echo 'deb https://artifactory.prd.it.unity3d.com/artifactory/unity-apt-local bionic main' > /etc/apt/sources.list.d/unity.list" - sudo apt update diff --git a/.yamato/_projectcontext.yml b/.yamato/_projectcontext.yml index d199bb4da62..e4cab46ba23 100644 --- a/.yamato/_projectcontext.yml +++ b/.yamato/_projectcontext.yml @@ -346,8 +346,6 @@ all_package_ci_project_trunk: - .yamato/_projectcontext.yml#test_all_project_Win_min_editor - .yamato/_projectcontext.yml#test_all_project_OSX_trunk - .yamato/_projectcontext.yml#test_all_project_OSX_min_editor - triggers: - expression: pull_request.target eq "master" AND NOT pull_request.draft commands: - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm - upm-ci package izon -t diff --git a/.yamato/all-hdrp.yml b/.yamato/all-hdrp.yml index ef0d4ad759e..b9ae62b35c7 100644 --- a/.yamato/all-hdrp.yml +++ b/.yamato/all-hdrp.yml @@ -33,8 +33,6 @@ PR_HDRP_trunk: rerun: on_new_revision - path: .yamato/all-vfx_hdrp.yml#PR_VFX_HDRP_trunk rerun: on_new_revision - triggers: - expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.render-pipelines.high-definition/**/*", "com.unity.render-pipelines.high-definition-config/**/*", "TestProjects/HDRP_Tests/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"] variables: UTR_VERSION: "current" TEST_FILTER: .* diff --git a/.yamato/all-postprocessing.yml b/.yamato/all-postprocessing.yml index d770478001b..eb5bb3748ee 100644 --- a/.yamato/all-postprocessing.yml +++ b/.yamato/all-postprocessing.yml @@ -27,8 +27,6 @@ PR_PostProcessing_trunk: rerun: on_new_revision - path: .yamato/postprocessing-linux-vulkan.yml#PostProcessing_Linux_Vulkan_playmode_cache_mono_Linear_trunk rerun: on_new_revision - triggers: - expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.postprocessing/**/*", "TestProjects/PostProcessing_Tests/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"] variables: UTR_VERSION: "current" TEST_FILTER: .* diff --git a/.yamato/all-shadergraph.yml b/.yamato/all-shadergraph.yml index 643ee33787c..ec3abda67de 100644 --- a/.yamato/all-shadergraph.yml +++ b/.yamato/all-shadergraph.yml @@ -23,8 +23,6 @@ PR_ShaderGraph_trunk: rerun: on_new_revision - path: .yamato/all-shadergraph_stereo.yml#PR_ShaderGraph_Stereo_trunk rerun: on_new_revision - triggers: - expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.shadergraph/**/*", "TestProjects/ShaderGraph/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"] variables: UTR_VERSION: "current" TEST_FILTER: .* diff --git a/.yamato/all-smoke_test.yml b/.yamato/all-smoke_test.yml index 2486c943d50..3307d3ab649 100644 --- a/.yamato/all-smoke_test.yml +++ b/.yamato/all-smoke_test.yml @@ -17,8 +17,6 @@ PR_Smoke_Test_trunk: rerun: on_new_revision - path: .yamato/smoke_test-win-dx11.yml#Smoke_Test_Win_DX11_Standalone_mono_Linear_trunk rerun: on_new_revision - triggers: - expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.changes.any match ["TestProjects/SRP_SmokeTest/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"] variables: UTR_VERSION: "current" TEST_FILTER: .* diff --git a/.yamato/all-universal_split.yml b/.yamato/all-universal_split.yml index 0031697e1a9..a3fc75b0ef8 100644 --- a/.yamato/all-universal_split.yml +++ b/.yamato/all-universal_split.yml @@ -29,8 +29,6 @@ PR_Universal_Split_trunk: rerun: on_new_revision - path: .yamato/all-urpupdate.yml#PR_URPUpdate_trunk rerun: on_new_revision - triggers: - expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.render-pipelines.universal/**/*", "TestProjects/UniversalGraphicsTest_*/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"] variables: UTR_VERSION: "current" TEST_FILTER: .* diff --git a/.yamato/all-urp_performance_boatattack.yml b/.yamato/all-urp_performance_boatattack.yml index 6056aae22c7..cfab38d8667 100644 --- a/.yamato/all-urp_performance_boatattack.yml +++ b/.yamato/all-urp_performance_boatattack.yml @@ -55,6 +55,8 @@ Nightly_URP_Performance_BoatAttack_trunk: dependencies: - path: .yamato/urp_performance_boatattack-xrquest-opengles3.yml#URP_Performance_BoatAttack_XRQuest_OpenGLES3_performance_playmode_runtime_il2cpp_Linear_trunk rerun: on_new_revision + - path: .yamato/urp_performance_boatattack-xrquest-vulkan.yml#URP_Performance_BoatAttack_XRQuest_Vulkan_performance_playmode_runtime_il2cpp_Linear_trunk + rerun: on_new_revision - path: .yamato/all-urp_performance_boatattack.yml#PR_URP_Performance_BoatAttack_trunk rerun: on_new_revision variables: @@ -110,6 +112,8 @@ Nightly_URP_Performance_BoatAttack_CUSTOM-REVISION: dependencies: - path: .yamato/urp_performance_boatattack-xrquest-opengles3.yml#URP_Performance_BoatAttack_XRQuest_OpenGLES3_performance_playmode_runtime_il2cpp_Linear_CUSTOM-REVISION rerun: on_new_revision + - path: .yamato/urp_performance_boatattack-xrquest-vulkan.yml#URP_Performance_BoatAttack_XRQuest_Vulkan_performance_playmode_runtime_il2cpp_Linear_CUSTOM-REVISION + rerun: on_new_revision - path: .yamato/all-urp_performance_boatattack.yml#PR_URP_Performance_BoatAttack_CUSTOM-REVISION rerun: on_new_revision variables: diff --git a/.yamato/all-vfx_hdrp.yml b/.yamato/all-vfx_hdrp.yml index 22f45932a4c..320b8203ba7 100644 --- a/.yamato/all-vfx_hdrp.yml +++ b/.yamato/all-vfx_hdrp.yml @@ -17,8 +17,6 @@ PR_VFX_HDRP_trunk: rerun: on_new_revision - path: .yamato/vfx_hdrp-win-dx12.yml#VFX_HDRP_Win_DX12_Standalone_cache_mono_Linear_trunk rerun: on_new_revision - triggers: - expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.visualeffectgraph/**/*", "TestProjects/VisualEffectGraph_HDRP/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"] variables: UTR_VERSION: "current" TEST_FILTER: .* diff --git a/.yamato/all-vfx_urp.yml b/.yamato/all-vfx_urp.yml index 15440249169..09bc5ea0351 100644 --- a/.yamato/all-vfx_urp.yml +++ b/.yamato/all-vfx_urp.yml @@ -13,8 +13,6 @@ PR_VFX_URP_trunk: dependencies: - path: .yamato/vfx_urp-win-dx11.yml#VFX_URP_Win_DX11_Standalone_cache_mono_Linear_trunk rerun: on_new_revision - triggers: - expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.visualeffectgraph/**/*", "TestProjects/VisualEffectGraph_URP/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"] variables: UTR_VERSION: "current" TEST_FILTER: .* diff --git a/.yamato/config/__shared.metafile b/.yamato/config/__shared.metafile index 83c9e3bd29e..a0964a4eadf 100644 --- a/.yamato/config/__shared.metafile +++ b/.yamato/config/__shared.metafile @@ -63,44 +63,44 @@ test_platforms: - [OSX_OpenGlCore, OSX_Metal]: --platform=StandaloneOSX - [iPhone_Metal]: --platform=iOS - [Android_OpenGLES3, Android_Vulkan, XRQuest_OpenGLES3, XRQuest_Vulkan]: --platform=Android - + - [Android_OpenGLES3, Android_Vulkan, iPhone_Metal,Win_DX11, Win_DX12, Win_Vulkan, Win_, Linux_OpenGlCore, Linux_Vulkan, XRQuest_OpenGLES3, XRQuest_Vulkan]: --player-load-path=players - + - [all]: --artifacts_path=TestProjects//test-results - [OSX_Metal]: --artifacts_path=/Users/bokken/Graphics/TestProjects//test-results - + - [OSX_Metal]: --editor-location=.Editor - [OSX_Metal]: --scripting-backend= - - [OSX_Metal]: --testfilter=%TEST_FILTER% - + - [OSX_Metal]: --testfilter=%TEST_FILTER% + - [Android_OpenGLES3, Android_Vulkan, XRQuest_OpenGLES3, XRQuest_Vulkan]: --architecture=ARM64 - [OSX_Metal]: --testproject=/Users/bokken/Graphics/TestProjects/ - - [Win_DX11, Win_DX12, Win_Vulkan, Win_, Linux_OpenGlCore, Linux_Vulkan]: --player-connection-ip=auto + - [Win_DX11, Win_DX12, Win_Vulkan, Win_, Linux_OpenGlCore, Linux_Vulkan]: --player-connection-ip=auto utr_flags_build: - - [all]: --testfilter=%TEST_FILTER% + - [all]: --testfilter=%TEST_FILTER% - [all]: --suite=playmode - [all]: --build-only - [all]: --scripting-backend= - - [all]: --extra-editor-arg="-colorspace=" - + - [all]: --extra-editor-arg="-colorspace=" + - [Win_DX11, Win_DX12, Win_Vulkan, Win_]: --platform=StandaloneWindows64 - [Linux_OpenGlCore, Linux_Vulkan]: --platform=StandaloneLinux64 - [OSX_OpenGlCore, OSX_Metal]: --platform=StandaloneOSX - [iPhone_Metal]: --platform=iOS - [Android_OpenGLES3, Android_Vulkan, XRQuest_OpenGLES3, XRQuest_Vulkan]: --platform=Android - + - [all]: --testproject=./TestProjects/ - + - [all]: --editor-location=.Editor - [Android_OpenGLES3, Android_Vulkan, XRQuest_OpenGLES3, XRQuest_Vulkan]: --editor-location=./WindowsEditor - [XRQuest_Vulkan, XRQuest_OpenGLES3]: --extra-editor-arg="-enabledxrtargets=OculusXRSDK" - + - [all]: --artifacts_path=TestProjects//test-results - + - [Android_OpenGLES3, Android_Vulkan, iPhone_Metal, Win_DX11, Win_DX12, Win_Vulkan, Win_, Linux_OpenGlCore, Linux_Vulkan, XRQuest_OpenGLES3, XRQuest_Vulkan]: --player-save-path=players - + - [all]: --timeout=1200 - [Android_OpenGLES3, Android_Vulkan, XRQuest_OpenGLES3, XRQuest_Vulkan]: --timeout=2700 - [iPhone]: --timeout=1800 @@ -111,13 +111,13 @@ test_platforms: - [Win_Vulkan, Linux_Vulkan, Android_Vulkan, XRQuest_Vulkan]: --extra-editor-arg="-executemethod" --extra-editor-arg="SetupProject.ApplySettings" --extra-editor-arg="vulkan" --extra-editor-arg="" - [Android_OpenGLES3, XRQuest_OpenGLES3]: --extra-editor-arg="-executemethod" --extra-editor-arg="SetupProject.ApplySettings" --extra-editor-arg="gles3" --extra-editor-arg="" - [iPhone_Metal]: --extra-editor-arg="-executemethod" --extra-editor-arg="SetupProject.ApplySettings" --extra-editor-arg="metal" --extra-editor-arg="" - + - [Win_DX11]: --extra-editor-arg="-playergraphicsapi=Direct3D11" - [Win_DX12]: --extra-editor-arg="-playergraphicsapi=Direct3D12" - [Win_Vulkan, Linux_Vulkan, Android_Vulkan, XRQuest_Vulkan]: --extra-editor-arg="-playergraphicsapi=Vulkan" - [Android_OpenGLES3, XRQuest_OpenGLES3]: --extra-editor-arg="-playergraphicsapi=OpenGLES3" - [iPhone_Metal]: --extra-editor-arg="-playergraphicsapi=Metal" - + - [Android_OpenGLES3, Android_Vulkan, XRQuest_OpenGLES3, XRQuest_Vulkan]: --architecture=ARM64 commands: - [Android_OpenGLES3, Android_Vulkan]: @@ -133,20 +133,20 @@ test_platforms: - [all]: - type: playmode utr_flags: - - [all]: --testfilter=%TEST_FILTER% + - [all]: --testfilter=%TEST_FILTER% - [all]: --zero-tests-are-ok=1 - [all]: --suite=playmode - - [all]: --scripting-backend= + - [all]: --scripting-backend= # - [all]: --reruncount=2 - [all]: --extra-editor-arg="-colorspace=" - + - [all]: --testproject=./TestProjects/ - [OSX_Metal]: --testproject=/Users/bokken/Graphics/TestProjects/ - [all]: --editor-location=.Editor - [Android_OpenGLES3, Android_Vulkan]: --editor-location=./WindowsEditor - [OSX_Metal]: --editor-location=/Users/bokken/.Editor - + - [all]: --artifacts_path=TestProjects//test-results - [OSX_Metal]: --artifacts_path=/Users/bokken/Graphics/TestProjects//test-results @@ -159,26 +159,26 @@ test_platforms: - [all]: - [all]: - [all]: - + - type: editmode utr_flags: - - [all]: --testfilter=%TEST_FILTER% + - [all]: --testfilter=%TEST_FILTER% - [all]: --zero-tests-are-ok=1 - [all]: --suite=editor # - [all]: --reruncount=2 - - [all]: --scripting-backend= + - [all]: --scripting-backend= - [all]: --platform=editmode - [all]: --extra-editor-arg="-colorspace=" - [Android_OpenGLES3, Android_Vulkan]: --platform=Android - [iPhone_Metal]: --platform=iOS - + - [all]: --testproject=./TestProjects/ - [OSX_Metal]: --testproject=/Users/bokken/Graphics/TestProjects/ - [all]: --editor-location=.Editor - [Android_OpenGLES3, Android_Vulkan]: --editor-location=./WindowsEditor - [OSX_Metal]: --editor-location=Users/bokken/.Editor - + - [all]: --artifacts_path=TestProjects//test-results - [OSX_Metal]: --artifacts_path=/Users/bokken/Graphics/TestProjects//test-results @@ -244,12 +244,12 @@ platforms: echo %GIT_REVISIONDATE% del revdate.tmp utr & exit 0 - unity_downloader_cli: + unity_downloader_cli: - choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local - unity-downloader-cli -c editor -c il2cpp --wait --published-only - turn_off_firewall: + turn_off_firewall: - NetSh Advfirewall set allprofiles state off - + OSX: name: OSX os: macos @@ -274,7 +274,7 @@ platforms: editorpath: "$(pwd)/.Editor/Unity.app/Contents/MacOS/Unity" commands: [Metal]: - setup_utr: + setup_utr: - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr - chmod +x utr - scp -i ~/.ssh/id_rsa_macmini -r $YAMATO_SOURCE_DIR bokken@$BOKKEN_DEVICE_IP:~/Graphics @@ -282,14 +282,14 @@ platforms: call_utr: # TODO add git commands when needed - |5- ssh -i ~/.ssh/id_rsa_macmini bokken@$BOKKEN_DEVICE_IP "export UPM_REGISTRY=https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates; ~/Graphics/utr " - UTR_RESULT=$? + UTR_RESULT=$? mkdir -p TestProjects//test-results/ scp -i ~/.ssh/id_rsa_macmini -r bokken@$BOKKEN_DEVICE_IP:/Users/bokken/Graphics/TestProjects//test-results/ TestProjects//test-results/ exit $UTR_RESULT call_utr_without_git: - |5- ssh -i ~/.ssh/id_rsa_macmini bokken@$BOKKEN_DEVICE_IP "export UPM_REGISTRY=https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-candidates; ~/Graphics/utr " - UTR_RESULT=$? + UTR_RESULT=$? mkdir -p TestProjects//test-results/ scp -i ~/.ssh/id_rsa_macmini -r bokken@$BOKKEN_DEVICE_IP:/Users/bokken/Graphics/TestProjects//test-results/ TestProjects//test-results/ exit $UTR_RESULT @@ -331,7 +331,7 @@ platforms: flavor: b1.xlarge commands: [OpenGlCore, Vulkan]: - setup_utr: + setup_utr: - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr - chmod +x utr call_utr: @@ -345,7 +345,7 @@ platforms: - sudo apt update - sudo apt install unity-downloader-cli - sudo unity-downloader-cli -c editor -c il2cpp --wait --published-only - + Android: name: Android @@ -365,7 +365,7 @@ platforms: flavor: b1.large commands: [OpenGLES3, Vulkan]: - setup_utr: + setup_utr: - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat call_utr: - |5- @@ -380,14 +380,14 @@ platforms: unity_downloader_cli: - pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade - unity-downloader-cli -p WindowsEditor -c editor -c il2cpp -c android --wait --published-only - turn_off_firewall: + turn_off_firewall: - NetSh Advfirewall set allprofiles state off connect_bokken: - '%ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%' - powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices - kill_server: + kill_server: - start %ANDROID_SDK_ROOT%\platform-tools\adb.exe kill-server - + XRQuest: name: XRQuest @@ -426,12 +426,12 @@ platforms: unity_downloader_cli: - pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade - unity-downloader-cli -p WindowsEditor -c editor -c il2cpp -c android --wait --published-only - turn_off_firewall: + turn_off_firewall: - NetSh Advfirewall set allprofiles state off connect_bokken: - '%ANDROID_SDK_ROOT%\platform-tools\adb.exe connect %BOKKEN_DEVICE_IP%' - powershell %ANDROID_SDK_ROOT%\platform-tools\adb.exe devices - kill_server: + kill_server: - start %ANDROID_SDK_ROOT%\platform-tools\adb.exe kill-server iPhone: @@ -477,7 +477,7 @@ non_project_agents: package_ci_ubuntu_small_v124: type: Unity::VM image: package-ci/ubuntu:v1.2.4-701242 - flavor: b1.small + flavor: b1.small package_ci_win_large: type: Unity::VM image: package-ci/win10:stable diff --git a/.yamato/config/_abv.metafile b/.yamato/config/_abv.metafile index f5612cbc5a5..7f8cc740c1a 100644 --- a/.yamato/config/_abv.metafile +++ b/.yamato/config/_abv.metafile @@ -11,7 +11,8 @@ abv: - project: VFX_URP pr: true expression_trigger: - expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.render-pipelines.core/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' + # expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.render-pipelines.core/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' + expression: '' weekly: dependencies: [] diff --git a/.yamato/config/hdrp.metafile b/.yamato/config/hdrp.metafile index 988009ebf6b..d30f66c8705 100644 --- a/.yamato/config/hdrp.metafile +++ b/.yamato/config/hdrp.metafile @@ -42,7 +42,8 @@ test_platforms: - [all]: --extra-editor-arg="-cacheServerEnableDownload" --extra-editor-arg="true" - [all]: --extra-editor-arg="-cacheServerEnableUpload" --extra-editor-arg="true" expression_trigger: - expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.render-pipelines.high-definition/**/*", "com.unity.render-pipelines.high-definition-config/**/*", "TestProjects/HDRP_Tests/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' + # expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.render-pipelines.high-definition/**/*", "com.unity.render-pipelines.high-definition-config/**/*", "TestProjects/HDRP_Tests/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' + expression: '' platforms: - name: Win apis: diff --git a/.yamato/config/postprocessing.metafile b/.yamato/config/postprocessing.metafile index 58da32dbbfc..c09aa42c891 100644 --- a/.yamato/config/postprocessing.metafile +++ b/.yamato/config/postprocessing.metafile @@ -34,7 +34,8 @@ test_platforms: - [all]: --extra-editor-arg="-cacheServerEnableDownload" --extra-editor-arg="true" - [all]: --extra-editor-arg="-cacheServerEnableUpload" --extra-editor-arg="true" expression_trigger: - expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.postprocessing/**/*", "TestProjects/PostProcessing_Tests/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' + # expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.postprocessing/**/*", "TestProjects/PostProcessing_Tests/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' + expression: '' platforms: - name: Win apis: diff --git a/.yamato/config/shadergraph.metafile b/.yamato/config/shadergraph.metafile index c86182c2404..dd73d13fd6e 100644 --- a/.yamato/config/shadergraph.metafile +++ b/.yamato/config/shadergraph.metafile @@ -27,7 +27,8 @@ test_platforms: - [all]: --extra-editor-arg="-cacheServerEnableDownload" --extra-editor-arg="true" - [all]: --extra-editor-arg="-cacheServerEnableUpload" --extra-editor-arg="true" expression_trigger: - expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.shadergraph/**/*", "TestProjects/ShaderGraph/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' + # expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.shadergraph/**/*", "TestProjects/ShaderGraph/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' + expression: '' platforms: - name: Win apis: diff --git a/.yamato/config/smoke_test.metafile b/.yamato/config/smoke_test.metafile index 4204c8399da..6d70ec870c3 100644 --- a/.yamato/config/smoke_test.metafile +++ b/.yamato/config/smoke_test.metafile @@ -20,7 +20,8 @@ platforms: color_spaces: - Linear expression_trigger: - expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match ["TestProjects/SRP_SmokeTest/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' + # expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match ["TestProjects/SRP_SmokeTest/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' + expression: '' pr: dependencies: - platform: Win diff --git a/.yamato/config/universal__split.metafile b/.yamato/config/universal__split.metafile index 0c6fa5b6b8b..6ae67a95ecf 100644 --- a/.yamato/config/universal__split.metafile +++ b/.yamato/config/universal__split.metafile @@ -1,7 +1,8 @@ project: name: Universal_Split expression_trigger: - expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.render-pipelines.universal/**/*", "TestProjects/UniversalGraphicsTest_*/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' + # expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.render-pipelines.universal/**/*", "TestProjects/UniversalGraphicsTest_*/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' + expression: '' pr: dependencies: - project: URP_2D diff --git a/.yamato/config/vfx_hdrp.metafile b/.yamato/config/vfx_hdrp.metafile index 1783d804504..e5f8525d943 100644 --- a/.yamato/config/vfx_hdrp.metafile +++ b/.yamato/config/vfx_hdrp.metafile @@ -67,7 +67,8 @@ test_platforms: - [all]: --extra-editor-arg="-cacheServerEnableDownload" --extra-editor-arg="true" - [all]: --extra-editor-arg="-cacheServerEnableUpload" --extra-editor-arg="true" expression_trigger: - expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.visualeffectgraph/**/*", "TestProjects/VisualEffectGraph_HDRP/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' + # expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.visualeffectgraph/**/*", "TestProjects/VisualEffectGraph_HDRP/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' + expression: '' platforms: - name: Win apis: diff --git a/.yamato/config/vfx_urp.metafile b/.yamato/config/vfx_urp.metafile index 855b21ba9de..6af014046b9 100644 --- a/.yamato/config/vfx_urp.metafile +++ b/.yamato/config/vfx_urp.metafile @@ -52,7 +52,8 @@ test_platforms: - [all]: --extra-editor-arg="-cacheServerEnableUpload" --extra-editor-arg="true" # - type: editmode expression_trigger: - expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.visualeffectgraph/**/*", "TestProjects/VisualEffectGraph_URP/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' + # expression: 'pull_request.target eq "" AND NOT pull_request.draft AND pull_request.changes.any match ["com.unity.visualeffectgraph/**/*", "TestProjects/VisualEffectGraph_URP/**/*"] AND NOT pull_request.changes.all match ["*.md", "**/*.md", "doc/**/*", "**/Documentation*/**/*"]' + expression: '' platforms: - name: Win apis: diff --git a/.yamato/script/gfx_sdet_tools_revision.txt b/.yamato/script/gfx_sdet_tools_revision.txt index d2f25224a18..efc9fd04ee5 100644 --- a/.yamato/script/gfx_sdet_tools_revision.txt +++ b/.yamato/script/gfx_sdet_tools_revision.txt @@ -1 +1 @@ -22236b22d931492e876890e594cd207b6581ce0e +4d27fd89de113bbd98d5a9d006eaf02309e2be29 diff --git a/.yamato/urp_performance_boatattack-xrquest-opengles3.yml b/.yamato/urp_performance_boatattack-xrquest-opengles3.yml index e20b605216e..359d2f0ece6 100644 --- a/.yamato/urp_performance_boatattack-xrquest-opengles3.yml +++ b/.yamato/urp_performance_boatattack-xrquest-opengles3.yml @@ -3,6 +3,7 @@ # Introduce any changes under .yamato/config/*.metafile files (for most cases) or under .yamato/ruamel/* within Python (more elaborate cases), and rerun build.py to regenerate all .yml files. # Read more under .yamato/docs/readme.md +{% metadata_file .yamato/_cache_config.metafile -%} {% metadata_file .yamato/_latest_editor_versions_trunk.metafile -%} --- diff --git a/.yamato/urp_performance_boatattack-xrquest-vulkan.yml b/.yamato/urp_performance_boatattack-xrquest-vulkan.yml index 4ceb39db1ab..558950f8c8e 100644 --- a/.yamato/urp_performance_boatattack-xrquest-vulkan.yml +++ b/.yamato/urp_performance_boatattack-xrquest-vulkan.yml @@ -3,6 +3,7 @@ # Introduce any changes under .yamato/config/*.metafile files (for most cases) or under .yamato/ruamel/* within Python (more elaborate cases), and rerun build.py to regenerate all .yml files. # Read more under .yamato/docs/readme.md +{% metadata_file .yamato/_cache_config.metafile -%} {% metadata_file .yamato/_latest_editor_versions_trunk.metafile -%} ---