[roll] Roll infra/recipes [clang_trigger] Add an option to allow re-trigger a failed build.

In rare cases, rust builders triggered by this recipe failed due
checkout timeouts. They will not be retriggered by this recipe
due to the fact that the commit id was already in the scheduled task.
This patch added the option "retrigger_on_failures", when it is set,
the trigger builder will emit the trigger with the same commit id again
if previous builds failed.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1250056
Original-Revision: 8a2d76d6b8f157d17f87e776d68804e2a20d5e78
GitOrigin-RevId: 20b7abc71807c6eeba6f649b52c983149fc7735b
Change-Id: I7cc57c937d4dc69994169d5bcd11adda3cc25c13
1 file changed
tree: 1b52f8e1ac697c46c7c550c5f147382930690b13
  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 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.