You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: