[roll] Roll fuchsia [build] Collect image metadata from test dependencies

There are standalone images outside of the main assembly dependency graph
which may be specified as data dependencies of select tests.

Beyond 'completeness', this change also addresses the associated bug.
Boot tests specify test metadata that reference images assumed to be
defined in the build API module. Currently, since the test API module
aggregates *_package_labels while the image API module does not, this
means that we can end up in a paradoxical situation in which an
otherwise valid boot test references an unknown image.

Original-Fixed: 122620
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/811527
Original-Revision: 02413478eabbe0195ddada33b69d2e136591c7c0
GitOrigin-RevId: ebbc9ad196fdcb15db8936c5bf385466c4ef23e8
Change-Id: I446686835e229eda99007d91c267dab9e17a4a9a
1 file changed
tree: 80c081a9ebcf011fc72708f351dd5616198baf68
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.