Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
HADOOP-17205. Move personality file from Yetus to Hadoop repository (a…
Browse files Browse the repository at this point in the history
…pache#2226)

Signed-off-by: Akira Ajisaka <[email protected]>
  • Loading branch information
sunchao authored Aug 18, 2020
1 parent b367942 commit fefacf2
Show file tree
Hide file tree
Showing 2 changed files with 564 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ pipeline {
YETUS_ARGS+=("--basedir=${WORKSPACE}/${SOURCEDIR}")
# our project defaults come from a personality file
# which will get loaded automatically by setting the project name
YETUS_ARGS+=("--project=hadoop")
YETUS_ARGS+=("--personality=${WORKSPACE}/${SOURCEDIR}/dev-support/bin/hadoop.sh")
# lots of different output formats
YETUS_ARGS+=("--brief-report-file=${WORKSPACE}/${PATCHDIR}/brief.txt")
Expand Down
Loading

0 comments on commit fefacf2

Please sign in to comment.