Skip to content

Commit 2e685aa

Browse files
committed
No longer need separate test editors for Android
1 parent 7d9c2be commit 2e685aa

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.yamato/upm-ci.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@ test_editors:
55
- version: 2020.3
66
- version: 2019.4
77

8-
android_test_editors:
9-
- version: trunk
10-
- version: 2022.1
11-
- version: 2021.2
12-
- version: 2020.3
13-
- version: 2019.4
14-
158
# 2019.4 fails due to issue unrelated to package
169
ios_test_editors:
1710
- version: trunk
@@ -86,7 +79,7 @@ test_{{ platform.name }}_{{ editor.version }}:
8679
{% endfor %}
8780
{% endfor %}
8881

89-
{% for editor in android_test_editors %}
82+
{% for editor in test_editors %}
9083
test_Android_{{ editor.version }}:
9184
name: Test {{ editor.version }} on Android
9285
agent:
@@ -178,13 +171,11 @@ test_trigger:
178171
{% for platform in test_platforms %}
179172
- .yamato/upm-ci.yml#test_{{ platform.name }}_{{ editor.version }}
180173
{% endfor %}
174+
- .yamato/upm-ci.yml#test_Android_{{ editor.version }}
181175
{% endfor %}
182176
{% for editor in ios_test_editors %}
183177
- .yamato/upm-ci.yml#test_iOS_{{ editor.version }}
184178
{% endfor %}
185-
{% for editor in android_test_editors %}
186-
- .yamato/upm-ci.yml#test_Android_{{ editor.version }}
187-
{% endfor %}
188179

189180
publish:
190181
name: Publish to Internal Registry

0 commit comments

Comments
 (0)