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

Waiting for a runner to pick up this job... #151

Open
waghanza opened this issue Jul 14, 2024 · 2 comments
Open

Waiting for a runner to pick up this job... #151

waghanza opened this issue Jul 14, 2024 · 2 comments

Comments

@waghanza
Copy link

Hi @uraimo ,

Thanks for this project.

I've switched to AMD64 to ARM64 and unfortunately, I discovered that is not supported by github natively.

I found this project, and try to adapt my CI with it
https://github.com/the-benchmarker/web-frameworks/blob/ed96ad03951729d6d9e18f93bfb0c4fcc1b123c9/.github/workflows/ci.yml#L1

However, I'm facing

Requested labels: ubuntu22.04
Job defined at: the-benchmarker/web-frameworks/.github/workflows/ci.yml@refs/pull/7581/merge
Waiting for a runner to pick up this job...

for a long time.

An advice for me ?

Regards,

PS : Related to the-benchmarker/web-frameworks#7581

@martin-g
Copy link
Contributor

IMO the reason is that your workflow runs 257 checks - https://github.com/the-benchmarker/web-frameworks/pull/7581/checks
This plugin should not be a reason for such problem. The plugin is executed inside a runner, i.e. much later.

I see your project is about benchmarking: this plugin uses QEMU, i.e. emulation, so it would be much slower than executing on native environment!

@waghanza
Copy link
Author

Yes, sure my CI, is just to ensure that code is correct facing our scenario (no perf required), it was just a patch before waiting for ARM linux based github actions

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

No branches or pull requests

2 participants