[roll] Roll fuchsia [super_parser] Update test image to smaller image

Update the test image such that the size is now 10MiB. It was 1 GiB
previously which was unnecessarily large. A large file will be
problematic when we add more test that opens and reads this file as
we'll run out of memory.

Also update the image to be a bit more complex such that we can be more
comprehensive in testing the parser. For example, having sizes for each
partition.

Original-Bug: 404952286
Test: fx test //src/storage/lib/super_parser:super_parser_tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1277544
Original-Revision: 6855df5db8cf3122312a2517c4e178fa8eb3d8ac
GitOrigin-RevId: 856caa07ccfd522559df73ac5ed55c3c1402ee5c
Change-Id: I4de4f7b114b0860e81b0b6e3ab16616c489b44a2
1 file changed
tree: 21d5cfa99f8269ef380a9dbb47f82189d477399c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.