aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/issue.scm
Commit message (Collapse)AuthorAge
* Stop looking at i686-linux buildsChristopher Baines2022-12-12
| | | | As they're unreliable at the moment.
* Try to handle the case with more failures betterChristopher Baines2022-12-05
| | | | | | If more builds are failing in the target revision, but because those builds were previously blocked, this shouldn't be treated the same as if these packages are broken.
* Stop looking at the succeeding count for the overall issue statusChristopher Baines2022-11-21
| | | | | Since if you remove some packages, the number of succeeding builds will be lower, but this isn't strictly a bad thing.
* Look at a subset of the systems for the overall issue statusChristopher Baines2022-11-20
|
* Fix issues with unknown builds being seen as goodChristopher Baines2022-11-17
|
* Start highlighting build issues in the overall patch statusChristopher Baines2022-11-17
|
* Split out blocked builds from unknown buildsChristopher Baines2022-11-15
|
* Tweak issue overall status criteriaChristopher Baines2022-10-14
| | | | Don't require some succeeding builds for every tested system.
* Consider if builds haven't been submitted when computing overall statusChristopher Baines2022-10-05
|
* Fix computing the overall statusChristopher Baines2022-10-05
| | | | Pick the highest index, since this corresponds to the "worst" state.
* Improve overall statuses to take tags in to accountChristopher Baines2022-10-05
|
* Try to start highlighting patch issues which pass some checksChristopher Baines2022-09-17