File tree Expand file tree Collapse file tree 2 files changed +2
-34
lines changed Expand file tree Collapse file tree 2 files changed +2
-34
lines changed Original file line number Diff line number Diff line change 6
6
# tests.
7
7
#
8
8
test_editors :
9
- - version : 2019.1
9
+ - version : 2019.3
10
10
test_platforms :
11
11
- name : win
12
12
type : Unity::VM
@@ -38,26 +38,6 @@ promotion_test_{{ platform.name }}_{{ editor.version }}:
38
38
{% endfor %}
39
39
{% endfor %}
40
40
41
- promotion_test_trigger :
42
- name : Promotion Tests Trigger
43
- agent :
44
- type : Unity::VM
45
- image : package-ci/win10:stable
46
- flavor : b1.small
47
- artifacts :
48
- logs :
49
- paths :
50
- - " upm-ci~/test-results/**/*"
51
- packages :
52
- paths :
53
- - " upm-ci~/packages/**/*"
54
- dependencies :
55
- {% for editor in test_editors %}
56
- {% for platform in test_platforms %}
57
- - .yamato/promotion.yml#promotion_test_{{platform.name}}_{{editor.version}}
58
- {% endfor %}
59
- {% endfor %}
60
-
61
41
promote :
62
42
name : Promote to Production
63
43
agent :
Original file line number Diff line number Diff line change 3
3
- version : 2018.4
4
4
- version : 2019.1
5
5
- version : 2019.2
6
+ - version : 2019.3
6
7
platforms :
7
8
- name : win
8
9
type : Unity::VM
@@ -54,25 +55,12 @@ test_{{ platform.name }}_{{ editor.version }}:
54
55
55
56
test_trigger :
56
57
name : Tests Trigger
57
- agent :
58
- type : Unity::VM
59
- image : package-ci/win10:stable
60
- flavor : b1.small
61
- commands :
62
- - dir
63
58
triggers :
64
59
branches :
65
60
only :
66
61
- " /.*/"
67
62
except :
68
63
- master
69
- artifacts :
70
- logs :
71
- paths :
72
- - " upm-ci~/test-results/**/*"
73
- packages :
74
- paths :
75
- - " upm-ci~/packages/**/*"
76
64
dependencies :
77
65
- .yamato/upm-ci.yml#pack
78
66
{% for editor in editors %}
You can’t perform that action at this time.
0 commit comments