[roll] Roll infra/recipes [testing] Handle skipped and timed out tests

As of fxrev.dev/631582, testrunner will begin emitting "ABORT" and
"SKIP" statuses for tests so we should use that status to determine the
text to present for the test, whereas previously we had to compare the
test's runtime to the per-test timeout to determine if it timed out.
This lets us get rid of all the plumbing to pass the `per_test_timeout`
into the testing recipe module.

This actually needs to be landed *after* fxrev.dev/631582, otherwise we
will temporarily stop showing tests as timed-out because we don't emit
that status yet. It's safe to land in that order because recipes
currently assume a test is failed if it's status is anything other than
"PASS".

Original-Bug: 49266
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/631603
Original-Revision: ec4ebb130f0f884069b9394e8f32f8aab54c5e5a
GitOrigin-RevId: 50b113533c0f04bbde9adc137f3dabfa87582118
Change-Id: If95f387ed616e3cc3f6fcbedc6aa514d33f249f3
1 file changed
tree: dbbfd9f3d164e9cefc4ee8d94f10324d3a33419e
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.