Skip to content

Commit e93cc53

Browse files
devversionvivian-hu-zz
authored andcommitted
build: do not build docs-package bazel targets on circle (#14788)
* 74c7681 should have already disabled all `docs-package` targets on the CI, but apparently `bazel test` also builds targets which aren't even tests, so we need to filter `bazel test` as well.
1 parent 4701c7b commit e93cc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- *copy_bazel_config
112112

113113
- run: bazel build src/... --build_tag_filters=-docs-package
114-
- run: bazel test src/...
114+
- run: bazel test src/... --build_tag_filters=-docs-package
115115

116116
# Note: We want to save the cache in this job because the workspace cache also
117117
# includes the Bazel repository cache that will be updated in this job.

0 commit comments

Comments
 (0)