Replies: 2 comments 1 reply
-
Can you show the labels you have used in your 2 workflows? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Runners can be terminated by AWS since the module using by default spot. You can configure non spot (on-demand) as well. Another problem (github) is that the runner agent cannot connect to GitHub by exhausting resources during the build. This will lead that github de-register the runner. This is a GitHub issue. |
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
-
I use multi-runner config and have two runners set up: one is using spot instances and the other uses on-demand. Both use custom AMIs. I tried using both spot and on-demand and in each case I had ec2 instances terminated while the workflow was running. It happens quite often. I wonder if I got any settings wrong. Here's my tf file:
Beta Was this translation helpful? Give feedback.
All reactions