#!watchflakes
post <- builder ~ `(gotip|go1\.\d\d)-openbsd-amd64` &&
((`test timed out` || `SIGQUIT` || `context deadline exceeded` || `command exceeded time limit`) ||
(log ~ `test timed out` || log ~ `SIGQUIT` || log ~ `context deadline exceeded` || log ~ `command exceeded time limit`) ||
status == "ABORT" ||
(mode != "build" && test == ""))
It mostly times out on the tools repo.
It mostly times out on the tools repo.