Hi community, I’d like to know how can I make may gray icon to green check?
Please check my workflow.
As you can see, I have two background jobs.
- Launch emulator
- Start Logging of android emulator
And these two background jobs ends at the end of the machine(=executor).
I think that’s the reason why it shows gray color icon with message “Build was canceled” because these background processes are stopped by other master process when machine goes down.
So I tried to kill this background processes before workflow is done,
it shows a red icon with the message “Received “terminated” signal”.
I can also see that the official circle ci android proejct also shows gray mark at background step “Start emulator”.
Is there any graceful way to make all things green check?