[roll] Roll infra/recipes [trigger] Fixed a bug in toolchain triggering logic

Before this patch, when a single revision was built on a builder
for multiple times, only the oldest builder status was preserve.
The revision will not be considered as green if there was a failed
build in the past. After this patch, the revision is considered as
green as long as there was a green build in the past. The original
behavior is the culprit of current rust stage0 builder outage.

Original-Bug: 437392924
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1341865
Original-Revision: e12ae1e3c9b90f9e16273dc8b012f594f301d7d4
GitOrigin-RevId: a48d5c8b2712a525e7aef4c368d54971cfa14ef3
Change-Id: I178a6f0a127d4bafea380bab92fd6c319cb99d93
1 file changed
tree: 49c85853c0cb4d3a465f28ff9c5855de43271cd3
  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.