aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage/manage-builds.scm
Commit message (Collapse)AuthorAge
...
* Also submit builds for i586-gnuChristopher Baines2022-11-20
|
* Submit powerpc64le-linux builds for patchesChristopher Baines2022-11-20
|
* Increase the build limit for patchesChristopher Baines2022-11-20
| | | | Making it per-system, rather than absolute.
* Increase the number of series to submit builds forChristopher Baines2022-11-19
|
* Extend ttl for derivation-changes when managing buildsChristopher Baines2022-11-17
|
* Add missing #:unwind? #tChristopher Baines2022-11-17
|
* Handle exceptions when fetching derivation changes for submitting buildsChristopher Baines2022-11-17
|
* Tweak builds-missing-for-derivation-changes?Christopher Baines2022-11-17
| | | | Consider any build, not just scheduled, started and succeeded ones.
* Skip inserting build if any build existsChristopher Baines2022-11-17
| | | | | Otherwise there will be repeated attempts to submit builds if the builds previously submitted have failed.
* Stop building stagingChristopher Baines2022-10-17
| | | | As it's now been merged.
* Stop canceling builds for nowChristopher Baines2022-10-17
| | | | I think this needs a bit more testing.
* Increase the build limit for patchesChristopher Baines2022-10-14
|
* Only cancel builds without any dependantsChristopher Baines2022-10-12
| | | | Otherwise, builds relied on by others can be cancelled.
* Tweak the priorities for patch and branch buildsChristopher Baines2022-10-08
|
* Consider if builds haven't been submitted when computing overall statusChristopher Baines2022-10-05
|
* Restore the build limit for issuesChristopher Baines2022-09-18
|
* Fix patch-series-derivation-changes-url in manage-builds moduleChristopher Baines2022-09-18
|
* Remove left over peek callChristopher Baines2022-09-17
|
* Refactor submitting buildsChristopher Baines2022-09-17
| | | | | Consolidate the code for branches and issues, and improve build cancellation to use build IDs rather than derivation names.
* Add missing importChristopher Baines2022-09-16
|
* Use a set for derivations in cancel-builds-not-for-revisionChristopher Baines2022-09-16
| | | | Since the list of derivations may be very long.
* Print backtraces for exceptions when submitting buildsChristopher Baines2022-09-16
|
* Catch exceptions in the submit builds threadsChristopher Baines2022-09-15
|
* Start adding support for branchesChristopher Baines2022-09-14
|
* Don't submit patch builds if the patch causes lots of rebuildsChristopher Baines2022-09-09
| | | | As this could get in the way of building packages for other patches.
* Queue builds for more patch seriesChristopher Baines2022-09-06
| | | | And wait in between doing so.
* Lots of changesChristopher Baines2022-09-03
|
* Add lots more functionalityChristopher Baines2022-09-03