[roll] Roll infra/recipes [testing] Handle started_ts == None, completed_ts != None

If a task fails with `NO_RESOURCE`, `started_ts` will be None but
`completed_ts` will be set - I guess because the task waits for a bit to
see if a bot becomes available, but it never starts.

Make sure to handle that case to avoid confusing errors like this:
https://screenshot.googleplex.com/AYUXyVtw5aPD3Ea

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1269124
Original-Revision: e5e90264a6ff06b332aeb386c96e8228900c6afb
GitOrigin-RevId: 1324b9c9948a080cbb5a6ccf8b5f33e0aa30220c
Change-Id: I530ed0d8e38ce41151bf0349f78379f4d28cfb7d
1 file changed
tree: 268dcd49adf28166dac4762dba1cdc392bb1c610
  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.