11{% metadata_file .yamato/coverage_tests.metafile %}
22test_editors :
3- - version : 2023.2
4- # We want some scene tests to run in the DevProject, but packages there only support 2020+
3+ - version : 6000.0
54 testProject : Project
65 enableNoDefaultPackages : !!bool true
7- - version : 2023.2
6+ - version : 6000.0
87 testProject : DevProject
98 enableNoDefaultPackages : !!bool true
109
1110trunk_editor :
12- # TODO: re-enable trunk tests after adding support for Unity 6. As of 12 Mar 2024, tests fail
13- # with "Error: '6000.0.0b12' is not a valid Unity version"
14- # - version: trunk
15- # # Workaround for MLA-1596 - need to make sure we load the right results.
16- # testProject: DevProject
11+ - version : trunk
12+ testProject : DevProject
1713
1814test_platforms :
1915 - name : win
@@ -26,7 +22,7 @@ test_platforms:
2622 flavor : b1.large
2723 - name : linux
2824 type : Unity::VM
29- image : ml-agents/ml-agents- ubuntu-18.04:latest
25+ image : ml-agents/ubuntu-ci:v1.0.0
3026 flavor : b1.large
3127
3228packages :
@@ -81,7 +77,7 @@ test_{{ package.name }}_{{ platform.name }}_{{ editor.version }}_{{ editor.testP
8177 image : {{ platform.image }}
8278 flavor : {{ platform.flavor}}
8379 commands :
84- - npm install upm-ci-utils@1.27.0 -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
80+ - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
8581 - upm-ci package test -u {{ editor.version }} --package-path {{ package.name }} {{ noDefaultPackagesOptions }} --warnings-as-errors --extra-utr-arg "reruncount=2"
8682 artifacts :
8783 logs :
@@ -132,7 +128,7 @@ test_{{ package.name }}_{{ platform.name }}_{{ editor.version}}_{{ editor.testPr
132128{% endif %}
133129 python -m pip install unity-downloader-cli --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
134130 unity-downloader-cli -u trunk -c editor --wait --fast
135- npm install upm-ci-utils@1.27.0 -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
131+ npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
136132 upm-ci project test -u {{ editor.version }} --project-path {{ editor.testProject }} --package-filter {{ package.name }} --extra-create-project-arg="-upmNoDefaultPackages" --extra-utr-arg "reruncount=2"
137133 artifacts :
138134 logs :
0 commit comments