Skip to content

Commit faa4331

Browse files
committed
updated default CI editor
1 parent 98e782b commit faa4331

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.yamato/_run-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ run_quick_checks:
1717
name: Run Quick Initial Checks
1818
dependencies:
1919
- .yamato/package-pack.yml#package_pack_-_ngo_ubuntu
20-
- .yamato/project-standards.yml#standards_ubuntu_testproject_6000.2
20+
- .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.default }}
2121

2222
# Runs all package tests
2323
run_all_package_tests:

.yamato/_triggers.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pr_minimal_required_checks:
4949
name: Minimal PR checks
5050
dependencies:
5151
- .yamato/package-pack.yml#package_pack_-_ngo_ubuntu
52-
- .yamato/project-standards.yml#standards_ubuntu_testproject_6000.2
52+
- .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.default }}
5353
triggers:
5454
expression: |-
5555
(pull_request.comment eq "ngo" OR
@@ -128,7 +128,7 @@ develop_nightly:
128128
# 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
129129
- .yamato/vetting-test.yml#vetting_test
130130
# Run project standards to verify package/default project
131-
- .yamato/project-standards.yml#standards_ubuntu_testproject_6000.2
131+
- .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.default }}
132132
- .yamato/project-standards.yml#standards_ubuntu_testproject_2022.3
133133
# Run APV jobs to make sure the change won't break any dependants
134134
- .yamato/wrench/preview-a-p-v.yml#all_preview_apv_jobs
@@ -186,4 +186,4 @@ develop_weekly_trunk:
186186
# Build player for webgl platform on 6000.2 (latest supported editor)
187187
- .yamato/_run-all.yml#run_all_webgl_builds
188188
# Run code coverage test
189-
- .yamato/code-coverage.yml#code_coverage_ubuntu_6000.2
189+
- .yamato/code-coverage.yml#code_coverage_ubuntu_{{ validation_editors.default }}

.yamato/project.metafile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,10 @@ test_platforms:
158158

159159
validation_editors:
160160
default:
161-
- 6000.2
161+
- 6000.0
162162
all:
163163
- 2022.3
164164
- 6000.0
165-
- 6000.2
166165
minimal:
167166
- 2022.3
168167

0 commit comments

Comments
 (0)