Skip to content

Commit fefacf2

Browse files
authored
HADOOP-17205. Move personality file from Yetus to Hadoop repository (#2226)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
1 parent b367942 commit fefacf2

2 files changed

Lines changed: 564 additions & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ pipeline {
9696
YETUS_ARGS+=("--basedir=${WORKSPACE}/${SOURCEDIR}")
9797
9898
# our project defaults come from a personality file
99-
# which will get loaded automatically by setting the project name
10099
YETUS_ARGS+=("--project=hadoop")
100+
YETUS_ARGS+=("--personality=${WORKSPACE}/${SOURCEDIR}/dev-support/bin/hadoop.sh")
101101
102102
# lots of different output formats
103103
YETUS_ARGS+=("--brief-report-file=${WORKSPACE}/${PATCHDIR}/brief.txt")

0 commit comments

Comments
 (0)