Victor Villas
Victor Villas
I understand that the `url` comes from the stack events, and it's the variable that is behaving consistently. I'll try to investigate why `url_prefix()` is bringing that extra `us-east-1` and...
Just FYI this is still happening on `master`. I wasn't able to track down the issue last time, will try to investigate further today.
Ok, so aparrently that extra region coming is making taskcat think that my nested stacks are remote templates, so it's downloading and sending them to `.taskcat/.remote_templates/randomname.template`. But then, it goes...
I believe fixing the first one is enough for me, but the second one may bite someone later on. I'm going to test it out a simple fix for the...
Never seen it before. My first guess would be low resources. What EC2 instance sizes are you using? Have you tried using a more capable one?
Hi @velebak, if the task is queued on SQS, it should be a matter of time for the workers to pick it up. It might take a while if the...
Urgh, unpinned version requirements. Thanks for digging into it!
Hi @cfregly. For now, you need to find the (public/private) address used by the webserver ec2 instance. In order to submit jobs you need to deploy your DAG files (or...
Looks like `/usr/lib/systemd/system/codedeploy-agent.service` was made an executable, which systemd is against. Not sure why that would happen, maybe a bug on the setup process that does indeed mark a few...
Oh geez, thanks for finding that. I assumed it was a bug in one of this repo's scripts and could never find it. > what permissions would you suggest for...