[roll] Roll fuchsia [build] Add //build/testing/python_build_time_tests.gni

Add a new GN template to define a target to run a python
test at build time. This should be only used to verify the
correctness of low-level scripts used by the build, where
early failure detection is critical.

This is a generalization of the //build/api:run_all_tests
target that can be used to verify other scripts.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1175632
Original-Revision: 7bd090810b5888509dac525b4fcb49c194176681
GitOrigin-RevId: 36d04c40d9cb180b010db36ca489f5934208ee95
Change-Id: I3d5fd7f0099a25860a1000deec114798fcc81e9e
1 file changed
tree: 34905c48bed7397121d45cc250af38ee33275497
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.