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:
3535 UTR_VERSION : " current"
3636 TEST_FILTER : .*
3737 CACHE_ARGS : ' {{cache.flags}}'
38- triggers :
39- recurring :
40- - branch : 10.x.x/release
41- frequency : 1 * * ?
42-
4338 dependencies :
4439 - path : .yamato/all-hdrp.yml#Nightly_HDRP_2020.3
4540 rerun : on_new_revision
@@ -72,6 +67,10 @@ Trunk_verification_2020.3:
7267 UTR_VERSION : " current"
7368 TEST_FILTER : .*
7469 CACHE_ARGS : ' {{cache.flags}}'
70+ triggers :
71+ recurring :
72+ - branch : 10.x.x/release
73+ frequency : 1 * * ?
7574 dependencies :
7675 - path : .yamato/universal-win-dx11.yml#Universal_Win_DX11_playmode_mono_Linear_2020.3
7776 rerun : on_new_revision
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ editor-pinning-update:
3030 triggers :
3131 recurring :
3232 - 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:
2121 - .yamato/all-urp.yml#Nightly_URP_<TRACK>
2222 - .yamato/all-shadergraph.yml#Nightly_ShaderGraph_<TRACK>
2323 - <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 * * ?
2828
2929 - name: General Checks
3030 triggers:
7474 color_space: Linear
7575 test_platforms:
7676 - 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