Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix build coordinator exception handlingtrunk | Christopher Baines | 2025-06-19 |
| | |||
* | Use #:delay-seconds rather than #:delay | Christopher Baines | 2025-06-18 |
| | | | | To match changes in the build coordinator. | ||
* | Retry fetching patches | Christopher Baines | 2025-06-18 |
| | | | | Mostly in case of rate limiting for patchwork. | ||
* | Fix parsing cover letters for branch names | Christopher Baines | 2025-06-18 |
| | |||
* | Parse the cover letter for the branch name, if there is one | Christopher Baines | 2025-06-18 |
| | |||
* | Update the README | Christopher Baines | 2025-06-11 |
| | |||
* | Update bordeaux build farm coordinator URL | Christopher Baines | 2025-06-11 |
| | |||
* | Drop the number of patch issues to show | Christopher Baines | 2025-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 branches | Christopher Baines | 2025-05-28 |
| | |||
* | Update repo url | Zheng Junjie | 2025-05-26 |
| | | | | Signed-off-by: Christopher Baines <mail@cbaines.net> | ||
* | Update Guix repository URL | Christopher Baines | 2025-05-25 |
| | |||
* | Update Guile Knots | Christopher Baines | 2025-05-25 |
| | |||
* | Retry git-get-remote-branches | Christopher Baines | 2025-04-08 |
| | |||
* | Reduce the branch builds sleep time | Christopher Baines | 2025-04-08 |
| | |||
* | Check the exit val from close-pipe | Christopher Baines | 2025-04-08 |
| | |||
* | Add more logging around canceling branch builds | Christopher Baines | 2025-04-08 |
| | |||
* | Don't get stuck trying to cancel already canceled builds | Christopher Baines | 2025-04-07 |
| | |||
* | Update the mumi missing issues list | Christopher Baines | 2025-04-06 |
| | |||
* | Fix the list of values | Christopher Baines | 2025-04-06 |
| | |||
* | Increase the open files limit | Christopher Baines | 2025-04-06 |
| | |||
* | Add more issues to the ignore list | Christopher Baines | 2025-04-06 |
| | | | | Since they appear to be missing from mumi. | ||
* | Submit builds for the top 2 branches | Christopher Baines | 2025-04-06 |
| | | | | Since the build coordinator is keeping up better at the moment. | ||
* | Mark even more issues as missing from mumi | Christopher Baines | 2025-04-06 |
| | |||
* | Workaround the missing mumi issues | Christopher Baines | 2025-03-25 |
| | |||
* | Don't expect low armhf-linux substitute availability | Christopher Baines | 2025-03-25 |
| | | | | This should be a bit better now. | ||
* | Submit powerpc64le-linux builds | Christopher Baines | 2025-03-25 |
| | | | | | As substitute availability is looking OK, there's still a need for more machines though. | ||
* | Avoid potentially sharing cached connections | Christopher Baines | 2025-03-23 |
| | | | | Don't use a single alist for the cache. | ||
* | Use the %data-service-url-base in more places | Christopher Baines | 2025-03-23 |
| | | | | Which will have the effect of not using https. | ||
* | Retry getting branch substitute availability | Christopher Baines | 2025-03-14 |
| | |||
* | Don't error when displaying branch substitute availability information | Christopher Baines | 2025-03-14 |
| | |||
* | Improve exception display on the error page | Christopher Baines | 2025-03-12 |
| | |||
* | Stop using the knots web-server exception handler | Christopher Baines | 2025-03-11 |
| | | | | As I want to remove it. | ||
* | Disable submitting builds for riscv64-linux | Christopher Baines | 2025-03-02 |
| | | | | As the build farm isn't keeping up at the moment. | ||
* | Use an appropriate URL for the patches repository | Christopher Baines | 2025-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 environment | Noé Lopez | 2025-02-27 |
| | | | | Signed-off-by: Christopher Baines <mail@cbaines.net> | ||
* | Log the URL when requesting branch derivations | Christopher Baines | 2025-02-27 |
| | |||
* | Use non-blocking-open-socket-for-uri | Christopher Baines | 2025-02-27 |
| | |||
* | Replace with-throw-handler | Christopher Baines | 2025-02-27 |
| | |||
* | Add some crude exception handling to the package changes view | Christopher Baines | 2025-02-27 |
| | |||
* | Give 404 responses for the issue package changes views | Christopher Baines | 2025-02-27 |
| | |||
* | Don't print backtraces unless there's an error | Christopher Baines | 2025-02-27 |
| | | | | When fetching derivation changes for an issue. | ||
* | Stop printing backtraces within call-with-thread | Christopher Baines | 2025-02-27 |
| | | | | Knots should add the stack to the exception (not implemented yet). | ||
* | Use knots for printing exception and backtraces | Christopher Baines | 2025-02-26 |
| | |||
* | Try and avoid using https | Christopher Baines | 2025-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 README | Christopher Baines | 2025-02-26 |
| | | | | | Remove the item on revision processing, as this is somewhat undefined. Mark the item on beid as DONE. | ||
* | Enable and instrument core dumps | Christopher Baines | 2025-02-25 |
| | |||
* | Increase patch-issues-to-show | Christopher Baines | 2025-02-24 |
| | | | | As data.qa.guix.gnu.org might be able to handle more revisions. | ||
* | Fix the knots web server exception handler | Christopher Baines | 2025-02-19 |
| | | | | And remove the duplicate import. | ||
* | Add missing newline | Christopher Baines | 2025-02-19 |
| | |||
* | Unify the cancel builds procedures | Christopher Baines | 2025-02-19 |
| | | | | | This also removes querying by the category tag, since I think that's redundant. |