Skip to content

Commit b253473

Browse files
benoithudsonvkovec
authored andcommitted
Update to 2019.3
Also remove a job we weren't using, and make a virtual job from a job that was doing nothing on its machine (fixing a warning, speeding up builds). (cherry picked from commit 3e8c69e)
1 parent 8fe16c7 commit b253473

File tree

2 files changed

+2
-27
lines changed

2 files changed

+2
-27
lines changed

.yamato/promotion.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# tests.
77
#
88
test_editors:
9-
- version: 2019.1
9+
- version: 2019.3
1010
test_platforms:
1111
- name: win
1212
type: Unity::VM
@@ -38,26 +38,6 @@ promotion_test_{{ platform.name }}_{{ editor.version }}:
3838
{% endfor %}
3939
{% endfor %}
4040

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-
6141
promote:
6242
name: Promote to Production
6343
agent:

.yamato/upm-ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ editors:
33
- version: 2018.4
44
- version: 2019.1
55
- version: 2019.2
6+
- version: 2019.3
67
platforms:
78
- name: win
89
type: Unity::VM
@@ -54,12 +55,6 @@ test_{{ platform.name }}_{{ editor.version }}:
5455

5556
test_trigger:
5657
name: Tests Trigger
57-
agent:
58-
type: Unity::VM
59-
image: package-ci/win10:stable
60-
flavor: b1.small
61-
commands:
62-
- dir
6358
triggers:
6459
branches:
6560
only:

0 commit comments

Comments
 (0)