Skip to content

[Yamato] Fix triggers #2883

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 11, 2020
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
8 changes: 6 additions & 2 deletions .yamato/all-hdrp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PR_HDRP_trunk:
- path: .yamato/all-vfx_hdrp.yml#PR_VFX_HDRP_trunk
rerun: on-new-revision
triggers:
expression: pull_request.target eq "{target_branch}" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.render-pipelines.high-definition/**/*", "com.unity.render-pipelines.high-definition-config/**/*", "TestProjects/HDRP_Tests/**/*"]
expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.render-pipelines.high-definition/**/*", "com.unity.render-pipelines.high-definition-config/**/*", "TestProjects/HDRP_Tests/**/*"]
variables:
UTR_VERSION: "current"
TEST_FILTER: .*
Expand All @@ -50,6 +50,8 @@ Nightly_HDRP_trunk:
rerun: on-new-revision
- path: .yamato/all-vfx_hdrp.yml#Nightly_VFX_HDRP_trunk
rerun: on-new-revision
- path: .yamato/all-smoke_test.yml#Nightly_Smoke_Test_trunk
rerun: on-new-revision
- path: .yamato/hdrp-win-dx12.yml#HDRP_Win_DX12_Standalone_mono_Linear_trunk
rerun: on-new-revision
- path: .yamato/hdrp-win-dx12.yml#HDRP_Win_DX12_playmode_XR_mono_Linear_trunk
Expand Down Expand Up @@ -88,7 +90,7 @@ PR_HDRP_CUSTOM-REVISION:
- path: .yamato/all-vfx_hdrp.yml#PR_VFX_HDRP_CUSTOM-REVISION
rerun: always
triggers:
expression: pull_request.target eq "{target_branch}" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.render-pipelines.high-definition/**/*", "com.unity.render-pipelines.high-definition-config/**/*", "TestProjects/HDRP_Tests/**/*"]
expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.render-pipelines.high-definition/**/*", "com.unity.render-pipelines.high-definition-config/**/*", "TestProjects/HDRP_Tests/**/*"]
variables:
CUSTOM_REVISION: custom_revision_not_set
UTR_VERSION: "current"
Expand All @@ -104,6 +106,8 @@ Nightly_HDRP_CUSTOM-REVISION:
rerun: always
- path: .yamato/all-vfx_hdrp.yml#Nightly_VFX_HDRP_CUSTOM-REVISION
rerun: always
- path: .yamato/all-smoke_test.yml#Nightly_Smoke_Test_CUSTOM-REVISION
rerun: always
- path: .yamato/hdrp-win-dx12.yml#HDRP_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION
rerun: always
- path: .yamato/hdrp-win-dx12.yml#HDRP_Win_DX12_playmode_XR_mono_Linear_CUSTOM-REVISION
Expand Down
8 changes: 2 additions & 6 deletions .yamato/all-hdrp_dxr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
PR_HDRP_DXR_trunk:
name: HDRP_DXR PR Job - trunk
dependencies:
- path: .yamato/hdrp_dxr-win-dx12.yml#HDRP_DXR_Win_DX12_Standalone_mono_Linear_trunk
- path: .yamato/hdrp_dxr-win-dx12.yml#HDRP_DXR_Win_DX12_playmode_mono_Linear_trunk
rerun: on-new-revision
variables:
UTR_VERSION: "current"
Expand All @@ -22,12 +22,10 @@ Nightly_HDRP_DXR_trunk:
rerun: on-new-revision
- path: .yamato/hdrp_dxr-win-dx12.yml#HDRP_DXR_Win_DX12_playmode_XR_mono_Linear_trunk
rerun: on-new-revision
- path: .yamato/hdrp_dxr-win-dx12.yml#HDRP_DXR_Win_DX12_playmode_mono_Linear_trunk
rerun: on-new-revision
PR_HDRP_DXR_CUSTOM-REVISION:
name: HDRP_DXR PR Job - CUSTOM-REVISION
dependencies:
- path: .yamato/hdrp_dxr-win-dx12.yml#HDRP_DXR_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION
- path: .yamato/hdrp_dxr-win-dx12.yml#HDRP_DXR_Win_DX12_playmode_mono_Linear_CUSTOM-REVISION
rerun: always
variables:
CUSTOM_REVISION: custom_revision_not_set
Expand All @@ -40,7 +38,5 @@ Nightly_HDRP_DXR_CUSTOM-REVISION:
rerun: always
- path: .yamato/hdrp_dxr-win-dx12.yml#HDRP_DXR_Win_DX12_playmode_XR_mono_Linear_CUSTOM-REVISION
rerun: always
- path: .yamato/hdrp_dxr-win-dx12.yml#HDRP_DXR_Win_DX12_playmode_mono_Linear_CUSTOM-REVISION
rerun: always
variables:
CUSTOM_REVISION: custom_revision_not_set
8 changes: 2 additions & 6 deletions .yamato/all-hdrp_hybrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
PR_HDRP_Hybrid_trunk:
name: HDRP_Hybrid PR Job - trunk
dependencies:
- path: .yamato/hdrp_hybrid-win-dx11.yml#HDRP_Hybrid_Win_DX11_Standalone_mono_Linear_trunk
- path: .yamato/hdrp_hybrid-win-dx11.yml#HDRP_Hybrid_Win_DX11_playmode_mono_Linear_trunk
rerun: on-new-revision
variables:
UTR_VERSION: "current"
Expand All @@ -20,14 +20,12 @@ Nightly_HDRP_Hybrid_trunk:
dependencies:
- path: .yamato/hdrp_hybrid-win-dx11.yml#HDRP_Hybrid_Win_DX11_playmode_XR_mono_Linear_trunk
rerun: on-new-revision
- path: .yamato/hdrp_hybrid-win-dx11.yml#HDRP_Hybrid_Win_DX11_playmode_mono_Linear_trunk
rerun: on-new-revision
- path: .yamato/all-hdrp_hybrid.yml#PR_HDRP_Hybrid_trunk
rerun: on-new-revision
PR_HDRP_Hybrid_CUSTOM-REVISION:
name: HDRP_Hybrid PR Job - CUSTOM-REVISION
dependencies:
- path: .yamato/hdrp_hybrid-win-dx11.yml#HDRP_Hybrid_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION
- path: .yamato/hdrp_hybrid-win-dx11.yml#HDRP_Hybrid_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION
rerun: always
variables:
CUSTOM_REVISION: custom_revision_not_set
Expand All @@ -38,8 +36,6 @@ Nightly_HDRP_Hybrid_CUSTOM-REVISION:
dependencies:
- path: .yamato/hdrp_hybrid-win-dx11.yml#HDRP_Hybrid_Win_DX11_playmode_XR_mono_Linear_CUSTOM-REVISION
rerun: always
- path: .yamato/hdrp_hybrid-win-dx11.yml#HDRP_Hybrid_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION
rerun: always
- path: .yamato/all-hdrp_hybrid.yml#PR_HDRP_Hybrid_CUSTOM-REVISION
rerun: always
variables:
Expand Down
4 changes: 2 additions & 2 deletions .yamato/all-shadergraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PR_ShaderGraph_trunk:
- path: .yamato/all-shadergraph_stereo.yml#PR_ShaderGraph_Stereo_trunk
rerun: on-new-revision
triggers:
expression: pull_request.target eq "{target_branch}" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.shadergraph/**/*", "TestProjects/ShaderGraph/**/*"]
expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.shadergraph/**/*", "TestProjects/ShaderGraph/**/*"]
variables:
UTR_VERSION: "current"
TEST_FILTER: .*
Expand Down Expand Up @@ -60,7 +60,7 @@ PR_ShaderGraph_CUSTOM-REVISION:
- path: .yamato/all-shadergraph_stereo.yml#PR_ShaderGraph_Stereo_CUSTOM-REVISION
rerun: always
triggers:
expression: pull_request.target eq "{target_branch}" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.shadergraph/**/*", "TestProjects/ShaderGraph/**/*"]
expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.shadergraph/**/*", "TestProjects/ShaderGraph/**/*"]
variables:
CUSTOM_REVISION: custom_revision_not_set
UTR_VERSION: "current"
Expand Down
8 changes: 6 additions & 2 deletions .yamato/all-universal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ PR_Universal_trunk:
- path: .yamato/all-shadergraph.yml#PR_ShaderGraph_trunk
rerun: on-new-revision
triggers:
expression: pull_request.target eq "{target_branch}" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.render-pipelines.universal/**/*", "TestProjects/UniversalGraphicsTest/**/*"]
expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.render-pipelines.universal/**/*", "TestProjects/UniversalGraphicsTest/**/*"]
variables:
UTR_VERSION: "current"
TEST_FILTER: .*
Expand All @@ -64,6 +64,8 @@ Nightly_Universal_trunk:
rerun: on-new-revision
- path: .yamato/all-shadergraph.yml#Nightly_ShaderGraph_trunk
rerun: on-new-revision
- path: .yamato/all-smoke_test.yml#Nightly_Smoke_Test_trunk
rerun: on-new-revision
- path: .yamato/universal-win-dx11.yml#Universal_Win_DX11_playmode_mono_Linear_trunk
rerun: on-new-revision
- path: .yamato/universal-win-dx12.yml#Universal_Win_DX12_playmode_mono_Linear_trunk
Expand Down Expand Up @@ -116,7 +118,7 @@ PR_Universal_CUSTOM-REVISION:
- path: .yamato/all-shadergraph.yml#PR_ShaderGraph_CUSTOM-REVISION
rerun: always
triggers:
expression: pull_request.target eq "{target_branch}" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.render-pipelines.universal/**/*", "TestProjects/UniversalGraphicsTest/**/*"]
expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.render-pipelines.universal/**/*", "TestProjects/UniversalGraphicsTest/**/*"]
variables:
CUSTOM_REVISION: custom_revision_not_set
UTR_VERSION: "current"
Expand All @@ -134,6 +136,8 @@ Nightly_Universal_CUSTOM-REVISION:
rerun: always
- path: .yamato/all-shadergraph.yml#Nightly_ShaderGraph_CUSTOM-REVISION
rerun: always
- path: .yamato/all-smoke_test.yml#Nightly_Smoke_Test_CUSTOM-REVISION
rerun: always
- path: .yamato/universal-win-dx11.yml#Universal_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION
rerun: always
- path: .yamato/universal-win-dx12.yml#Universal_Win_DX12_playmode_mono_Linear_CUSTOM-REVISION
Expand Down
24 changes: 2 additions & 22 deletions .yamato/all-vfx_hdrp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@ PR_VFX_HDRP_trunk:
rerun: on-new-revision
- path: .yamato/vfx_hdrp-win-dx12.yml#VFX_HDRP_Win_DX12_Standalone_mono_Linear_trunk
rerun: on-new-revision
- path: .yamato/vfx_hdrp-win-vulkan.yml#VFX_HDRP_Win_Vulkan_Standalone_mono_Linear_trunk
rerun: on-new-revision
- path: .yamato/vfx_hdrp-linux-vulkan.yml#VFX_HDRP_Linux_Vulkan_Standalone_mono_Linear_trunk
rerun: on-new-revision
triggers:
expression: pull_request.target eq "{target_branch}" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.visualeffectgraph/**/*", "TestProjects/VisualEffectGraph_HDRP/**/*"]
expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.visualeffectgraph/**/*", "TestProjects/VisualEffectGraph_HDRP/**/*"]
variables:
UTR_VERSION: "current"
TEST_FILTER: .*
Expand All @@ -36,12 +32,6 @@ Nightly_VFX_HDRP_trunk:
rerun: on-new-revision
- path: .yamato/vfx_hdrp-win-dx12.yml#VFX_HDRP_Win_DX12_playmode_mono_Linear_trunk
rerun: on-new-revision
- path: .yamato/vfx_hdrp-win-vulkan.yml#VFX_HDRP_Win_Vulkan_playmode_mono_Linear_trunk
rerun: on-new-revision
- path: .yamato/vfx_hdrp-linux-vulkan.yml#VFX_HDRP_Linux_Vulkan_editmode_mono_Linear_trunk
rerun: on-new-revision
- path: .yamato/vfx_hdrp-linux-vulkan.yml#VFX_HDRP_Linux_Vulkan_playmode_mono_Linear_trunk
rerun: on-new-revision
PR_VFX_HDRP_CUSTOM-REVISION:
name: VFX_HDRP PR Job - CUSTOM-REVISION
dependencies:
Expand All @@ -51,12 +41,8 @@ PR_VFX_HDRP_CUSTOM-REVISION:
rerun: always
- path: .yamato/vfx_hdrp-win-dx12.yml#VFX_HDRP_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION
rerun: always
- path: .yamato/vfx_hdrp-win-vulkan.yml#VFX_HDRP_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION
rerun: always
- path: .yamato/vfx_hdrp-linux-vulkan.yml#VFX_HDRP_Linux_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION
rerun: always
triggers:
expression: pull_request.target eq "{target_branch}" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.visualeffectgraph/**/*", "TestProjects/VisualEffectGraph_HDRP/**/*"]
expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.visualeffectgraph/**/*", "TestProjects/VisualEffectGraph_HDRP/**/*"]
variables:
CUSTOM_REVISION: custom_revision_not_set
UTR_VERSION: "current"
Expand All @@ -72,11 +58,5 @@ Nightly_VFX_HDRP_CUSTOM-REVISION:
rerun: always
- path: .yamato/vfx_hdrp-win-dx12.yml#VFX_HDRP_Win_DX12_playmode_mono_Linear_CUSTOM-REVISION
rerun: always
- path: .yamato/vfx_hdrp-win-vulkan.yml#VFX_HDRP_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION
rerun: always
- path: .yamato/vfx_hdrp-linux-vulkan.yml#VFX_HDRP_Linux_Vulkan_editmode_mono_Linear_CUSTOM-REVISION
rerun: always
- path: .yamato/vfx_hdrp-linux-vulkan.yml#VFX_HDRP_Linux_Vulkan_playmode_mono_Linear_CUSTOM-REVISION
rerun: always
variables:
CUSTOM_REVISION: custom_revision_not_set
12 changes: 2 additions & 10 deletions .yamato/all-vfx_urp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PR_VFX_URP_trunk:
- path: .yamato/vfx_urp-win-dx11.yml#VFX_URP_Win_DX11_Standalone_mono_Linear_trunk
rerun: on-new-revision
triggers:
expression: pull_request.target eq "{target_branch}" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.visualeffectgraph/**/*", "TestProjects/VisualEffectGraph_URP/**/*"]
expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.visualeffectgraph/**/*", "TestProjects/VisualEffectGraph_URP/**/*"]
variables:
UTR_VERSION: "current"
TEST_FILTER: .*
Expand All @@ -24,19 +24,15 @@ Nightly_VFX_URP_trunk:
rerun: on-new-revision
- path: .yamato/vfx_urp-win-dx11.yml#VFX_URP_Win_DX11_playmode_mono_Linear_trunk
rerun: on-new-revision
- path: .yamato/vfx_urp-linux-vulkan.yml#VFX_URP_Linux_Vulkan_playmode_mono_Linear_trunk
rerun: on-new-revision
- path: .yamato/vfx_urp-osx-metal.yml#VFX_URP_OSX_Metal_playmode_mono_Linear_trunk
rerun: on-new-revision
- path: .yamato/vfx_urp-iphone-metal.yml#VFX_URP_iPhone_Metal_Standalone_il2cpp_Linear_trunk
rerun: on-new-revision
PR_VFX_URP_CUSTOM-REVISION:
name: VFX_URP PR Job - CUSTOM-REVISION
dependencies:
- path: .yamato/vfx_urp-win-dx11.yml#VFX_URP_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION
rerun: always
triggers:
expression: pull_request.target eq "{target_branch}" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.visualeffectgraph/**/*", "TestProjects/VisualEffectGraph_URP/**/*"]
expression: pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.visualeffectgraph/**/*", "TestProjects/VisualEffectGraph_URP/**/*"]
variables:
CUSTOM_REVISION: custom_revision_not_set
UTR_VERSION: "current"
Expand All @@ -48,11 +44,7 @@ Nightly_VFX_URP_CUSTOM-REVISION:
rerun: always
- path: .yamato/vfx_urp-win-dx11.yml#VFX_URP_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION
rerun: always
- path: .yamato/vfx_urp-linux-vulkan.yml#VFX_URP_Linux_Vulkan_playmode_mono_Linear_CUSTOM-REVISION
rerun: always
- path: .yamato/vfx_urp-osx-metal.yml#VFX_URP_OSX_Metal_playmode_mono_Linear_CUSTOM-REVISION
rerun: always
- path: .yamato/vfx_urp-iphone-metal.yml#VFX_URP_iPhone_Metal_Standalone_il2cpp_Linear_CUSTOM-REVISION
rerun: always
variables:
CUSTOM_REVISION: custom_revision_not_set
4 changes: 3 additions & 1 deletion .yamato/config/hdrp.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test_platforms:
utr_flags:
- [OSX_Metal]: --timeout=2400
expression_trigger:
expression: 'pull_request.target eq "{target_branch}" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.render-pipelines.high-definition/**/*", "com.unity.render-pipelines.high-definition-config/**/*", "TestProjects/HDRP_Tests/**/*"]'
expression: 'pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.render-pipelines.high-definition/**/*", "com.unity.render-pipelines.high-definition-config/**/*", "TestProjects/HDRP_Tests/**/*"]'
platforms:
- name: Win
apis:
Expand Down Expand Up @@ -115,6 +115,8 @@ nightly:
nightly: true
- project: VFX_HDRP
nightly: true
- project: Smoke_Test
nightly: true
- platform: Win
api: DX12
build_config: mono
Expand Down
5 changes: 2 additions & 3 deletions .yamato/config/hdrp_dxr.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pr:
build_config: mono
color_space: Linear
test_platforms:
- Standalone
- playmode
nightly:
dependencies:
- project: HDRP_DXR
Expand All @@ -42,5 +42,4 @@ nightly:
color_space: Linear
test_platforms:
- playmode_XR
- playmode

