浏览代码

fix for test

/main
Wesley Mareovich Smith 4 年前
当前提交
4a99d067
共有 3 个文件被更改,包括 3 次插入2 次删除
  1. 2
      .yamato/environments.yml
  2. 2
      .yamato/upm-ci-full.yml
  3. 1
      .yamato/upm-ci-testprojects.yml

2
.yamato/environments.yml


args: --suite=playmode --platform=
- name: editmode
display_name: editmode
args: --suite=playmode --suite=editor --platform=editmode
args: --suite=playmode --suite=editor --platform=Editor
package_variants:
- name: Perception

2
.yamato/upm-ci-full.yml


flavor: {{ platform.flavor}}
commands:
- git submodule update --init --recursive
- npm install upm-ci-utils -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
- npm install upm-ci-utils -g --registry {{ upmci_registry }}
- upm-ci package test -u {{ editor.version }} --package-path ./com.unity.perception --type vetting-tests
artifacts:
logs:

1
.yamato/upm-ci-testprojects.yml


{% metadata_file .yamato/environments.yml %}
---
{% for editor in test_editors %}
{% for suite in suites %}
{% for project in projects %}

正在加载...
取消
保存