浏览代码

fix the errors in promotion

/main
Wesley Mareovich Smith 4 年前
当前提交
d5ba56ed
共有 2 个文件被更改,包括 19 次插入16 次删除
  1. 33
      .yamato/promotion.yml
  2. 2
      .yamato/publish.yml

33
.yamato/promotion.yml


promotion_test_trigger:
name: Promotion Tests Trigger
dependencies:
{% for editor in publish_editors %}
{% for platform in publish_platforms %}
{% for suite in suites %}
{% for project in projects %}
{% for editor in publish_editors %}
{% for platform in publish_platforms %}
{% for suite in suites %}
{% for project in projects %}
{% for variant in package_variants %}
- .yamato/upm-ci-testprojects#{{project.name}}_windows_{{suite.name}}_{{editor.version}}.yml#
{% endfor %}
{% endfor %}
{% endfor %}
{% endfor %}
- .yamato/upm-ci-testprojects.yml#{{project.name}}_windows_{{suite.name}}_{{editor.version}}
{% endfor %}
{% endfor %}
{% endfor %}
{% endfor %}
{% endfor %}
promote:
name: Promote to Production

paths:
- "upm-ci~/packages/*.tgz"
dependencies:
{% for variant in package_variants %}
{% for variant in package_variants %}
{% for editor in publish_editors %}
{% for platform in publish_platforms %}
{% for editor in publish_editors %}
{% for platform in publish_platforms %}
{% endfor %}
{% endfor %}
{% endfor %}
{% endfor %}
{% endfor %}
{% endfor %}

2
.yamato/publish.yml


triggers:
tags:
only:
- "/^(r|R)(c|C)-\d+\.\d+\.\d+(-preview(\.\d+)?)?$/"
- "/^(r|R)(c|C)-+(-preview(+)?)?$/"
artifacts:
artifacts:
paths:

正在加载...
取消
保存