Skip to content

chore: [UpPort] Reduce the number of jobs running on PR triggers #3545

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jul 15, 2025
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 15 additions & 10 deletions .yamato/_triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,24 @@
# Since standards job is a part of initial checks it's not present as direct dependency here!!!!!!!!!!!!!!!!!!!!
pull_request_trigger:
name: Pull Request Trigger (develop, develop-2.0.0, & release branches)
# Run the following tests on a selection of different desktop platforms
dependencies:
# Run package EditMode and Playmode package tests on trunk
- .yamato/_run-all.yml#run_all_package_tests_trunk
# Run package EditMode and Playmode package tests on minimum supported editor (6000.0 in case of NGOv2.X)
- .yamato/_run-all.yml#run_all_package_tests_6000
# Run project EditMode and Playmode project tests on trunk
- .yamato/_run-all.yml#run_all_project_tests_trunk
# Run project EditMode and Playmode project tests on minimum supported editor (6000.0 in case of NGOv2.X)
- .yamato/_run-all.yml#run_all_project_tests_6000
# Run standalone test. Run windows standalone tests as this is our most common platform, and run ubuntu rust tests.
# Run package EditMode and Playmode package tests on trunk and an older supported editor (6000.0)
- .yamato/package-tests.yml#package_test_-_ngo_trunk_mac
- .yamato/package-tests.yml#package_test_-_ngo_6000.0_win

# Run testproject EditMode and Playmode project tests on trunk and an older supported editor (6000.0)
- .yamato/project-tests.yml#test_testproject_win_trunk
- .yamato/project-tests.yml#test_testproject_mac_6000.0

# Run tools integration tests EditMode and Playmode tests on trunk and an older supported editor (6000.0)
- .yamato/project-tests.yml#test_testproject-tools-integration_ubuntu_6000.0
- .yamato/project-tests.yml#test_testproject-tools-integration_win_trunk

# Run standalone test. We run it only on Ubuntu since it's the fastest machine, and it was noted that for example distribution on macOS is taking 40m since we switched to Apple Silicon
# Coverage on other standalone machines is present in Nightly job so it's enough to not run all of them for PRs
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_win_il2cpp_6000.0
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_6000.0
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_trunk
triggers:
cancel_old_ci: true
pull_requests:
Expand Down
4 changes: 4 additions & 0 deletions .yamato/project.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ validation_editors:
all:
- 6000.0
- 6000.1
- 6000.2
- trunk


Expand Down Expand Up @@ -184,3 +185,6 @@ projects:
- name: minimalproject
path: minimalproject
has_tests: false
- name: testproject-tools-integration
path: testproject-tools-integration
has_tests: true