File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,6 @@ all_project_ci_nightly_2020.3:
35
35
UTR_VERSION : " current"
36
36
TEST_FILTER : .*
37
37
CACHE_ARGS : ' {{cache.flags}}'
38
- triggers :
39
- recurring :
40
- - branch : 10.x.x/release
41
- frequency : 1 * * ?
42
-
43
38
dependencies :
44
39
- path : .yamato/all-hdrp.yml#Nightly_HDRP_2020.3
45
40
rerun : on_new_revision
@@ -72,6 +67,10 @@ Trunk_verification_2020.3:
72
67
UTR_VERSION : " current"
73
68
TEST_FILTER : .*
74
69
CACHE_ARGS : ' {{cache.flags}}'
70
+ triggers :
71
+ recurring :
72
+ - branch : 10.x.x/release
73
+ frequency : 1 * * ?
75
74
dependencies :
76
75
- path : .yamato/universal-win-dx11.yml#Universal_Win_DX11_playmode_mono_Linear_2020.3
77
76
rerun : on_new_revision
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ editor-pinning-update:
30
30
triggers :
31
31
recurring :
32
32
- branch : 10.x.x/release
33
- frequency : 23 * * ?
33
+ frequency : 21 * * ?
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
- .yamato/all-urp.yml#Nightly_URP_<TRACK>
22
22
- .yamato/all-shadergraph.yml#Nightly_ShaderGraph_<TRACK>
23
23
- <PROJECT_ALL_YML_FILE>#General_Checks_<TRACK>
24
- triggers:
25
- recurring:
26
- - branch: 10.x.x/release
27
- frequency: 1 * * ?
24
+ # triggers:
25
+ # recurring:
26
+ # - branch: 10.x.x/release
27
+ # frequency: 1 * * ?
28
28
29
29
- name: General Checks
30
30
triggers:
74
74
color_space: Linear
75
75
test_platforms:
76
76
- playmode
77
+ triggers:
78
+ recurring:
79
+ - branch: 10.x.x/release
80
+ frequency: 1 * * ?
You can’t perform that action at this time.
0 commit comments