CircleCI improved caching faster builds #510

Merged
exarkun merged 32 commits from circleci-improved-caching-faster-builds into master 2018-07-11 13:03:40 +00:00
exarkun commented 2018-07-09 18:31:57 +00:00 (Migrated from github.com)

Speed up the CircleCI builds by caching pip's http download cache and a wheelhouse with all of the wheels we depend on (transitively). Cache is invalidated when setup.py or _auto_deps.py change.

Speed up the CircleCI builds by caching pip's http download cache and a wheelhouse with all of the wheels we depend on (transitively). Cache is invalidated when `setup.py` or `_auto_deps.py` change.
codecov-io commented 2018-07-09 19:14:51 +00:00 (Migrated from github.com)

Codecov Report

Merging #510 into master will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #510      +/-   ##
==========================================
+ Coverage   90.33%   90.36%   +0.03%     
==========================================
  Files         144      144              
  Lines       27466    27466              
  Branches     3939     3939              
==========================================
+ Hits        24812    24821       +9     
+ Misses       1928     1922       -6     
+ Partials      726      723       -3
Impacted Files Coverage Δ
src/allmydata/immutable/layout.py 91.57% <0%> (+0.7%) ⬆️
src/allmydata/mutable/publish.py 96.65% <0%> (+1.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f12c3cd...93881f3. Read the comment docs.

# [Codecov](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/510?src=pr&el=h1) Report > Merging [#510](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/510?src=pr&el=desc) into [master](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/commit/f12c3cd44c8b9811121748c51c706917a1280fb4?src=pr&el=desc) will **increase** coverage by `0.03%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/510/graphs/tree.svg?src=pr&token=Ztmu9sr4vi&width=650&height=150)](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/510?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #510 +/- ## ========================================== + Coverage 90.33% 90.36% +0.03% ========================================== Files 144 144 Lines 27466 27466 Branches 3939 3939 ========================================== + Hits 24812 24821 +9 + Misses 1928 1922 -6 + Partials 726 723 -3 ``` | [Impacted Files](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/510?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [src/allmydata/immutable/layout.py](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/510/diff?src=pr&el=tree#diff-c3JjL2FsbG15ZGF0YS9pbW11dGFibGUvbGF5b3V0LnB5) | `91.57% <0%> (+0.7%)` | :arrow_up: | | [src/allmydata/mutable/publish.py](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/510/diff?src=pr&el=tree#diff-c3JjL2FsbG15ZGF0YS9tdXRhYmxlL3B1Ymxpc2gucHk=) | `96.65% <0%> (+1.01%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/510?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/510?src=pr&el=footer). Last update [f12c3cd...93881f3](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/510?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/tahoe-lafs#510
No description provided.