Skip to content

Commit

Permalink
remove CI trigger of the template test (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
karasusan authored Nov 9, 2020
1 parent dc376e6 commit 8198bba
Showing 1 changed file with 0 additions and 6 deletions.
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

0 comments on commit 8198bba

Please # to comment.