aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix build coordinator exception handlingtrunkChristopher Baines2025-06-19
|
* Use #:delay-seconds rather than #:delayChristopher Baines2025-06-18
| | | | To match changes in the build coordinator.
* Retry fetching patchesChristopher Baines2025-06-18
| | | | Mostly in case of rate limiting for patchwork.
* Fix parsing cover letters for branch namesChristopher Baines2025-06-18
|
* Parse the cover letter for the branch name, if there is oneChristopher Baines2025-06-18
|
* Update the READMEChristopher Baines2025-06-11
|
* Update bordeaux build farm coordinator URLChristopher Baines2025-06-11
|
* Drop the number of patch issues to showChristopher Baines2025-06-11
| | | | | | And create branches for, since data.qa.guix.gnu.org is running out of space. I'm not sure this'll help, but it might reduce pressure on the machine.
* Link to codeberg rather than cgit for branchesChristopher Baines2025-05-28
|
* Update repo urlZheng Junjie2025-05-26
| | | | Signed-off-by: Christopher Baines <mail@cbaines.net>
* Update Guix repository URLChristopher Baines2025-05-25
|
* Update Guile KnotsChristopher Baines2025-05-25
|
* Retry git-get-remote-branchesChristopher Baines2025-04-08
|
* Reduce the branch builds sleep timeChristopher Baines2025-04-08
|
* Check the exit val from close-pipeChristopher Baines2025-04-08
|
* Add more logging around canceling branch buildsChristopher Baines2025-04-08
|
* Don't get stuck trying to cancel already canceled buildsChristopher Baines2025-04-07
|
* Update the mumi missing issues listChristopher Baines2025-04-06
|
* Fix the list of valuesChristopher Baines2025-04-06
|
* Increase the open files limitChristopher Baines2025-04-06
|
* Add more issues to the ignore listChristopher Baines2025-04-06
| | | | Since they appear to be missing from mumi.
* Submit builds for the top 2 branchesChristopher Baines2025-04-06
| | | | Since the build coordinator is keeping up better at the moment.
* Mark even more issues as missing from mumiChristopher Baines2025-04-06
|
* Workaround the missing mumi issuesChristopher Baines2025-03-25
|
* Don't expect low armhf-linux substitute availabilityChristopher Baines2025-03-25
| | | | This should be a bit better now.
* Submit powerpc64le-linux buildsChristopher Baines2025-03-25
| | | | | As substitute availability is looking OK, there's still a need for more machines though.
* Avoid potentially sharing cached connectionsChristopher Baines2025-03-23
| | | | Don't use a single alist for the cache.
* Use the %data-service-url-base in more placesChristopher Baines2025-03-23
| | | | Which will have the effect of not using https.
* Retry getting branch substitute availabilityChristopher Baines2025-03-14
|
* Don't error when displaying branch substitute availability informationChristopher Baines2025-03-14
|
* Improve exception display on the error pageChristopher Baines2025-03-12
|
* Stop using the knots web-server exception handlerChristopher Baines2025-03-11
| | | | As I want to remove it.
* Disable submitting builds for riscv64-linuxChristopher Baines2025-03-02
| | | | As the build farm isn't keeping up at the moment.
* Use an appropriate URL for the patches repositoryChristopher Baines2025-02-27
| | | | | | Fixes an issue identified by Noé Lopez, since people attempting to run QA locally won't have SSH access to the patches Git repository, a https url should be used instead.
* Update references to guix environmentNoé Lopez2025-02-27
| | | | Signed-off-by: Christopher Baines <mail@cbaines.net>
* Log the URL when requesting branch derivationsChristopher Baines2025-02-27
|
* Use non-blocking-open-socket-for-uriChristopher Baines2025-02-27
|
* Replace with-throw-handlerChristopher Baines2025-02-27
|
* Add some crude exception handling to the package changes viewChristopher Baines2025-02-27
|
* Give 404 responses for the issue package changes viewsChristopher Baines2025-02-27
|
* Don't print backtraces unless there's an errorChristopher Baines2025-02-27
| | | | When fetching derivation changes for an issue.
* Stop printing backtraces within call-with-threadChristopher Baines2025-02-27
| | | | Knots should add the stack to the exception (not implemented yet).
* Use knots for printing exception and backtracesChristopher Baines2025-02-26
|
* Try and avoid using httpsChristopher Baines2025-02-26
| | | | | As GnuTLS is currently implicated in all of the segfaults I've looked at, so hopefully less https will mean less segfaults.
* Update READMEChristopher Baines2025-02-26
| | | | | Remove the item on revision processing, as this is somewhat undefined. Mark the item on beid as DONE.
* Enable and instrument core dumpsChristopher Baines2025-02-25
|
* Increase patch-issues-to-showChristopher Baines2025-02-24
| | | | As data.qa.guix.gnu.org might be able to handle more revisions.
* Fix the knots web server exception handlerChristopher Baines2025-02-19
| | | | And remove the duplicate import.
* Add missing newlineChristopher Baines2025-02-19
|
* Unify the cancel builds proceduresChristopher Baines2025-02-19
| | | | | This also removes querying by the category tag, since I think that's redundant.