Skip to content

Commit 5258da4

Browse files
committed
re-enabled mac jobs in run_all
1 parent f64301d commit 5258da4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.yamato/_run-all.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,9 @@ run_all_webgl_builds:
109109
dependencies:
110110
{% for project in projects.default -%}
111111
{% for platform in test_platforms.desktop -%}
112-
{% 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
113112
{% for editor in validation_editors.all -%}
114113
- .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}
115114
{% endfor -%}
116-
{% endif -%}
117115
{% endfor -%}
118116
{% endfor -%}
119117

@@ -124,11 +122,9 @@ run_all_webgl_builds_trunk:
124122
dependencies:
125123
{% for project in projects.default -%}
126124
{% for platform in test_platforms.desktop -%}
127-
{% 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
128125
{% for editor in validation_editors.default -%}
129126
- .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_{{ editor }}
130127
{% endfor -%}
131-
{% endif -%}
132128
{% endfor -%}
133129
{% endfor -%}
134130

@@ -138,9 +134,7 @@ run_all_webgl_builds_2021:
138134
dependencies:
139135
{% for project in projects.default -%}
140136
{% for platform in test_platforms.desktop -%}
141-
{% 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
142137
- .yamato/webgl-build.yml#webgl_build_{{ project.name }}_{{ platform.name }}_2021.3
143-
{% endif -%}
144138
{% endfor -%}
145139
{% endfor -%}
146140

0 commit comments

Comments
 (0)