aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/agent.scm
Commit message (Expand)AuthorAge
...
* Fix gc being disabled in the agent processes post forkChristopher Baines2020-05-18
* Reduce the wait before checking for exited processesChristopher Baines2020-05-17
* Improve the agent job process exit messageChristopher Baines2020-05-17
* Disable Guile's GC while forkingChristopher Baines2020-05-17
* Improve the agent parallel job processingChristopher Baines2020-05-17
* Support agents processing builds in parallelChristopher Baines2020-05-17
* Retry fetching substitutes for buildsChristopher Baines2020-05-17
* Support providing different substitute URLs for different purposesChristopher Baines2020-05-08
* Retry fetching derivations for the agentChristopher Baines2020-05-06
* Fix the failed to fetch substitutes for error messageChristopher Baines2020-05-05
* Don't raise an exception when substitutes failChristopher Baines2020-05-05
* Fix some indentation in agent.scmChristopher Baines2020-05-05
* Better guard against build setup issuesChristopher Baines2020-05-05
* Avoid using has-substitutes? if one isn't availableChristopher Baines2020-05-01
* Say what log file is being uploadedChristopher Baines2020-04-27
* Improve the output from the agent processChristopher Baines2020-04-27
* Don't expect substitute-derivation to evaluate to #tChristopher Baines2020-04-26
* Make it possible to pass in substitute-urls to the agentChristopher Baines2020-04-26
* Add helpful output to the agent processChristopher Baines2020-04-25
* Don't output the build log on the agent processChristopher Baines2020-04-25
* Support sending and storing log files for buildsChristopher Baines2020-04-25
* Restructure the post build actionsChristopher Baines2020-04-25
* Send over some metadata from the agent for each outputChristopher Baines2020-04-23
* Only sleep in the agent when there are no buildsChristopher Baines2020-04-17
* Add better error handling in to the agentChristopher Baines2020-04-16
* Support reporting setup failures to the coordinatorChristopher Baines2020-04-13
* Have agents run in a loopChristopher Baines2020-04-13
* Only download missing inputs if all have substitutesChristopher Baines2020-04-13
* Add support for sending/receiving build resultsChristopher Baines2020-04-13
* Re-work how agents handle missing inputsChristopher Baines2020-04-13
* Extract out substitute-derivation to the utils moduleChristopher Baines2020-04-13
* Add initial support for sending/storing build outputsChristopher Baines2020-04-13
* Work around the daemon attempting to build derivations straight awayChristopher Baines2020-04-11
* Begin to implement building derivationsChristopher Baines2020-04-11
* Support agents fetching buildsChristopher Baines2020-04-10
* Implement more of an agent sending a status updateChristopher Baines2020-04-10
* Initial commitChristopher Baines2020-04-03