[roll] Roll fuchsia [system-update-committer] implement wait_and_reboot

This change adds reboot functionality to the system-update-committer.
Generally, if we fail to put the boot metadata in a happy state, we'll
reboot. Exception: if it's a blobfs verify failure, and the config says
to ignore, we won't reboot.

Note: we can't yet integration test the exception because currently the
blobfs verification will always pass.

Original-Fixed: 64600
Test: fx test -o system-update-committer-tests
Test: fx test -o system-update-committer-integration-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/475560
Original-Revision: 4acf3c4c37be79e52029cd2c3cc52de5b20608dd
GitOrigin-RevId: e6d955841d59838f9fb0efa5a27b9ee7081d0db9
Change-Id: I908aad2c0efa2a724616f1dd819a6f42b417d1ed
1 file changed
tree: cbaeae80ab193b34ae53dceb23617ff35c0e568f
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.