We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876c0d4 commit ad24d39Copy full SHA for ad24d39
.bazelci/presubmit.yml
@@ -197,19 +197,17 @@ tasks:
197
name: "RBE: Ubuntu"
198
platform: rbe_ubuntu1604
199
build_flags:
200
- - "--build_tag_filters=-docs"
+ - "--build_tag_filters=-integration-test,-docs"
201
build_targets:
202
- "--"
203
- "..."
204
- '-//sphinxdocs/...' # protobuf compilation fails
205
- - '@com_google_protobuf//...'
206
test_flags:
207
- "--test_tag_filters=-integration-test,-acceptance-test,-docs"
208
test_targets:
209
210
211
212
213
214
integration_test_build_file_generation_ubuntu_minimum_supported_workspace:
215
<<: *minimum_supported_version
0 commit comments