55pull_request_trigger :
66  name : Pull Request Trigger (develop, develop-2.0.0, & release branches) 
77  dependencies :
8-     #  Run project standards to verify package/default project
8+     #  Run project standards to verify package/default project. This is fine to just run for trunk 
99    - .yamato/project-standards.yml#standards_ubuntu_testproject_trunk 
10-     #  Run package EditMode and Playmode tests on desktop platforms  on trunk
10+     #  Run package EditMode and Playmode package tests  on trunk
1111    - .yamato/_run-all.yml#run_all_package_tests_trunk 
12-     #  Run project EditMode and PLaymode tests on desktop platforms on trunk 
12+     #  Run package EditMode and Playmode package tests on minimum supported editor (2021.3 in case of NGOv1.X)
13+     - .yamato/_run-all.yml#run_all_package_tests_2021 
14+     #  Run project EditMode and PLaymode project tests on trunk 
1315    - .yamato/_run-all.yml#run_all_project_tests_trunk 
14-     #  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)
16+     #  Run project EditMode and PLaymode project tests on minimum supported editor (2021.3 in case of NGOv1.X)
17+     - .yamato/_run-all.yml#run_all_project_tests_2021 
18+     #  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)
1519    - .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_win_il2cpp_trunk 
20+     - .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_ubuntu_il2cpp_2021.3 
1621  triggers :
1722    cancel_old_ci : true 
1823    pull_requests :
@@ -28,7 +33,7 @@ pull_request_trigger:
2833#  Same subset as pull_request_trigger with addition of mobile/desktop/console tests and webgl builds
2934#  Those tests are all running on trunk editor (since it's daily and running all of them would add a lot of overhead)
3035develop_nightly :
31-   name : " \U0001F319  [Nightly] Run All Tests [Trunk]" 
36+   name : " \U0001F319  [Nightly] Run All Tests [Trunk and 2021 ]" 
3237  triggers :
3338    recurring :
3439      - branch : develop 
@@ -37,22 +42,30 @@ develop_nightly:
3742  dependencies :
3843    #  Run project standards to verify package/default project
3944    - .yamato/project-standards.yml#standards_ubuntu_testproject_trunk 
45+     - .yamato/project-standards.yml#standards_ubuntu_testproject_2021 
4046    #  Run APV jobs to make sure the change won't break any dependants
4147    - .yamato/wrench/preview-a-p-v.yml#all_preview_apv_jobs 
42-     #  Run package EditMode and Playmode tests on desktop platforms on trunk
48+     #  Run package EditMode and Playmode tests on desktop platforms on trunk and 2021.3 
4349    - .yamato/_run-all.yml#run_all_package_tests_trunk 
44-     #  Run project EditMode and PLaymode tests on desktop platforms on trunk 
50+     - .yamato/_run-all.yml#run_all_package_tests_2021 
51+     #  Run project EditMode and PLaymode tests on desktop platforms on trunk and 2021.3 
4552    - .yamato/_run-all.yml#run_all_project_tests_trunk 
46-     #  Run Runtime tests on desktop players on trunk
53+     - .yamato/_run-all.yml#run_all_project_tests_2021 
54+     #  Run Runtime tests on desktop players on trunk and 2021 editors
4755    - .yamato/_run-all.yml#run_all_project_tests_desktop_standalone_trunk 
48-     #  Run Runtime tests on mobile players on trunk
56+     - .yamato/_run-all.yml#run_all_project_tests_desktop_standalone_2021 
57+     #  Run Runtime tests on mobile players on trunk and 2021 editors
4958    - .yamato/_run-all.yml#run_all_project_tests_mobile_standalone_trunk 
50-     #  Run Runtime tests on console players on trunk
59+     - .yamato/_run-all.yml#run_all_project_tests_mobile_standalone_2021 
60+     #  Run Runtime tests on console players on trunk and 2021 editors
5161    - .yamato/_run-all.yml#run_all_project_tests_console_standalone_trunk 
52-     #  Build player for webgl platform on trunk
62+     - .yamato/_run-all.yml#run_all_project_tests_console_standalone_2021 
63+     #  Build player for webgl platform on trunk and 2021 editors
5364    - .yamato/_run-all.yml#run_all_webgl_builds_trunk 
54-     #  Build player for webgl platform on trunk
65+     - .yamato/_run-all.yml#run_all_webgl_builds_2021 
66+     #  Build player for webgl platform on trunk and 2021 editors
5567    - .yamato/project-updated-dependencies-test.yml#updated-dependencies_testproject_NGO_ubuntu_trunk 
68+     - .yamato/project-updated-dependencies-test.yml#updated-dependencies_testproject_NGO_win_2021.3 
5669
5770
5871#  Run all tests on weekly bases
0 commit comments