-
Notifications
You must be signed in to change notification settings - Fork 343
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
cml-runner fails to deploy runners on ec2 #741
Comments
Duplicate of #738; thanks for the detailed report! |
Ah cool, i did spot that issue but I wasn't sure if it was relevant or not! Is there anything I can do to fix it until it's sorted on your side? @0x2b3bfa0 |
@thatGreekGuy96, please run the following to confirm the issue:
|
Yes, please try the workaround from #741 (comment) in the meanwhile. |
yup i can confirm this fixes it! Do you mind explaining why 😅 i'm just curious! |
Yes, people at GitHub have started to use the |
Hey everyone,
A random issue started appearing yesterday and
cml-runner
now fails to deploy runners. The issue seems to coincide with the release of version0.7.0
but switching back to0.6.3
does not seem to sort the problem! Updating to0.7.1
also didn't fix the problem!The command I am running is:
I've cut it a bit short so that you can only see the relevant part. I'm also attaching the terraform logs, hopefully it helps!
Looking at the EC2 console on the AWS side, I can see that the EC2 instances spin up properly, but then get shut down after about 30 seconds. On the spot requests tab, the status is displayed as
terminated-by-user
, so it's not AWS shutting them down.Finally, I also noticed that the name of the runners on EC2 is now
Hosted Agent
, which didn't use to be the case before. It used to be something likeiterative-<random_stirng>
. Not sure if it's relevant but putting it out there just in case!1_Set up job.txt
2_Run [email protected]
3_Run [email protected]
4_Deploy runner on EC2.txt
5_Run cat $TF_LOG_PATH.txt
10_Post Run [email protected]
11_Complete job.txt
The text was updated successfully, but these errors were encountered: