浏览代码

Fix yaml

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

4
.yamato/promote.yml


---
{% for variant in package_variants %}
{% for editor in test_editors %}
{% for editor in complete_editors %}
{% for platform in test_platforms %}
promotion_test_{{ platform.name }}_{{ editor.version }}:
name : Package tests ({{variant.name}} pkg, {{ editor.version }}, {{ platform.name }})

promotion_test_trigger:
name: Promotion Tests Trigger
dependencies:
{% for editor in publish_editors %}
{% for editor in complete_editors %}
{% for platform in publish_platforms %}
{% for suite in suites %}
{% for project in projects %}

2
.yamato/upm-ci-testprojects.yml


# Not including OSX because the only OSX platform on Bokken with a GPU is a Mac Mini, of which there are only a few and setting up Yamato jobs is very complicated.
# {% for variant in package_variants %}
# {% for editor in test_editors %}
# {% for editor in complete_editors %}
# code_coverage_win_{{editor.version}}:
# name: Code Coverage Report - Windows
# agent:

正在加载...
取消
保存