[cleanup] Remove references to garnet and peridot in service_account args

These references to garnet and peridot are left over from the Fuchsia
layer cake model.  Using different service accounts in these cases is
presumably no longer necessary.

Issue: PT-175
Test: rerun "../prebuilt/tools/lucicfg generate ./main.star"
  - otherwise, not practically testable
Change-Id: I4645403f98f8ab88e839386d982041ac0923a2df
2 files changed
tree: d0ea80c19251c47478f051544dad0dcb46e4e681
  1. generated/
  2. lib/
  3. manifest/
  4. repositories/
  5. .gitignore
  6. .style.yapf
  7. AUTHORS
  8. LICENSE
  9. main.star
  10. OWNERS
  11. PATENTS
  12. README.md
README.md

Config

This repository contains configuration files for infra services.

For the most part, the actual configs consumed by LUCI live under generated/. Those files are generated by executing the .star files at the root of the repository. Don't edit the generated files directly. Instead, edit the Starlark files and execute them to regenerate the generated/ files.

If you've checked out the infra repos using our Jiri manifest, then you should have a git hook that will automatically execute the starlark code and regenerate generated/*.cfg on git commit.

To manually execute the Starlark code, run:

../../fuchsia-infra/prebuilt/tools/lucicfg generate ./main.star

Or if you have lucicfg in your PATH, you can execute the .star files directly:

./main.star

References