summaryrefslogtreecommitdiff
path: root/buildstream/_scheduler
Commit message (Expand)AuthorAgeFilesLines
* _scheduler/queue/trackqueue.py: Remove unused importDaniel Silverstone2018-10-251-1/+0
* _scheduler/queue/pullqueue.py: Remove unused return valueDaniel Silverstone2018-10-251-1/+1
* _scheduler/jobs/job.py: Correct lint issue around abstract methodDaniel Silverstone2018-10-251-1/+1
* Spelling fixes: 'affect', not 'effect' as verbAngelos Evripiotis2018-10-191-1/+1
* _scheduler/scheduler.py: Ignore interrupt events while terminating.Tristan Van Berkom2018-10-031-0/+9
* _scheduler: Fix bookkeeping of terminated jobsTristan Van Berkom2018-10-032-10/+22
* _scheduler: Migrate to Context.artifactcacheJürg Billeter2018-09-274-12/+8
* Rework Skipped usageJosh Smith2018-09-197-42/+37
* scheduler: minor cleanups to CleanupJobTiago Gomes2018-09-142-10/+2
* artifactcache: rename get_quota_exceeded()Tiago Gomes2018-09-142-2/+2
* scheduler: add missing copyrightTiago Gomes2018-09-141-0/+19
* _artifactcache: There shalt be only one cache sizeTristan Van Berkom2018-09-106-22/+15
* element.py: Remove _get_artifact_cache() accessor.Tristan Van Berkom2018-09-103-6/+16
* _scheduler/jobs/cleanupjob.py: Use Platform.get_platform() public accessorTristan Van Berkom2018-09-101-3/+5
* _scheduler/jobs/cachesizejob.py: Use Platform.get_platform() public accessorTristan Van Berkom2018-09-101-3/+5
* element.py: Remove _get_artifact_size()Tristan Van Berkom2018-09-102-18/+16
* _artifactcache/artifactcache.py: Sealing away some the estimated sizeTristan Van Berkom2018-09-102-2/+3
* _scheduler: API fixes; _check_cache_size_real() -> check_cache_size()Tristan Van Berkom2018-09-103-10/+34
* _artifactcache: Making public methods publicTristan Van Berkom2018-09-103-3/+3
* _scheduler/scheduler.py: Make CacheSizeJob() not require the CACHE exclusivelyTristan Van Berkom2018-09-101-1/+0
* _scheduler/resources.py: Set CACHE max resources to 0Tristan Van Berkom2018-09-101-1/+1
* _scheduler/queues: Mark build and pull queue as requiring shared access to th...Tristan Van Berkom2018-09-102-2/+2
* jobs.py: Reduce FD leaks from queues and process objectsdanielsilverstone-ct/maybe-reduce-fd-leaksDaniel Silverstone2018-09-041-1/+6
* scheduler.py: Move cache_size logs into folderQinusty/cache-size-directoryJosh Smith2018-08-311-1/+1
* job.py: Modify retry messages to be FAILJosh Smith2018-08-311-7/+3
* Report processing errors from trackingValentin David2018-08-301-12/+3
* Fix get_cache_size to store it in the ArtifactCache, not the contextJonathan Maw2018-08-202-2/+4
* job.py: Prevent terminated jobs retryingJosh Smith2018-08-171-2/+2
* Allow source plugins to access previous sourcesChandan Singh2018-08-151-1/+3
* PullQueue: fix resource usedTiago Gomes2018-08-061-1/+1
* _scheduler/queues: Add failed builds to "done" queueRichard Maw2018-07-312-1/+4
* _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
* _exceptions.py: Modify BstError API to allow optional retryJosh Smith2018-07-271-8/+28
* scheduler.py: Correct some anomalies within the docstringsQinusty/scheduler_docstring_fixJosh Smith2018-07-191-2/+4
* Refactor: Use new logging mechanism from Contexttristan/local-cache-expiryTristan Van Berkom2018-07-186-224/+48
* Clean the artifact cache when we hit the cache quotaTristan Maat2018-07-183-2/+78
* Compute the artifact cache size after each build/pullTristan Maat2018-07-185-1/+116
* Make elements keep track of their built artifact sizeTristan Maat2018-07-182-0/+7
* Make Jobs abstract and element-independentTristan Maat2018-07-1813-354/+676
* _scheduler/*queue.py: Move queues to a subdirectoryTristan Maat2018-07-189-13/+14
* _scheduler/job.py: Added long commentTristan Van Berkom2018-06-261-1/+22
* Remove shebangs from python filesGökçen Nurlu2018-06-199-9/+0
* Handle cross junction elements in workspaces.Valentin David2018-06-081-3/+4
* Do not pull/fetch/build elements that are not requiredJürg Billeter2018-05-113-0/+15
* element.py: Do not query remote artifact caches ahead of pull/pushJürg Billeter2018-05-111-4/+1
* _scheduler/job.py: Disable attribute-defined-outside-init lint errorTristan Van Berkom2018-04-201-0/+1
* _scheduler/fetchqueue.py: Adhere to policy on private symbolstristan/scheduler-private-refactorTristan Van Berkom2018-04-181-2/+2
* _scheduler/scheduler.py: Adhere to policy on private symbolsTristan Van Berkom2018-04-181-151/+204
* _scheduler/job.py: Don't mess with scheduler loop when forkingTristan Van Berkom2018-04-181-7/+12