Replies: 1 comment 1 reply
-
Do you see a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using cirrus cli on apple silicon in conjunction with a GitHub actions self hosted runner.
I've noticed that if a GitHub actions workflow gets cancelled, a cirrus task that is executing won't get shutdown properly, so the VM seems to just hang around.
Then, on a subsequent workflow, it will fail because the 2 VM limit has already been reached.
The GHA runner has the ability to run a script before or after a job, so I am hoping I can run a script to ensure the VM has shutdown.
Is this possible? I think the problem might be knowing which VM to ensure is shut down, so not to shutdown the wrong own.
Beta Was this translation helpful? Give feedback.
All reactions