Skip to content

ci: [NGOv2.X] Fixing WebGL timeout and reenabling macOS job #3507

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: develop-2.0.0
Choose a base branch
from

Conversation

michalChrobot
Copy link
Collaborator

@michalChrobot michalChrobot commented Jun 17, 2025

This PR focuses on investigating often timeouts of WebGL job happening on Ubuntu platform (note that there are no timeouts on Windows) and also on re-enabling macOS job that was disabled due to error "Light baking could not be started because no valid OpenCL device could be found" and is tracked in MTT-11726

When it comes to the error on macOS, the build was failing due to a light baking error in different scenes with message "no valid OpenCL device could be found." This common issue on Apple Silicon VMs, where OpenCL support is often missing for the GPU lightmapper, can be resolved by disabling "Baked Global Illumination" for the scene. Since those scenes in testproject do not really need baked lighting and I didn't spot any difference with this option disabled I went forward with disabling it for testproject scenes and this resolves macOS issue.

For the Ubuntu timeout problem I restored image version to v4 instead of pointing to specific version since the issue that caused us to do so was resolved. I also increased flavor to xlarge (from large) because it seems that with more resources the process is not hanging anymore (will run test 5 times to confirm)

Backport

#3511

@michalChrobot michalChrobot self-assigned this Jun 17, 2025
@michalChrobot michalChrobot changed the base branch from develop to develop-2.0.0 June 17, 2025 11:19
@michalChrobot michalChrobot marked this pull request as ready for review June 18, 2025 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant