File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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
6357publish_{{ project.name }} :
6458 name : Publish {{ project.packagename }}
You can’t perform that action at this time.
0 commit comments