[autogardener] Ignore non-integration builds

As we extend the tree-closer to watch the SI console, it will begin
calling the autogardener with builds from SI. This would cause issues
since the autogardener assumes all builds come from GI and will get
confused trying to line up the differing commit indices between the two
repos.

For now, have the autogardener ignore SI builds. Eventually we could
consider supporting SI separately, but for now it's not necessary. The
autogardener tends not to work very well for smart display test
breakages anyway, since the tests are flaky and breakages are often
caused by server-side changes or prebuilt rolls that are difficult to
inspect to determine if the test is affected.

Bug: 323227115
Change-Id: I656fdce862a97a68967120ea0c4a430197fd66ff
Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/infra/+/983972
Reviewed-by: Ina Huh <ihuh@google.com>
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
Fuchsia-Auto-Submit: Oliver Newman <olivernewman@google.com>
2 files changed
tree: 234f7669ebe032afdc79e944c9c396967b91d812
  1. artifacts/
  2. buildbucket/
  3. checkout/
  4. cmd/
  5. execution/
  6. flagutil/
  7. functools/
  8. gerrit/
  9. gitiles/
  10. issuetracker/
  11. monorail/
  12. rpcutil/
  13. scripts/
  14. slsa/
  15. third_party/
  16. vendor/
  17. .gitignore
  18. AUTHORS
  19. go.mod
  20. go.sum
  21. LICENSE
  22. manifest
  23. PATENTS
  24. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.