Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
64029: roachprod: remove support for spinning up cassandra clusters r=jlinder a=alan-mas When working on #47567, we discovered that the cassandra cluster support is no longer used and can be removed. This commit removes cassandra cluster support. Release note: None 65705: settings: mark diagnostics.forced_stat_reset.interval as retired r=otan a=rafiss It was removed in ac3c723 but was never added to this list. This prevents noise in the logs when trying to read the old setting name. Release note: None 65732: bazel: exclude `_bazel` from consideration by gazelle r=rail a=rickystewart tests. Since then, we've seen `gazelle` occasionally time out lint jobs in CI (see #65715). The error messages don't make a great deal of sense; a bunch of them look like this: gazelle: found packages exports (exports.go) and p (issue20046.go) in /go/src/github.com/cockroachdb/cockroach/_bazel/bin/pkg/testutils/lint/passes/forbiddenmethod/forbiddenmethod_test_/forbiddenmethod_test.runfiles/go_sdk/src/go/internal/gcimporter/testdata i.e., Gazelle is looking in `_bazel/bin`, finding `testdata` for the `go/internal/gcimporter` package in the `go_sdk`, and complaining about the results. So we add `_bazel` to the list of `exclude`s to prevent this. This is necessary according to bazel-contrib/bazel-gazelle#168. Release note: None Co-authored-by: Alanmas <[email protected]> Co-authored-by: Rafi Shamim <[email protected]> Co-authored-by: Ricky Stewart <[email protected]>
- Loading branch information