We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c010b commit f64301dCopy full SHA for f64301d
.yamato/webgl-build.yml
@@ -31,7 +31,7 @@ webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
31
agent:
32
type: {{ platform.type }}
33
image: {{ platform.image }}
34
- flavor: {{ platform.flavor }}
+ flavor: b1.xlarge # We use b1.xlarge for WebGL builds since it requires more resources (otherwise it timeouts) especially on Ubuntu platform
35
{% if platform.model %}
36
model: {{ platform.model }} # This is set only in platforms where we want non-default model to use (more information in project.metafile)
37
{% endif %}
0 commit comments