You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .yamato/_triggers.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -75,20 +75,20 @@ pr_code_changes_checks:
75
75
# Run API validation to early-detect all new APIs that would force us to release new minor version of the package. Note that for this to work the package version in package.json must correspond to "actual package state" which means that it should be higher than last released version
76
76
- .yamato/vetting-test.yml#vetting_test
77
77
78
-
# Run package EditMode and Playmode package tests on trunk and an older supported editor (6000.0)
# 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
87
87
# Coverage on other standalone machines is present in Nightly job so it's enough to not run all of them for PRs
88
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
# model --> Defines specific hardware model requirements (e.g., rtx2080, iPhone model 13). Notice that trunk currently (19.08.2025) has 13.0 as minimal iOS version which devices below this are not supporting
15
+
# model --> Defines specific hardware model requirements (e.g., iPhone model 13). Notice that trunk currently (19.08.2025) has 13.0 as minimal iOS version which devices below this are not supporting
16
16
# base --> Indicates the base operating system for build operations (e.g., win, mac)
17
17
# architecture --> Specifies the target CPU architecture (e.g., armv7, arm64)
18
18
@@ -50,15 +50,13 @@ test_platforms:
50
50
smaller_flavor: b1.medium
51
51
larger_flavor: b1.xlarge
52
52
standalone: StandaloneLinux64
53
-
model: rtx2080
54
53
- name: win
55
54
type: Unity::VM
56
55
image: package-ci/win10:v4
57
56
flavor: b1.large
58
57
smaller_flavor: b1.medium
59
58
larger_flavor: b1.xlarge
60
59
standalone: StandaloneWindows64
61
-
model: rtx2080
62
60
- name: mac
63
61
type: Unity::VM::osx
64
62
image: package-ci/macos-13-arm64:v4 # ARM64 to support M1 model (below)
0 commit comments