summaryrefslogtreecommitdiff
path: root/buildstream/_scheduler/jobs
Commit message (Expand)AuthorAgeFilesLines
* jobs.py: Reduce FD leaks from queues and process objectsdanielsilverstone-ct/maybe-reduce-fd-leaksDaniel Silverstone2018-09-041-1/+6
* job.py: Modify retry messages to be FAILJosh Smith2018-08-311-7/+3
* job.py: Prevent terminated jobs retryingJosh Smith2018-08-171-2/+2
* _exceptions.py: Modify BstError API to allow optional retryJosh Smith2018-07-271-8/+28
* Refactor: Use new logging mechanism from Contexttristan/local-cache-expiryTristan Van Berkom2018-07-184-213/+44
* Clean the artifact cache when we hit the cache quotaTristan Maat2018-07-182-0/+64
* Compute the artifact cache size after each build/pullTristan Maat2018-07-182-0/+83
* Make elements keep track of their built artifact sizeTristan Maat2018-07-181-0/+5
* Make Jobs abstract and element-independentTristan Maat2018-07-183-0/+836