File tree Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change 1
1
test_trigger_editors :
2
2
- version : 2018.4
3
3
- version : 2019.3
4
- publish_editors :
4
+ publish_trigger_editors :
5
5
- version : 2018.3
6
6
- version : 2018.4
7
7
- version : 2019.1
34
34
- " upm-ci~/**/*"
35
35
36
36
37
- {% for editor in publish_editors %}
37
+ {% for editor in publish_trigger_editors %}
38
38
{% for platform in platforms %}
39
39
test_{{ platform.name }}_{{ editor.version }} :
40
40
name : Test version {{ editor.version }} on {{ platform.name }}
@@ -73,6 +73,21 @@ test_trigger:
73
73
{% endfor %}
74
74
{% endfor %}
75
75
76
+ publish_test_trigger :
77
+ name : Publish Tests Trigger
78
+ triggers :
79
+ tags :
80
+ only :
81
+ - /^(r|R)(c|C)-\d+\.\d+\.\d+(-preview(\.\d+)?)?
82
+ dependencies :
83
+ - .yamato/upm-ci.yml#pack
84
+ {% for editor in publish_trigger_editors %}
85
+ {% for platform in platforms %}
86
+ - .yamato/upm-ci.yml#test_{{platform.name}}_{{editor.version}}
87
+ {% endfor %}
88
+ {% endfor %}
89
+
90
+
76
91
publish :
77
92
name : Publish to Internal Registry
78
93
agent :
@@ -92,8 +107,5 @@ publish:
92
107
- " upm-ci~/packages/*.tgz"
93
108
dependencies :
94
109
- .yamato/upm-ci.yml#pack
95
- {% for editor in publish_editors %}
96
- {% for platform in platforms %}
97
- - .yamato/upm-ci.yml#test_{{ platform.name }}_{{ editor.version }}
98
- {% endfor %}
99
- {% endfor %}
110
+ - .yamato/upm-ci.yml#test_trigger
111
+ - .yamato/upm-ci.yml#publish_test_trigger
You can’t perform that action at this time.
0 commit comments