Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pullqueue.py: Update skip rules | Jürg Billeter | 2017-07-20 | 1 | -1/+13 |
| | |||||
* | pullqueue.py: Recalculate cache_key_from_artifact after pulling | Jürg Billeter | 2017-07-14 | 1 | -1/+2 |
| | |||||
* | pullqueue.py: Do not skip elements for weak cache key artifacts | Jürg Billeter | 2017-07-14 | 1 | -1/+4 |
| | | | | | Attempt to pull artifacts using the strong cache key even for elements where a local artifact is available using the weak cache key. | ||||
* | _scheduler: Changed return value of Queue.done() around | Tristan Van Berkom | 2017-07-12 | 1 | -1/+1 |
| | | | | | | Previously it returned True to record an element as 'skipped', this seems backwards; instead return True to indicate an element was 'processed' and False to indicate an element was 'skipped' | ||||
* | _scheduler/pullqueue.py: If an artifact was not downloaded, mark the element ↵ | Tristan Van Berkom | 2017-07-10 | 1 | -3/+7 |
| | | | | as skipped. | ||||
* | pullqueue.py: Now call Element.pull() instead of the old Element.fetch() | Tristan Van Berkom | 2017-07-10 | 1 | -2/+2 |
| | |||||
* | _scheduler: Renamed ArtifactFetchQueue to PullQueue | Tristan Van Berkom | 2017-07-02 | 1 | -0/+47 |
This is just more consistent naming with PushQueue, also we dont want to confuse things in the UI by mixing up "Fetch" and "Pull" tasks, which are distinctly different activities. |