[roll] Roll fuchsia [build] Mark test action as non-hermetic.

Running the action locally with `build_should_trace_actions = true`
fails because it tries to access `out/default.json` (or more precisely
`$(fx get-build-dir).json` which is the file written by `fx` to write
configuration information for this output directory).

The action tracer complains about that, and there is no easy way to
include this file as an in put in the action itself, since the build
directory name is not available at GN gen time anyway.

See associated bug for more details.

Original-Bug: 352511300
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1079812
Original-Revision: 25fc3c020205b5f19d371800aba18db558c0a7d5
GitOrigin-RevId: c0b10d2b8710ec590f10b3f4b76ffb9eac665d1d
Change-Id: Iba5806809e0e4435ad7d1044b7b3deffd1fae25d
1 file changed
tree: 59d19de97d4a297df643d76136c2961ea7a81e89
  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 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.