[roll] Roll infra/recipes [build] Stop uploading build metadata to BQ

The original use case for this table, described in
http://go/tq-artifact-index, never fully materialized. The table is
likely not currently used by anyone, as the BigQuery `JOBS_BY_PROJECT`
table indicates that it has not been accessed by any job from the
`fuchsia-infra` project in the last 30 days.

So we should stop uploading to it (and eventually delete the table, to
avoid giving the impression that it's still being updated) since it's
effectively dead code, and causes some infra failures due to server-side
BigQuery flakes.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/658763
Original-Revision: b4852e779996a0631b1c6b8ac02ce4fa9370f7e6
GitOrigin-RevId: 274186630a090c6a4826156afafc9ba9fba066f9
Change-Id: Id068253092e74b2e1295ecaf6cb441d5d7b27b1e
1 file changed
tree: fd9361d19ffab3736d492022c1a8d874c85fbd9b
  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.