[roll] Roll infra/recipes [artifacts] Remove api.artifacts.upload, use artifactory JSON output

In favor of api.artifacts.upload_from_manifest. Uploading is now a
two-step process: one, the project produces the upload manifest. Two,
the infrastructure reads the upload manifest and executes the uploads.

This swaps artifactory to use the "upload manifest" flow, which is part
of a soft-transition to consolidate GCS upload logic as a common feature
to be used by all projects in-tree and out-of-tree.

Original-Bug: 92697
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/682204
Original-Revision: 61e2f9fc98c04b45b3034051b313dbc8ff9ffaa1
GitOrigin-RevId: 2d4e5d8d66937936af0f82770df6c8f2b28bc059
Change-Id: I7412c26799287ecf462dc4a7ba6f9b14880ffb4e
1 file changed
tree: 6b85ec9cb490fca26b9f8c57ac2864c0857504a2
  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.