Skip to content

Commit b634366

Browse files
committed
Corrected runAll file to account for the change
1 parent 494f50f commit b634366

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.yamato/_run-all.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,11 @@ run_all_webgl_builds:
8181
dependencies:
8282
{% for project in projects.default -%}
8383
{% for platform in test_platforms.desktop -%}
84+
{% if platform.name != "mac" -%} # There is an error about "Light baking could not be started because no valid OpenCL device could be found". Tracked in MTT-11726
8485
{% for editor in validation_editors.all -%}
8586
- .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}
8687
{% endfor -%}
88+
{% endif -%}
8789
{% endfor -%}
8890
{% endfor -%}
8991

@@ -94,9 +96,11 @@ run_all_webgl_builds_trunk:
9496
dependencies:
9597
{% for project in projects.default -%}
9698
{% for platform in test_platforms.desktop -%}
99+
{% if platform.name != "mac" -%} # There is an error about "Light baking could not be started because no valid OpenCL device could be found". Tracked in MTT-11726
97100
{% for editor in validation_editors.default -%}
98101
- .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}
99102
{% endfor -%}
103+
{% endif -%}
100104
{% endfor -%}
101105
{% endfor -%}
102106

0 commit comments

Comments
 (0)