# - Standalone
3 changes: 1 addition & 2 deletions .yamato/config/hdrp_hybrid.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pr:
build_config: mono
color_space: Linear
test_platforms:
- Standalone
- playmode
nightly:
dependencies:
- platform: Win
Expand All @@ -69,6 +69,5 @@ nightly:
color_space: Linear
test_platforms:
- playmode_XR
- playmode
- project: HDRP_Hybrid
pr: true
2 changes: 1 addition & 1 deletion .yamato/config/shadergraph.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test_platforms:
- type: playmode
- type: editmode
expression_trigger:
expression: 'pull_request.target eq "{target_branch}" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.shadergraph/**/*", "TestProjects/ShaderGraph/**/*"]'
expression: 'pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.shadergraph/**/*", "TestProjects/ShaderGraph/**/*"]'
platforms:
- name: Win
apis:
Expand Down
4 changes: 3 additions & 1 deletion .yamato/config/universal.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test_platforms:
utr_flags:
- [all]: --extra-editor-arg="-xr-tests"
expression_trigger:
expression: 'pull_request.target eq "{target_branch}" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.render-pipelines.universal/**/*", "TestProjects/UniversalGraphicsTest/**/*"]'
expression: 'pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.render-pipelines.universal/**/*", "TestProjects/UniversalGraphicsTest/**/*"]'
platforms:
- name: Win
apis:
Expand Down Expand Up @@ -177,6 +177,8 @@ nightly:
nightly: true
- project: ShaderGraph
nightly: true
- project: Smoke_Test
nightly: true
- platform: Win
api: DX11
build_config: mono
Expand Down
27 changes: 1 addition & 26 deletions .yamato/config/vfx_hdrp.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test_platforms:
- [all]: --extra-editor-arg="-xr-tests"
- type: editmode
expression_trigger:
expression: 'pull_request.target eq "{target_branch}" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.visualeffectgraph/**/*", "TestProjects/VisualEffectGraph_HDRP/**/*"]'
expression: 'pull_request.target eq "master" AND NOT pull_request.draft AND pull_request.push.changes.all match ["com.unity.visualeffectgraph/**/*", "TestProjects/VisualEffectGraph_HDRP/**/*"]'
platforms:
- name: Win
apis:
Expand Down Expand Up @@ -76,18 +76,6 @@ pr:
color_space: Linear
test_platforms:
- Standalone
- platform: Win
api: Vulkan
build_config: mono
color_space: Linear
test_platforms:
- Standalone
- platform: Linux
api: Vulkan
build_config: mono
color_space: Linear
test_platforms:
- Standalone
nightly:
dependencies:
- project: VFX_HDRP
Expand All @@ -104,17 +92,4 @@ nightly:
build_config: mono
color_space: Linear
test_platforms:
- playmode
- platform: Win
api: Vulkan
build_config: mono
color_space: Linear
test_platforms:
- playmode
- platform: Linux
api: Vulkan
build_config: mono
color_space: Linear
test_platforms:
- editmode
- playmode
Loading