[roll] Roll fuchsia [forensics] Pad duration with leading 0s

Pad the durations currently included in some annotations with leading
0's so that string comparison is easy and accurate.

For example, this change will make it so that a duration of 8 days will
still be sorted as lower than 14 days.

Original-Fixed: 115120

TESTED=`fx test //src/developer/forensics`
TESTED=`fx shell crasher` @ f57789d36b75c193

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/783824
Original-Revision: 863b5bdeaaa11063e923bcb42df2b52a7498cf98
GitOrigin-RevId: b2468c9e279d27a5b17af4e42efe4f447aa06a0d
Change-Id: I2c5d9baad88fc323b8acec24839f65b5af990635
1 file changed
tree: 7abb5397ba9863bc1b45ffdaf3873c772ebd8e19
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.