forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
120752: roachprod-microbench,build: ignore packages r=renatolabs,srosenberg a=herkolategan Recently, `pkg/testutils/lint/lint_test.go` (cockroachdb#119589) added logic to `init`, that requires a `GO_SDK` env var that causes a failure when listing the benchmarks for that package, since on the target microbenchmark env there is no such env var specified. It's possible to add the env var to avoid failure. But in the future more logic that could probe the env var further could still cause a failure as go will not be installed on these machines. These packages should be excluded from any interaction, to avoid complete execution failure. This is slightly different from the other `exclude` flag that is meant to not execute specific benchmarks within a given package. See: cockroachdb#119589 Epic: None Release Note: None Co-authored-by: Herko Lategan <[email protected]>
- Loading branch information
Showing
3 changed files
with
35 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters