This is an automated email from the ASF dual-hosted git repository.
sarvekshayr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 40d5c14ca36 HDDS-14694. Selective checks: handle config-doc changes
(#9806)
40d5c14ca36 is described below
commit 40d5c14ca360e1c5e0f723c252369392211e304d
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Feb 24 05:15:06 2026 +0100
HDDS-14694. Selective checks: handle config-doc changes (#9806)
---
dev-support/ci/selective_ci_checks.sh | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev-support/ci/selective_ci_checks.sh
b/dev-support/ci/selective_ci_checks.sh
index 7b6539a32ad..71b61da5d8e 100755
--- a/dev-support/ci/selective_ci_checks.sh
+++ b/dev-support/ci/selective_ci_checks.sh
@@ -201,6 +201,8 @@ function run_all_tests_if_environment_files_changed() {
local ignore_array=(
"^dev-support/ci/pr_title_check"
"^dev-support/ci/find_test_class_project"
+ "^dev-support/ci/pr_body_config_doc.sh"
+ "^dev-support/ci/xml_to_md.py"
)
filter_changed_files
@@ -306,6 +308,8 @@ function get_count_robot_files() {
function check_needs_build() {
start_end::group_start "Check if build is needed"
local pattern_array=(
+ "^.github/workflows/generate-config-doc.yml"
+ "^dev-support/ci/xml_to_md.py"
"^hadoop-ozone/dev-support/checks/_build.sh"
"^hadoop-ozone/dev-support/checks/build.sh"
"^hadoop-ozone/dev-support/checks/dependency.sh"
@@ -448,6 +452,8 @@ function get_count_misc_files() {
local pattern_array=(
"^dev-support/ci/pr_title_check"
"^dev-support/ci/find_test_class_project"
+ "^dev-support/ci/pr_body_config_doc.sh"
+ "^dev-support/ci/xml_to_md.py"
"^.github"
"^hadoop-hdds/dev-support/checkstyle"
"^hadoop-ozone/dev-support/checks"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]