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 cf13ccf571 HDDS-9901. Selective checks: skip tests for IntelliJ config 
change (#5775)
cf13ccf571 is described below

commit cf13ccf571bacb8e12ca8e4477c648178e3c8490
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Dec 26 16:14:30 2023 +0100

    HDDS-9901. Selective checks: skip tests for IntelliJ config change (#5775)
---
 dev-support/ci/selective_ci_checks.bats | 12 ++++++++++++
 dev-support/ci/selective_ci_checks.sh   |  1 +
 2 files changed, 13 insertions(+)

diff --git a/dev-support/ci/selective_ci_checks.bats 
b/dev-support/ci/selective_ci_checks.bats
index 243ae283c1..cc14eeb094 100644
--- a/dev-support/ci/selective_ci_checks.bats
+++ b/dev-support/ci/selective_ci_checks.bats
@@ -394,6 +394,18 @@ load bats-assert/load.bash
   assert_output -p needs-kubernetes-tests=false
 }
 
+@test "IntelliJ config" {
+  run dev-support/ci/selective_ci_checks.sh 92bf0913b6
+
+  assert_output -p 'basic-checks=["rat"]'
+  assert_output -p needs-build=false
+  assert_output -p needs-compile=false
+  assert_output -p needs-compose-tests=false
+  assert_output -p needs-dependency-check=false
+  assert_output -p needs-integration-tests=false
+  assert_output -p needs-kubernetes-tests=false
+}
+
 @test "dependency helper" {
   run dev-support/ci/selective_ci_checks.sh 47a5671cc5
 
diff --git a/dev-support/ci/selective_ci_checks.sh 
b/dev-support/ci/selective_ci_checks.sh
index 0bd6321734..996bd382be 100755
--- a/dev-support/ci/selective_ci_checks.sh
+++ b/dev-support/ci/selective_ci_checks.sh
@@ -487,6 +487,7 @@ function get_count_misc_files() {
         "^.github"
         "^hadoop-hdds/dev-support/checkstyle"
         "^hadoop-ozone/dev-support/checks"
+        "^hadoop-ozone/dev-support/intellij"
         "^hadoop-ozone/dist/src/main/license"
         "\.bats$"
         "\.txt$"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to