-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] Remove exclusive tags from bpf tests (#1399)
Summary: Removes the "exclusive" tags from bpf tests. Since we now run bpf tests under qemu, the exclusive tags aren't necessary. This has the added benefit of making these tests work with remote execution. The only downside is that `bazel test //... --config=bpf` won't run these tests exclusively anymore, but as far as I'm aware nobody runs that because it requires root. Type of change: /kind cleanup Test Plan: Tested that all the tests still work running simulataneously under qemu. Ran with `--runs_per_test=20` only saw 2 failures in `grpc_trace_bpf_test` and 2 failures in `http2_trace_bpf_test`, which is inline with the flakiness we usually see. Signed-off-by: James Bartlett <[email protected]>
- Loading branch information
1 parent
395c324
commit 3138ccf
Showing
6 changed files
with
5 additions
and
35 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,6 @@ pl_cc_bpf_test( | |
shard_count = 3, | ||
tags = [ | ||
"cpu:16", | ||
"exclusive", | ||
"no_qemu", | ||
"requires_bpf", | ||
], | ||
|
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