Skip to content

Commit 7680f1f

Browse files
authored
chore: Exclude editor version 2021.2 from version list for testing (#603)
1 parent 75054dc commit 7680f1f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.yamato/meta/environments.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ intra_pypi_url: https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi
55
editors:
66
- version: 2019.4
77
- version: 2020.3
8-
- version: 2021.1
8+
- version: 2021.2
99
platforms:
1010
- name: win
1111
type: Unity::VM::GPU

.yamato/upm-ci-renderstreaming-packages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,8 @@ publish_{{ package.name }}:
400400
dependencies:
401401
- .yamato/upm-ci-renderstreaming-packages.yml#pack_{{ package.name }}
402402
{% for editor in editors %}
403+
{% if editor.version != "2021.2" -%} # exclude editor version 2021.2
403404
- .yamato/upm-ci-renderstreaming-packages.yml#trigger_test_{{ package.name }}_{{ editor.version }}
405+
{% endif %}
404406
{% endfor %}
405407
{% endfor %}

0 commit comments

Comments
 (0)