[roll] Roll infra/recipes [api_level_roller] Introduce roller for supported API levels

This roller attempts to roll the list of supported API levels in a
config repo, effectively mirroring the list of supported API levels in
fuchsia.git. This file is taken as-is (a JSON file called
platform_version.json) in fuchsia.git as the source-of-truth, and copied
over into the config repo.

Using Copybara alone isn't feasible since we want to regenerate the
configuration files (which potentially affect the names and
configurations of builders which depend on the supported API levels).

Original-Bug: 119267
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/793400
Original-Revision: c856603342f6453195476daa9b5b8f33f7f61435
GitOrigin-RevId: f2c34c6295c109abec70936d858457cdacc8a2ec
Change-Id: I3572c9546b043c9812e252476d760d46b03d02ad
1 file changed
tree: 2bac4c68760f4fa736399a8eaa14bebc5fba709f
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.