Closed jlsalmon closed 1 year ago
Hey @jlsalmon, which version of Tart are you using? There was a regression in 1.4.0
that got fixed in 1.4.2
.
Thanks for the super quick reply @fkorotkov - I was using 1.4.1
. Just upgraded to 1.4.2
and the issue no longer exists 🎉
Great! Please let me know if you'll have any other issues.
Hello,
We are super excited to start experimenting with this new
tart
runner for GitLab, thanks for making it available!Currently we are running into an issue where the executor seems to be failing to get the IP of the newly created VM:
I can see that the executor is calling
tart ip --wait 60
, but it seems that this part might not be working correctly?If I use the
tart
CLI directly to run a new VM and then immediately try to runtart ip
, I get a very similar behaviour:If I add a small amount of
sleep
before callingtart ip
, it seems to work:I could be barking up the wrong tree here, so any pointers would be greatly appreciated!