summaryrefslogtreecommitdiff
path: root/buildstream/_scheduler/queues/buildqueue.py
Commit message (Expand)AuthorAgeFilesLines
* Move source from 'buildstream' to 'src/buildstream'Chandan Singh2019-05-211-117/+0
* Stop updating state in queue.status()Benjamin Schubert2019-03-211-3/+0
* _artifactcache.py: Don't require the quota to be available on disk.tristan/cache-quota-max-onlyTristan Van Berkom2019-01-251-1/+1
* _scheduler: Refactor of queues and resources.Tristan Van Berkom2019-01-161-2/+1
* Scheduler: Introduced JobStatus instead of simple success booleanTristan Van Berkom2019-01-071-3/+3
* _scheduler/queues: Don't call update state outside of error handling harnessTristan Van Berkom2018-12-051-5/+11
* _scheduler: Migrate to Context.artifactcacheJürg Billeter2018-09-271-3/+2
* Rework Skipped usageJosh Smith2018-09-191-2/+1
* artifactcache: rename get_quota_exceeded()Tiago Gomes2018-09-141-1/+1
* _artifactcache: There shalt be only one cache sizeTristan Van Berkom2018-09-101-1/+1
* element.py: Remove _get_artifact_cache() accessor.Tristan Van Berkom2018-09-101-3/+6
* element.py: Remove _get_artifact_size()Tristan Van Berkom2018-09-101-15/+16
* _scheduler: API fixes; _check_cache_size_real() -> check_cache_size()Tristan Van Berkom2018-09-101-1/+1
* _artifactcache: Making public methods publicTristan Van Berkom2018-09-101-1/+1
* _scheduler/queues: Mark build and pull queue as requiring shared access to th...Tristan Van Berkom2018-09-101-1/+1
* Fix get_cache_size to store it in the ArtifactCache, not the contextJonathan Maw2018-08-201-1/+1
* _scheduler/queues: Add failed builds to "done" queueRichard Maw2018-07-311-0/+1
* _scheduler/queues/buildqueue.py: Skip rebuilding cached failuresRichard Maw2018-07-311-0/+35
* Convert call-sites of Element._cached() that assume successRichard Maw2018-07-311-1/+1
* Compute the artifact cache size after each build/pullTristan Maat2018-07-181-0/+17
* Make Jobs abstract and element-independentTristan Maat2018-07-181-3/+4
* _scheduler/*queue.py: Move queues to a subdirectoryTristan Maat2018-07-181-0/+59