Skip to content

Commit c7ab319

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

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
@@ -97,8 +97,8 @@ pipeline {
9797
YETUS_ARGS+=("--basedir=${WORKSPACE}/${SOURCEDIR}")
9898
9999
# our project defaults come from a personality file
100-
# which will get loaded automatically by setting the project name
101100
YETUS_ARGS+=("--project=hadoop")
101+
YETUS_ARGS+=("--personality=${WORKSPACE}/${SOURCEDIR}/dev-support/bin/hadoop.sh")
102102
103103
# lots of different output formats
104104
YETUS_ARGS+=("--brief-report-file=${WORKSPACE}/${PATCHDIR}/brief.txt")

0 commit comments

Comments
 (0)