-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
Running emulator with cache on multiple jobs causes the jobs to hang. #362
Comments
I'm experiencing the same problem |
Same issue here. CI gets stuck if AVD is cached: https://github.com/Purdue-CS307-tsundoku/tsundoku/actions/runs/8320789292/job/22766040436 I had to manually cancel the workflow run. |
ericswpark
added a commit
to Purdue-CS307-tsundoku/tsundoku
that referenced
this issue
Mar 18, 2024
Caching AVD causes the emulator action step to hang, see the following URL for more info: ReactiveCircus/android-emulator-runner#362
amberin
added a commit
to amberin/orgzly-android-revived
that referenced
this issue
Apr 24, 2024
I am facing this error too in kiwix/kiwix-android#3806 when the job the completed then it stuck on terminating the emulator. |
RyanCarrier
added a commit
to RyanCarrier/android-emulator-runner
that referenced
this issue
May 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to run the emulator with cache on two jobs in parallel but the jobs seems to just hang at the end when its time to terminate the emulator. Instead the step keeps running and workflow doesn't ends.
Note: If I remove the step "AVD cache" and "create AVD and generate snapshot for caching" from both jobs then it works fine.
Why does it hang with cache ?
my-workflow.yml file
job1 state
job2 state
The text was updated successfully, but these errors were encountered: