Skip to content
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

ci: Build dependency for Github Actions #2405

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

spencer-lunarg
Copy link
Contributor

Recently we have found productivty slow down in other KhronosGroups repos because it can take hours for CI to run due to running out of Github Actions minutes. We have found that MacOS/iOS are charged as 10x the minute cost which really starts to add up. The goal is to not have those expensive CI actions run unless we know other things work first.

(There is an internal issue on this, but for short term, I have just been apply these types of YAML chanegs aroudn the repos https://gitlab.khronos.org/khronos-general/khronos-issues/-/issues/127)

@HansKristian-Work
Copy link
Contributor

If mac/ios is charged at 10x rate, should we remove the recently added iphoneio/iphonesimulator/appletvos/appletvsimulator builds?

@HansKristian-Work HansKristian-Work merged commit a018347 into main Nov 5, 2024
10 checks passed
@HansKristian-Work HansKristian-Work deleted the spencer-lunarg-patch-1 branch November 5, 2024 09:48
@spencer-lunarg
Copy link
Contributor Author

should we remove the recently added iphoneio/iphonesimulator/appletvos/appletvsimulator builds?

My suggestion is maybe keep, in a few months if you find that they never once fail where only they fail and everything else is caught, then remove

Another option is to use a if: github.ref == 'refs/heads/main' and only do when you merge and not on each PR run

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.

2 participants