-
Notifications
You must be signed in to change notification settings - Fork 16
Description
I've set up LambCI to build and test via docker on ECS and my build is passing which is great!
However, it seems like there is now 2 test runners attached to my PR that are posting in slack.
This is fundamentally ok, but I'm a bit confused about what is going on.
It seems the Docker build is completing and showing a green status, if you click through the details it links to cloudwatch logs, which is less ideal because I have to setup all my users, but ok. The issue is that for some reason the other build which appears to be the lambda one stays pending yellow and the build results sent to s3 just say:
LambCI v0.9.13 triggered on stack "x-ci"
Looking up keys in x x
$ rm -rf /tmp/lambci/build
$ git clone --depth 5 https://XXXX@github.com/x/xgit -b ci/npm-token /tmp/lambci/build/x/x
Cloning into '/tmp/lambci/build/x/x'...
$ cd /tmp/lambci/build/x/x && git checkout -qf x
Build #143 started...
Build log: https://x-buildresults-5retbcjur19l.s3.amazonaws.com/gh/x/x/builds/143/ef8c1d7a5e18ff7438849c7ee54202b3.html
Running task x-ecs-BuildTask-x on ECS cluster x-ecs-Cluster-x
I assume, if I leave it, it may end up finishing on its own eventually? Any idea why the build results aren't and status aren't getting updated ?