self-hosted runner on odroid xu4 doesn't always start the job
See original GitHub issueDescribe the bug
I have a self-hosted runner on odroid xu4
ARM single board computer and it quite often does not start the job.
I also have self-hosted runner on raspberry pi 3
and there is no such problem with it.
To Reproduce
Reproducibility ~50%
Steps to reproduce the behavior:
- Set up the self-hosted runner on
odroid xu4
- Make a commit to the repo to start the workflow
- The job which is supposed to be run by
odroid xu4
remains in “Starting workflow run…” state for about 10 minutes, then it fails.
Note: The runner itself in that time is marked as “Active”.
Looks like the runner picks the job, but does not start it, since when raspberry pi 3
runner gets freed it does not pick that stalled job, so it looks like it is considered already picked by odroid xu4
.
Expected behavior
The runner on odroid xu4
board should pick up the job and execute it.
Runner Version and Platform
runner version 2.278.0
OS: Armbian Buster (Linux)
What’s not working?
The job is not started.
Job Log Output
Runner and Worker’s Diagnostic Logs
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (3 by maintainers)
Top Results From Across the Web
[SOLVED] Odroid-XU4 won't boot
My XU4 will not boot. It was working before it froze. I've rebooted it and from then, it is in a reboot loop....
Read more >Github Self-hosted Action Runner not picking up jobs
Whenever I want to push my project, I have to execute run.sh manual and this is real annoying me. Unhandled exception. System.
Read more >Help with getting my XU4 to run : r/ODroid
I've just purchased an XU4 with a 64MB eMMC module, but I have been unable to get it running. I'll be the first...
Read more >Untitled
African basketball league launch, Sectoarele bucurestiului wikipedia, ... Dell ultrasharp u2414h eyefinity, Awg jobs pearl river la, I hate self?
Read more >Untitled
New ford ecosport 2021, Emerson company jobs, When you block someone on whatsapp ... Bonnie azizie, Harbor freight drywall cutter, Odroid xu4 vs...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I understood this as if I use job container then I can use only docker actions
Hehe, but now I see that you meant that docker actions are only working with job container.
I’ll give it a try then!
I’m not quite shure if you understand the feature level correctly. Job container and composite actions both are working for me.