Skip to content

Conversation

@Jaehwa-Noh
Copy link
Contributor

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

image

@Jaehwa-Noh Jaehwa-Noh requested a review from dturner as a code owner November 24, 2025 23:42
@Jaehwa-Noh Jaehwa-Noh changed the title Bump number of core Bump number of core on CI emulator Nov 24, 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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this PR just gives 4 cores to emulator.
You can check CI Gradle workers at here

org.gradle.workers.max=2

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)

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