[roll] Roll fuchsia [build] Redefine qemu_kernel_test() as a `boot_test()`

Now that `boot_test()` is divorced from `zbi_test()`, we can define
`qemu_kernel_test()` without `zbi_test()`, and thus without making an
empty ZBI for convenient shoehorning. In part to accomplish this, we
also update the golang QEMU launching tooling to not mandate that an
`-initrd` as passed on the QEMU command-line, which is something that
we will have to weaken anyway come time to add UEFI support (where a
UEFI filesystem image will be presented in lieu of any ZBI ramdisk).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/759246
Original-Revision: 2a57f15a5e1b02b61f072182213dd0028b4b5a7f
GitOrigin-RevId: a022bd1718d93808050525432931def247643d3b
Change-Id: I8b4f92c071e300e78365f8cd5325334eb570077c
1 file changed
tree: ab8a35a45e8878ec6ec446d67019fd7f60818f9f
  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.