ecs
ecs copied to clipboard
Badges will not get updated and builds will remain in pending
I was able to setup lambci + lambci-ecs so that builds will build in ecs. The build status is correctly updated on github commits and slack messages are sent. Badges and build logs don't get updated with the results. Currently the ecs container directly notifies slack and github when the build is finished, wouldn't it be a better design if the ecs container would trigger the build-lambci function on finish instead and that would take care of finishing the build?
I've created a PR that will update badges and logs for ecs builds using the status event from github. Also it will fix the issue that the lambda will timeout for ecs builds.