Skip to content

Commit 8198bba

Browse files
authored
remove CI trigger of the template test (#342)
1 parent dc376e6 commit 8198bba

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.yamato/upm-ci-template.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ pack_{{ project.name }}:
2424

2525
# todo(kazuki): workaround renderstreaming-rtx template test error on Yamato.
2626
#
27-
{% if project.name == "renderstreaming-hd" %}
2827
{% for editor in editors %}
2928
{% for platform in platforms %}
3029
{% for param in platform.test_params %}
@@ -43,10 +42,6 @@ test_{{ project.name }}_{{ param.platform }}_{{ param.backend }}_{{ platform.nam
4342
{% endif %}
4443
- npm install upm-ci-utils@{{ upm.package_version }} -g --registry {{ upm.registry_url }}
4544
- upm-ci template test -u {{ editor.version }} --project-path {{ project.packagename }} --platform {{ param.platform }} --backend {{ param.backend }}
46-
triggers:
47-
branches:
48-
only:
49-
- "/.*/"
5045
artifacts:
5146
logs:
5247
paths:
@@ -58,7 +53,6 @@ test_{{ project.name }}_{{ param.platform }}_{{ param.backend }}_{{ platform.nam
5853
{% endfor %}
5954
{% endfor %}
6055
{% endfor %}
61-
{% endif %} # if project.name == "renderstreaming-hd"
6256

6357
publish_{{ project.name }}:
6458
name: Publish {{ project.packagename }}

0 commit comments

Comments
 (0)