[roll] Roll fuchsia [superproject] Roll scudo [scudo] Update secondary cache time-based release logic (#107507)

Secondary cache entries are now released to the OS from least recent to
most recent entries. This helps to avoid unnecessary scans of the cache
since entries ready to be released (specifically, entries that are
considered old relative to the configurable release interval) will
always be at the tail of the list of committed entries by the LRU
ordering. For this same reason, the `OldestTime` variable is no longer
needed to indicate when releases are necessary so it has been removed.

GitOrigin-RevId: f815d99c7e72b4b68b5c7d56af71dd58d35b1811
Original-Revision: dec553452e757a89467b5aaebcd759bc0ebdb0c5
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1118340
Original-Revision: 6aba85559de80dc57c815a455481ce2b91abf3be
Change-Id: I76ce147b45756395e5810ab3e0391f8d692e8936
1 file changed
tree: 82cf4819816c65534a7646d655e85e259a0d3474
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.