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 b651880 commit 4032b92Copy full SHA for 4032b92
.yamato/webgl-build.yml
@@ -32,7 +32,7 @@ webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}:
32
agent:
33
type: {{ platform.type }}
34
image: {{ platform.image }}
35
- 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
36
{% if platform.model %}
37
model: {{ platform.model }} # This is set only in platforms where we want non-default model to use (more information in project.metafile)
38
{% endif %}
0 commit comments