ecs icon indicating copy to clipboard operation
ecs copied to clipboard

Badges will not get updated and builds will remain in pending

Open gellweiler opened this issue 5 years ago • 1 comments

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?

gellweiler avatar Mar 24 '19 13:03 gellweiler

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.

gellweiler avatar Mar 25 '19 20:03 gellweiler