jitterbug icon indicating copy to clipboard operation
jitterbug copied to clipboard

Coloring of projects based on pass/fail needs to take branch into account

Open leto opened this issue 14 years ago • 1 comments

Currently, if a project has a master branch with all passing tests, but then someone pushed a commit on a topic branch that fails a test, the project will show up "red" on the dashboard, which is misleading. I am not quite sure what the best course of action is, ideas?

We could add a config key which specifies a regex for which branches to care about failures on, and the default could be just the string "master". We already have a similar variable for when to send failure emails.

leto avatar May 12 '11 13:05 leto

there is another issue. If you are using perlbrew, and the build pass for every perl except one, should we color in red ? orange ? green ? maybe another key in the config to support this ?

fcuny avatar May 12 '11 13:05 fcuny