[roll] Roll fuchsia [bazel] Fix "export_host_tests.py export" command.

- Fix the documentation and the schema of the generated tests.json file.
  It was missing a top-level "test" key.

- Catch shutil.SameFileError() exceptions when doing a shutil.copy()
  which happens when exporting twice to the same output directory.

- Fix the 'export' command implementation, which bit-rotted in a previous
  refactor.

+ Use `--consistent_labels` when running Bazel cquery to ensure
  consistent canonical labels in the result.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1504896
Original-Revision: 2f1da717554b249207fb205c19e8324ba7ee9eb7
GitOrigin-RevId: cc920748731a84d35cf22da4ab67c59eb55be3cb
Change-Id: Iece2288f05ede3de475b01462bb5e442570d75f3
1 file changed
tree: 74f864108251e3a307be6aa7f6a4e1e40678cabd
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  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 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.