Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .yamato/upm-ci-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ pack_{{ project.name }}:

# todo(kazuki): workaround renderstreaming-rtx template test error on Yamato.
#
{% if project.name == "renderstreaming-hd" %}
{% for editor in editors %}
{% for platform in platforms %}
{% for param in platform.test_params %}
Expand All @@ -43,10 +42,6 @@ test_{{ project.name }}_{{ param.platform }}_{{ param.backend }}_{{ platform.nam
{% endif %}
- npm install upm-ci-utils@{{ upm.package_version }} -g --registry {{ upm.registry_url }}
- upm-ci template test -u {{ editor.version }} --project-path {{ project.packagename }} --platform {{ param.platform }} --backend {{ param.backend }}
triggers:
branches:
only:
- "/.*/"
artifacts:
logs:
paths:
Expand All @@ -58,7 +53,6 @@ test_{{ project.name }}_{{ param.platform }}_{{ param.backend }}_{{ platform.nam
{% endfor %}
{% endfor %}
{% endfor %}
{% endif %} # if project.name == "renderstreaming-hd"

publish_{{ project.name }}:
name: Publish {{ project.packagename }}
Expand Down