浏览代码

Fixing names and references

/test_new_versions
Jon Hogins 4 年前
当前提交
5aebf63c
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 2
      .yamato/promote.yml
  2. 2
      .yamato/upm-ci-full.yml
  3. 2
      .yamato/upm-ci-testprojects.yml

2
.yamato/promote.yml


{% for editor in test_editors %}
{% for platform in test_platforms %}
promotion_test_{{ platform.name }}_{{ editor.version }}:
name : Promotion tests, {{ editor.version }}, {{ platform.name }})
name : Promotion tests, {{ editor.version }}, {{ platform.name }}
agent:
type: {{ platform.type }}
image: {{ platform.image }}

2
.yamato/upm-ci-full.yml


{% for editor in test_editors %}
{% for platform in test_platforms %}
pkg_test_{{ platform.name }}_{{ editor.version }}:
name : Package tests, {{ editor.version }}, {{ platform.name }})
name : Package tests, {{ editor.version }}, {{ platform.name }}
agent:
type: {{ platform.type }}
image: {{ platform.image }}

2
.yamato/upm-ci-testprojects.yml


- "test-results/**/*"
- "TestProjects/PerceptionHDRP/test-results/**/*"
dependencies:
- .yamato/upm-ci-full.yml#pack_Perception
- .yamato/upm-ci-full.yml#pack
{% endfor %}
{% endfor %}

正在加载...
取消
保存