Skip to content

Commit acdc798

Browse files
committed
temp trigger update for faster iteration
1 parent ee6684c commit acdc798

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.yamato/_triggers.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@
4646
pull_request_trigger:
4747
name: Pull Request Trigger (develop, develop-2.0.0, & release branches)
4848
dependencies:
49-
# Run package EditMode and Playmode package tests on trunk
50-
- .yamato/_run-all.yml#run_all_package_tests_trunk
51-
# Run package EditMode and Playmode package tests on minimum supported editor (6000.0 in case of NGOv2.X)
52-
- .yamato/_run-all.yml#run_all_package_tests_6000
53-
# Run project EditMode and PLaymode project tests on trunk
54-
- .yamato/_run-all.yml#run_all_project_tests_trunk
55-
# Run project EditMode and PLaymode project tests on minimum supported editor (6000.0 in case of NGOv2.X)
56-
- .yamato/_run-all.yml#run_all_project_tests_6000
57-
# Run standalone test with mixture of parameters to make sure there are no obvious issues with most common platform (for example --fail-on-assert option is not present with package/project tests). We run 2 different combinations with different platform/editor/scripting backend.
49+
# # Run package EditMode and Playmode package tests on trunk
50+
# - .yamato/_run-all.yml#run_all_package_tests_trunk
51+
# # Run package EditMode and Playmode package tests on minimum supported editor (6000.0 in case of NGOv2.X)
52+
# - .yamato/_run-all.yml#run_all_package_tests_6000
53+
# # Run project EditMode and PLaymode project tests on trunk
54+
# - .yamato/_run-all.yml#run_all_project_tests_trunk
55+
# # Run project EditMode and PLaymode project tests on minimum supported editor (6000.0 in case of NGOv2.X)
56+
# - .yamato/_run-all.yml#run_all_project_tests_6000
57+
# # Run standalone test with mixture of parameters to make sure there are no obvious issues with most common platform (for example --fail-on-assert option is not present with package/project tests). We run 2 different combinations with different platform/editor/scripting backend.
5858
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_mac_il2cpp_trunk
59-
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_win_mono_6000.0
59+
# - .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_win_mono_6000.0
6060
triggers:
6161
cancel_old_ci: true
6262
pull_requests:
@@ -134,4 +134,4 @@ develop_weekly_trunk:
134134
# Build player for webgl platform on trunk
135135
- .yamato/_run-all.yml#run_all_webgl_builds
136136
# Run code coverage test
137-
- .yamato/code-coverage.yml#code_coverage_ubuntu_trunk
137+
- .yamato/code-coverage.yml#code_coverage_ubuntu_trunk

0 commit comments

Comments
 (0)