Skip to content

Commit d7adfc2

Browse files
committed
PR feedback
1 parent 06590d7 commit d7adfc2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.yamato/_triggers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ pr_code_changes_checks:
8585

8686
# 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
8787
# Coverage on other standalone machines is present in Nightly job so it's enough to not run all of them for PRs
88+
# desktop_standalone_test and cmb_service_standalone_test are both reusing desktop_standalone_build dependency so we run those in the same configuration on PRs to reduce waiting time.
89+
# Note that our daily tests will anyway run both test configurations in "minimal supported" and "trunk" configurations
8890
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_ubuntu_il2cpp_trunk
8991
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_trunk
9092
triggers:

.yamato/vetting-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% for editor in validation_editors.minimal -%}
99
vetting_test:
1010
name: NGO - Vetting Test (Win, {{editor}} LTS)
11-
agent: { type: Unity::VM, flavor: b1.medium, image: package-ci/win11:v4 }
11+
agent: { type: Unity::VM, flavor: b1.small, image: package-ci/win11:v4 }
1212
commands:
1313
- npm install -g "upm-ci-utils@stable" --registry https://artifactory.prd.it.unity3d.com/artifactory/api/npm/upm-npm
1414
- unity-downloader-cli --fast --wait --unity-version {{ editor }} --components editor --arch x64

0 commit comments

Comments
 (0)