icecube / skymap_scanner

A distributed system that performs a likelihood scan of event directions for IceCube real-time alerts using CPU cluster(s) and queue-based message passing.
5 stars 2 forks source link

CI: Wait Only on Server #232

Closed ric-evans closed 8 months ago

ric-evans commented 8 months ago

Wait only on the server. We don't actually care about the clients, if they fail or not. Now, if all the clients fail, then the sever times out, the test fails, and we can look at client logs.

This has the effect of allowing one failed client, which forgives some troublesome issues seen occasionally.