• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

luci / luci-go / 638
62%

Build:
DEFAULT BRANCH: master
Ran 14 Apr 2016 12:11AM UTC
Jobs 1
Files 451
Run time 15s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
638

push

travis-ci

Commit bot
cipd: instance cache

Cache package instances on file system in a shared cache, as specified
by -cache-dir flag. Use LRU for GC.

The implementation is similar to the one of tag cache: a binary-protobuf
file with cache state is loaded/saved every time it is accessed. The state contains last access time of
instances.

If the state file is not found, corrupted or was not synced with fs for
a long time, the state is synced. Newly discovered instances are
considered last accessed at EPOCH.

GC happens on sync or when an instance is added: cutoff date is
determined and first N instances that were accessed before cutoff date
are removed, where N is the number of instance beyond cache limit.

R=vadimsh@chromium.org
BUG=601017

Review URL: https://codereview.chromium.org/1870263002

25445 of 36652 relevant lines covered (69.42%)

2086.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 638.1 14 Apr 2016 12:11AM UTC 0
69.42
Travis Job 638.1
Source Files on build 638
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #638
  • 6c20df86 on github
  • Prev Build on master (#637)
  • Next Build on master (#639)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc