[roll] Roll infra/recipes [testing] Only read logs to present.

We only present a few logs that we expect the test results to have such
as the swarming log, syslog and serial log. We used to present all
output files and thus try to read the contents so that we could set them
in the step logs, but we no longer need to do that since we don't
present the other output files anymore. Also, this will prevent
processing failures like in the attached bug where the outputfile is an
unknown format that we can't read (in this case, it was a symlink to a
directory).

Original-Bug: 426615066
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1335642
Original-Revision: 3297aa1daee91371971af423334d475a9778f6c8
GitOrigin-RevId: 2cee2aa0f77d6479afbe26e4fe890346cf114146
Change-Id: Ia94f704276bbaf52b4ce0bb3bcbb591fe2dbe485
1 file changed
tree: 878ca387f7f9f9f3b4a35b54580b789829cba30a
  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.