Skip to content

Commit 5c9cec9

Browse files
committed
HBASE-29851 Add more directories to yetus skip-dirs (apache#7670)
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
1 parent fe4fa51 commit 5c9cec9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dev-support/jenkins_precommit_github_yetus.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ if [[ "${SKIP_ERRORPRONE}" = "true" ]]; then
133133
# skip error prone
134134
YETUS_ARGS+=("--skip-errorprone")
135135
fi
136-
# effectively treat dev-support as a custom maven module
137-
YETUS_ARGS+=("--skip-dirs=dev-support")
136+
# Exclude non-code directories from module detection to avoid triggering full builds
137+
YETUS_ARGS+=("--skip-dirs=dev-support,.github,bin,conf")
138138
# For testing with specific hadoop version. Activates corresponding profile in maven runs.
139139
if [[ -n "${HADOOP_PROFILE}" ]]; then
140140
# Master has only Hadoop3 support. We don't need to activate any profile.

0 commit comments

Comments
 (0)