Skip to content

Commit 49f9237

Browse files
committed
Added comment and modified combination for nightly trigger
1 parent 094b006 commit 49f9237

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.yamato/_triggers.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#-----------------------------------------------------------------------------------
4040

4141
# Run all relevant tasks when a pull request targeting the develop or release branch is created or updated.
42+
# In order to have better coverage we run desktop standalone tests with different configurations which allows to mostly cover for different platforms, scripting backends and editor versions.
4243
pull_request_trigger:
4344
name: Pull Request Trigger (develop, develop-2.0.0, & release branches)
4445
dependencies:
@@ -52,7 +53,7 @@ pull_request_trigger:
5253
- .yamato/_run-all.yml#run_all_project_tests_trunk
5354
# Run project EditMode and PLaymode project tests on minimum supported editor (2021.3 in case of NGOv1.X)
5455
- .yamato/_run-all.yml#run_all_project_tests_2021
55-
# Run one standalone test 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 (platform/editor)
56+
# 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.
5657
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_mac_il2cpp_trunk
5758
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_win_mono_2021.3
5859
triggers:
@@ -78,7 +79,7 @@ develop_nightly:
7879
rerun: always
7980
dependencies:
8081
# Run project standards to verify package/default project
81-
- .yamato/project-standards.yml#standards_ubuntu_testproject_trunk
82+
- .yamato/project-standards.yml#standards_win_testproject_trunk
8283
- .yamato/project-standards.yml#standards_ubuntu_testproject_2021.3
8384
# Run APV jobs to make sure the change won't break any dependants
8485
- .yamato/wrench/preview-a-p-v.yml#all_preview_apv_jobs

0 commit comments

Comments
 (0)