Open
Conversation
Change-Id: Ia8a7a8825557289f3abe77f99028c422c865f032
https://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories Change-Id: I25307e2a2ff6be737336609d6af326360b7770bc
liutikas
approved these changes
Dec 4, 2025
liutikas
reviewed
Dec 18, 2025
| disable-animations: true | ||
| # https://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories | ||
| # Number of core of default public repository github action runner is 4 in all. | ||
| cores: 4 |
Collaborator
There was a problem hiding this comment.
Do I understand correctly that this is giving 4 cores to emulator, but we'll still be running Gradle at the same time also using up cores?
Contributor
Author
There was a problem hiding this comment.
No, this PR just gives 4 cores to emulator.
You can check CI Gradle workers at here
nowinandroid/.github/ci-gradle.properties
Line 19 in ade8065
| Emulator | Gradle | |
|---|---|---|
| PR #1999 | 4 cores | 2 cores |
| PR #1816 | 2 cores | 4 cores |
Is there any problems when set the cores as below cases?
Case1: 4 and 2 cores (as #1999 merged)
Case2: 2 and 4 cores (as #1816 merged)
Case3: 4 and 4 cores (as all #1999 #1816 PR merged)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What I have done and why
This PR follows up #1816.
The standard public repository runner has 4 cores, so that I use that all cores as running emulator on github action.
Number of core documentation.
https://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories