-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow clang and gcc builds for `src/e2e_test/vizier/planner:planner_t…
…est` (#2077) Summary: Allow clang and gcc builds for `src/e2e_test/vizier/planner:planner_test` As far as I can tell, there isn't a bazel config that matches the tags of the `src/e2e_test/vizier/planner:planner_test` target. This change removes the tag preventing clang builds since they appear to run without problems. In addition to this, a `vispb` proto change was missing from the earlier differential flamegraph work. This prevented the `planner_test` from running properly (see comment for more details). Relevant Issues: N/A Type of change: /kind bugfix Test Plan: Verified gcc and clang builds work - [x] `bazel test --config clang src/e2e_test/vizier/planner:planner_test` is successful - [x] `bazel test -c opt --config gcc src/e2e_test/vizier/planner:planner_test` is successful --------- Signed-off-by: Dom Del Nano <[email protected]>
- Loading branch information
Showing
6 changed files
with
218 additions
and
126 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -24,8 +24,6 @@ pl_go_test( | |
], | ||
tags = [ | ||
"no_asan", | ||
"no_gcc", | ||
"no_libcpp", | ||
"no_msan", | ||
"no_tsan", | ||
], | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.