Skip to content

Commit 26730e0

Browse files
author
Liis Kivistik
authored
[Yamato] Succeed on no tests found by testfilter (#2954)
* Added --zero-tests-are-ok=1 for all * add variables to nightlies * move test flags to standalone
1 parent 0c1593d commit 26730e0

File tree

84 files changed

+456
-376
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+456
-376
lines changed

.yamato/all-hdrp.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ Nightly_HDRP_trunk:
6262
rerun: on-new-revision
6363
- path: .yamato/hdrp-linux-vulkan.yml#HDRP_Linux_Vulkan_editmode_mono_Linear_trunk
6464
rerun: on-new-revision
65+
variables:
66+
UTR_VERSION: "current"
67+
TEST_FILTER: .*
6568
PR_HDRP_CUSTOM-REVISION:
6669
name: HDRP PR Job - CUSTOM-REVISION
6770
dependencies:
@@ -118,3 +121,5 @@ Nightly_HDRP_CUSTOM-REVISION:
118121
rerun: always
119122
variables:
120123
CUSTOM_REVISION: custom_revision_not_set
124+
UTR_VERSION: "current"
125+
TEST_FILTER: .*

.yamato/all-hdrp_dxr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Nightly_HDRP_DXR_trunk:
2222
rerun: on-new-revision
2323
- path: .yamato/hdrp_dxr-win-dx12.yml#HDRP_DXR_Win_DX12_playmode_XR_mono_Linear_trunk
2424
rerun: on-new-revision
25+
variables:
26+
UTR_VERSION: "current"
27+
TEST_FILTER: .*
2528
PR_HDRP_DXR_CUSTOM-REVISION:
2629
name: HDRP_DXR PR Job - CUSTOM-REVISION
2730
dependencies:
@@ -40,3 +43,5 @@ Nightly_HDRP_DXR_CUSTOM-REVISION:
4043
rerun: always
4144
variables:
4245
CUSTOM_REVISION: custom_revision_not_set
46+
UTR_VERSION: "current"
47+
TEST_FILTER: .*

.yamato/all-hdrp_hybrid.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Nightly_HDRP_Hybrid_trunk:
2222
rerun: on-new-revision
2323
- path: .yamato/all-hdrp_hybrid.yml#PR_HDRP_Hybrid_trunk
2424
rerun: on-new-revision
25+
variables:
26+
UTR_VERSION: "current"
27+
TEST_FILTER: .*
2528
PR_HDRP_Hybrid_CUSTOM-REVISION:
2629
name: HDRP_Hybrid PR Job - CUSTOM-REVISION
2730
dependencies:
@@ -40,3 +43,5 @@ Nightly_HDRP_Hybrid_CUSTOM-REVISION:
4043
rerun: always
4144
variables:
4245
CUSTOM_REVISION: custom_revision_not_set
46+
UTR_VERSION: "current"
47+
TEST_FILTER: .*

.yamato/all-shadergraph.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ Nightly_ShaderGraph_trunk:
4444
rerun: on-new-revision
4545
- path: .yamato/shadergraph-android-vulkan.yml#ShaderGraph_Android_Vulkan_Standalone_il2cpp_Linear_trunk
4646
rerun: on-new-revision
47+
variables:
48+
UTR_VERSION: "current"
49+
TEST_FILTER: .*
4750
PR_ShaderGraph_CUSTOM-REVISION:
4851
name: ShaderGraph PR Job - CUSTOM-REVISION
4952
dependencies:
@@ -82,3 +85,5 @@ Nightly_ShaderGraph_CUSTOM-REVISION:
8285
rerun: always
8386
variables:
8487
CUSTOM_REVISION: custom_revision_not_set
88+
UTR_VERSION: "current"
89+
TEST_FILTER: .*

.yamato/all-shadergraph_stereo.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Nightly_ShaderGraph_Stereo_trunk:
2222
dependencies:
2323
- path: .yamato/all-shadergraph_stereo.yml#PR_ShaderGraph_Stereo_trunk
2424
rerun: on-new-revision
25+
variables:
26+
UTR_VERSION: "current"
27+
TEST_FILTER: .*
2528
PR_ShaderGraph_Stereo_CUSTOM-REVISION:
2629
name: ShaderGraph_Stereo PR Job - CUSTOM-REVISION
2730
dependencies:
@@ -40,3 +43,5 @@ Nightly_ShaderGraph_Stereo_CUSTOM-REVISION:
4043
rerun: always
4144
variables:
4245
CUSTOM_REVISION: custom_revision_not_set
46+
UTR_VERSION: "current"
47+
TEST_FILTER: .*

.yamato/all-smoke_test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Nightly_Smoke_Test_trunk:
2424
dependencies:
2525
- path: .yamato/all-smoke_test.yml#PR_Smoke_Test_trunk
2626
rerun: on-new-revision
27+
variables:
28+
UTR_VERSION: "current"
29+
TEST_FILTER: .*
2730
PR_Smoke_Test_CUSTOM-REVISION:
2831
name: Smoke_Test PR Job - CUSTOM-REVISION
2932
dependencies:
@@ -44,3 +47,5 @@ Nightly_Smoke_Test_CUSTOM-REVISION:
4447
rerun: always
4548
variables:
4649
CUSTOM_REVISION: custom_revision_not_set
50+
UTR_VERSION: "current"
51+
TEST_FILTER: .*

.yamato/all-universal.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ Nightly_Universal_trunk:
7878
rerun: on-new-revision
7979
- path: .yamato/universal-linux-vulkan.yml#Universal_Linux_Vulkan_playmode_mono_Linear_trunk
8080
rerun: on-new-revision
81+
variables:
82+
UTR_VERSION: "current"
83+
TEST_FILTER: .*
8184
PR_Universal_CUSTOM-REVISION:
8285
name: Universal PR Job - CUSTOM-REVISION
8386
dependencies:
@@ -150,3 +153,5 @@ Nightly_Universal_CUSTOM-REVISION:
150153
rerun: always
151154
variables:
152155
CUSTOM_REVISION: custom_revision_not_set
156+
UTR_VERSION: "current"
157+
TEST_FILTER: .*

.yamato/all-universal_hybrid.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Nightly_Universal_Hybrid_trunk:
2222
dependencies:
2323
- path: .yamato/all-universal_hybrid.yml#PR_Universal_Hybrid_trunk
2424
rerun: on-new-revision
25+
variables:
26+
UTR_VERSION: "current"
27+
TEST_FILTER: .*
2528
PR_Universal_Hybrid_CUSTOM-REVISION:
2629
name: Universal_Hybrid PR Job - CUSTOM-REVISION
2730
dependencies:
@@ -40,3 +43,5 @@ Nightly_Universal_Hybrid_CUSTOM-REVISION:
4043
rerun: always
4144
variables:
4245
CUSTOM_REVISION: custom_revision_not_set
46+
UTR_VERSION: "current"
47+
TEST_FILTER: .*

.yamato/all-universal_stereo.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Nightly_Universal_Stereo_trunk:
2222
dependencies:
2323
- path: .yamato/all-universal_stereo.yml#PR_Universal_Stereo_trunk
2424
rerun: on-new-revision
25+
variables:
26+
UTR_VERSION: "current"
27+
TEST_FILTER: .*
2528
PR_Universal_Stereo_CUSTOM-REVISION:
2629
name: Universal_Stereo PR Job - CUSTOM-REVISION
2730
dependencies:
@@ -40,3 +43,5 @@ Nightly_Universal_Stereo_CUSTOM-REVISION:
4043
rerun: always
4144
variables:
4245
CUSTOM_REVISION: custom_revision_not_set
46+
UTR_VERSION: "current"
47+
TEST_FILTER: .*

.yamato/all-urp_performance_boatattack.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ Nightly_URP_Performance_BoatAttack_trunk:
5454
dependencies:
5555
- path: .yamato/all-urp_performance_boatattack.yml#PR_URP_Performance_BoatAttack_trunk
5656
rerun: on-new-revision
57+
variables:
58+
UTR_VERSION: "current"
59+
TEST_FILTER: .*
5760
PR_URP_Performance_BoatAttack_CUSTOM-REVISION:
5861
name: URP_Performance_BoatAttack PR Job - CUSTOM-REVISION
5962
dependencies:
@@ -104,3 +107,5 @@ Nightly_URP_Performance_BoatAttack_CUSTOM-REVISION:
104107
rerun: always
105108
variables:
106109
CUSTOM_REVISION: custom_revision_not_set
110+
UTR_VERSION: "current"
111+
TEST_FILTER: .*

0 commit comments

Comments
 (0)