aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/agent.scm
Commit message (Expand)AuthorAge
* Attempt to more gracefully handle the problem of missing derivationsChristopher Baines2020-11-02
* Improve missing inputs behaviourChristopher Baines2020-10-24
* Add missing newline to failed to fetch substitutes messageChristopher Baines2020-10-24
* Use valid-path? rather than file exists for testing store itemsChristopher Baines2020-10-24
* Have the agent handle errors from the coordinatorChristopher Baines2020-10-24
* Extract out agents submitting log filesChristopher Baines2020-10-24
* Change how agents handle store connectionsChristopher Baines2020-08-26
* Use valid-path? rather than file-exists?Christopher Baines2020-08-15
* Support tracking the end time of buildsChristopher Baines2020-07-01
* Support storing when builds startChristopher Baines2020-07-01
* Handle the system more explicitly when fetching buildsChristopher Baines2020-06-19
* Add a timeout when fetching build inputsChristopher Baines2020-06-19
* Improve the job processing outputChristopher Baines2020-05-24
* Increase waiting time for log filesChristopher Baines2020-05-24
* Handle log files not being immediately availableChristopher Baines2020-05-23
* Fix some variable namingChristopher Baines2020-05-22
* Make sure to count all the jobsChristopher Baines2020-05-21
* Stop using futures for running buildsChristopher Baines2020-05-21
* Guard against garbage collecting in multiple threadsChristopher Baines2020-05-20
* Switch to using threads for running builds in parallelChristopher Baines2020-05-20
* Don't check for child processes in the agent if there are noneChristopher Baines2020-05-18
* Move sleeping when there are no new builds availableChristopher Baines2020-05-18
* Sleep for 30 seconds if no new builds are availableChristopher Baines2020-05-18
* 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