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
+26-26Lines changed: 26 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
# Nightly:
28
28
# This test validates same subset as pull_request_trigger with addition of mobile/console tests and webgl builds
29
29
# Runs daily on develop (local configuration)
30
-
# Includes all test types but only on trunk.
30
+
# Includes all test types but only on trunk and the default editor.
31
31
# Adds platform-specific and APV validation
32
32
33
33
# Weekly:
@@ -76,13 +76,13 @@ pr_code_changes_checks:
76
76
# 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
77
77
- .yamato/vetting-test.yml#vetting_test
78
78
79
-
# Run package EditMode and Playmode package tests on trunk and an older supported editor (6000.3)
79
+
# Run package EditMode and Playmode package tests on pinned trunk and the minimal supported editor
# 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
88
88
# Coverage on other standalone machines is present in Nightly job so it's enough to not run all of them for PRs
@@ -120,45 +120,45 @@ pr_code_changes_checks:
120
120
121
121
122
122
123
-
# Run all tests on trunk on nightly basis.
123
+
# Run all tests on nightly basis.
124
124
# Same subset as pull_request_trigger with addition of mobile/desktop/console tests and webgl builds
125
-
# Those tests are all running on trunk editor (since it's daily and running all of them would add a lot of overhead)
125
+
# Those tests are all running on trunk and the default editor (since it's daily and running all of them would add a lot of overhead)
126
126
develop_nightly:
127
-
name: "\U0001F319 [Nightly] Run All Tests [Trunk and 6000]"
127
+
name: "\U0001F319 [Nightly] Run All Tests [Trunk and Default]"
128
128
triggers:
129
129
recurring:
130
-
- branch: develop-2.0.0
130
+
- branch: develop-3.x.x
131
131
frequency: daily
132
132
rerun: always
133
133
dependencies:
134
134
# Run project standards to verify package/default project
# 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
0 commit comments