Skip to content

Commit 19e5a55

Browse files
committed
put yamato changes back
1 parent cb1c148 commit 19e5a55

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.yamato/_triggers.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ pr_minimal_required_checks:
5353
dependencies:
5454
- .yamato/project-standards.yml#standards_ubuntu_testproject_trunk
5555
- .yamato/package-pack.yml#package_pack_-_ngo_win
56-
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_6000.4
5756
triggers:
5857
expression: |-
5958
(pull_request.comment eq "ngo" OR

.yamato/cmb-service-standalone-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ cmb_service_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}
5656
# run_cmb_service.sh builds and starts a release version of the full CMB service (along with the limited echo server)
5757
- ./Tools/CI/service.cmb/run_cmb_service.sh -e $ECHO_SERVER_PORT -s $CMB_SERVICE_PORT
5858

59-
# - unity-downloader-cli --fast --wait -u {{ editor }} -c Editor {% if backend == "il2cpp" %} -c il2cpp {% endif %} {% if platform.name == "mac" %} --arch arm64 {% endif %} # For macOS we use ARM64 models
60-
# - UnifiedTestRunner --suite=playmode --player-load-path=build/players --artifacts-path=test-results --testproject={{ project.path }} --editor-location=.Editor --playergraphicsapi=Null --fail-on-assert --rerun-strategy=Test --retry={{ num_test_retries }} --clean-library-on-rerun --timeout={{ test_timeout }}
59+
- unity-downloader-cli --fast --wait -u {{ editor }} -c Editor {% if backend == "il2cpp" %} -c il2cpp {% endif %} {% if platform.name == "mac" %} --arch arm64 {% endif %} # For macOS we use ARM64 models
60+
- UnifiedTestRunner --suite=playmode --player-load-path=build/players --artifacts-path=test-results --testproject={{ project.path }} --editor-location=.Editor --playergraphicsapi=Null --fail-on-assert --rerun-strategy=Test --retry={{ num_test_retries }} --clean-library-on-rerun --timeout={{ test_timeout }}
6161
artifacts:
6262
logs:
6363
paths:

.yamato/desktop-standalone-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ desktop_standalone_build_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
5353
paths:
5454
- "artifacts/**/*"
5555
dependencies:
56-
# - .yamato/_run-all.yml#run_quick_checks # initial checks to perform fast validation of common errors
57-
# - .yamato/package-pack.yml#package_pack_-_ngo_{{ platform.name }}
56+
- .yamato/_run-all.yml#run_quick_checks # initial checks to perform fast validation of common errors
57+
- .yamato/package-pack.yml#package_pack_-_ngo_{{ platform.name }}
5858
{% endfor -%}
5959
{% endfor -%}
6060
{% endfor -%}

0 commit comments

Comments
 (0)