This is an automated email from the ASF dual-hosted git repository.
adoroszlai 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 cb29f193ea1 HDDS-15518. Selective checks: skip acceptance for
test-utils changes (#10476)
cb29f193ea1 is described below
commit cb29f193ea1d1945a8b908fbf8ee1a39bc00e5e4
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Jun 15 10:07:09 2026 +0200
HDDS-15518. Selective checks: skip acceptance for test-utils changes
(#10476)
---
dev-support/ci/selective_ci_checks.bats | 22 ++++++++++++++++++++++
dev-support/ci/selective_ci_checks.sh | 1 +
2 files changed, 23 insertions(+)
diff --git a/dev-support/ci/selective_ci_checks.bats
b/dev-support/ci/selective_ci_checks.bats
index 092ab497e3c..891e0450608 100644
--- a/dev-support/ci/selective_ci_checks.bats
+++ b/dev-support/ci/selective_ci_checks.bats
@@ -187,6 +187,28 @@ load bats-assert/load.bash
assert_output -p needs-kubernetes-tests=false
}
+@test "mini-cluster" {
+ run dev-support/ci/selective_ci_checks.sh
f0388a195411e68aac360de8ab95735b2eb295de
+
+ assert_output -p
'basic-checks=["rat","author","checkstyle","findbugs","pmd"]'
+ assert_output -p needs-build=true
+ assert_output -p needs-compile=true
+ assert_output -p needs-compose-tests=false
+ assert_output -p needs-integration-tests=true
+ assert_output -p needs-kubernetes-tests=false
+}
+
+@test "test-utils" {
+ run dev-support/ci/selective_ci_checks.sh
60e4ab121853c182e1272b04fd1a93d55b12cfc7
+
+ assert_output -p
'basic-checks=["rat","author","checkstyle","findbugs","pmd"]'
+ assert_output -p needs-build=true
+ assert_output -p needs-compile=true
+ assert_output -p needs-compose-tests=false
+ assert_output -p needs-integration-tests=true
+ assert_output -p needs-kubernetes-tests=false
+}
+
@test "native only" {
run dev-support/ci/selective_ci_checks.sh 5b1319a8c2
diff --git a/dev-support/ci/selective_ci_checks.sh
b/dev-support/ci/selective_ci_checks.sh
index 71b61da5d8e..1e99a625854 100755
--- a/dev-support/ci/selective_ci_checks.sh
+++ b/dev-support/ci/selective_ci_checks.sh
@@ -260,6 +260,7 @@ function get_count_doc_files() {
function get_count_integration_files() {
start_end::group_start "Count integration test files"
local pattern_array=(
+ "^hadoop-hdds/test-utils"
"^hadoop-ozone/dev-support/checks/_mvn_unit_report.sh"
"^hadoop-ozone/dev-support/checks/integration.sh"
"^hadoop-ozone/dev-support/checks/junit.sh"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]