[autocorrelator] Filter out try builds with matching change num

Per go/ci-cq-auto-correlator, ignore try builds which originate from
the same change as -change-num.

In practice, this means that if a tryjob fails on fxrev.dev/123456, and
previously failed on the same change before with the same failure
message, that failure should not increase the confidence of a false
negative.

Bug: 67694
Change-Id: I118f15ef6feb8ff4a0e533037ff55327337c9d02
Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/infra/+/471665
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: 6b12a7464a3b79ecbb94d0044c67865b53c8bbad
  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}