File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,14 @@ build_targets: &build_targets
1010 - " @remote_java_tools//:singlejar_cc_bin"
1111 # can't build @remote_java_tools_X repos for other platforms
1212 - " -//toolchains/..."
13- # TODO: re-enable docs after moving them out of https://bazel.build/reference/be/java
1413 - " -//java/docs/..."
15- - " -//test:docs_up_to_date_test"
1614
1715build_targets_integration : &build_targets_integration
1816 - " //..."
1917 - " //:bin_deploy.jar"
2018
2119test_targets : &test_targets
2220 - " //test/..."
23- # TODO: re-enable docs after moving them out of https://bazel.build/reference/be/java
24- - " -//test:docs_up_to_date_test"
2521
2622test_target_integration : &test_target_integration
2723 - " //:MyTest"
Original file line number Diff line number Diff line change 1919 draft : false
2020 generate_release_notes : true
2121 release_files : bazel-bin/distro/rules_java-*.tar.gz
22- bazel_test_command : " bazel test //test/... -//test:docs_up_to_date_test "
22+ bazel_test_command : " bazel test -- //test/..."
2323 publish :
2424 needs : release
2525 uses : ./.github/workflows/publish.yaml
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ diff_test(
7272 """ ,
7373 file1 = "//java/docs:rules.md" ,
7474 file2 = "//java/docs:rules_docs" ,
75+ # TODO: b/369123329 - re-enable docs after moving them out of https://bazel.build/reference/be/java
76+ tags = ["manual" ],
7577)
7678
7779validate_configs ()
You can’t perform that action at this time.
0 commit comments