[autocorrelator] Add flags to ignore skipped build and/or tests

When checking for build failures, ignore try builds which skipped
building.

When checking for test failures, ignore try builds which skipped
testing.

Bug: 67694
Change-Id: Ic4c46ded825b2c4795478089c54538509f9a4e44
Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/infra/+/472079
Fuchsia-Auto-Submit: Anthony Fandrianto <atyfto@google.com>
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
Reviewed-by: Anirudh Mathukumilli <rudymathu@google.com>
2 files changed
tree: 87645bf1a821f19d0a688d97cd5f23a769aa0c1e
  1. artifacts/
  2. buildbucket/
  3. checkout/
  4. cmd/
  5. digest/
  6. execution/
  7. gerrit/
  8. gitiles/
  9. gotidy/
  10. monorail/
  11. serial/
  12. third_party/
  13. .gitignore
  14. AUTHORS
  15. go.mod
  16. go.sum
  17. LICENSE
  18. MAINTAINERS
  19. manifest
  20. PATENTS
  21. 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.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}