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 3d2d8e7 commit 51a1f5fCopy full SHA for 51a1f5f
.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: b1.xlarge # We use b1.xlarge for WebGL builds since it requires more resources (otherwise it timeouts) especially on Ubuntu platform
+ flavor: b1.xlarge # We use b1.xlarge for WebGL builds since it requires more resources (otherwise it hangs and 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