浏览代码

Adding condition for adding cloudrendering tests

/priyesh-cloudrendering-test
Priyesh Wani 3 年前
当前提交
1ea16f33
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      .yamato/upm-ci-testprojects.yml

2
.yamato/upm-ci-testprojects.yml


- unity-downloader-cli -u {{ editor.version }} -c editor -c StandaloneSupport-IL2CPP -c Linux --wait --published
{% if suite.name == "standalone" %}
- utr/utr --testproject=./TestProjects/{{project.name}} --editor-location=./.Editor --reruncount=2 --artifacts_path=test-results --stdout-filter=minimal --extra-editor-arg="--force-d3d11" {{suite.args}}StandaloneWindows64
{% else %}
{% else if suite.name != "cloudrendering" %}
- utr/utr --testproject=./TestProjects/{{project.name}} --editor-location=./.Editor --reruncount=2 --artifacts_path=test-results --stdout-filter=minimal --extra-editor-arg="--force-d3d11" {{suite.args}}
{% endif %}
artifacts:

正在加载...
取消
保存