Skip to content

Commit

Permalink
makefile: simplify code (pingcap#50054)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Jan 4, 2024
1 parent 6f32664 commit d85a8bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,4 @@ ifneq ("$(CI)", "")
BAZEL_CMD_CONFIG := --config=ci --repository_cache=/home/jenkins/.tidb/tmp
BAZEL_SYNC_CONFIG := --repository_cache=/home/jenkins/.tidb/tmp
endif
BAZEL_INSTRUMENTATION_FILTER_PACKAGE := go list ./...| sed 's/github.com\/pingcap\/tidb//g'
BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter='${BAZEL_INSTRUMENTATION_FILTER_PACKAGE}'
BAZEL_INSTRUMENTATION_FILTER := --instrument_test_targets --instrumentation_filter=//pkg/...,//br/...,//dumpling/...
2 changes: 1 addition & 1 deletion tests/realtikvtest/brietest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_test")

go_test(
name = "brietest_test",
timeout = "moderate",
timeout = "long",
srcs = [
"backup_restore_test.go",
"binlog_test.go",
Expand Down

0 comments on commit d85a8bd

Please sign in to comment.