Skip to content

Commit ad24d39

Browse files
committed
try 8
1 parent 876c0d4 commit ad24d39

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.bazelci/presubmit.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,19 +197,17 @@ tasks:
197197
name: "RBE: Ubuntu"
198198
platform: rbe_ubuntu1604
199199
build_flags:
200-
- "--build_tag_filters=-docs"
200+
- "--build_tag_filters=-integration-test,-docs"
201201
build_targets:
202202
- "--"
203203
- "..."
204204
- '-//sphinxdocs/...' # protobuf compilation fails
205-
- '@com_google_protobuf//...'
206205
test_flags:
207206
- "--test_tag_filters=-integration-test,-acceptance-test,-docs"
208207
test_targets:
209208
- "--"
210209
- "..."
211210
- '-//sphinxdocs/...' # protobuf compilation fails
212-
- '@com_google_protobuf//...'
213211

214212
integration_test_build_file_generation_ubuntu_minimum_supported_workspace:
215213
<<: *minimum_supported_version

0 commit comments

Comments
 (0)