HADOOP-16610. Upgrade to yetus 0.11.1 and use emoji vote on github pre commit (#1527). Contributed by Duo Zhang.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org> (cherry picked from commit 3cecb2a46974d446a91435ac49c70742e3cbb6bd) (cherry picked from commit 440b7abc049a7ea60cc2f72f33a792bdae523e03)
This commit is contained in:
parent
eda4f5ed7c
commit
7db97a2326
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -35,7 +35,7 @@ pipeline {
|
||||
DOCKERFILE = "${SOURCEDIR}/dev-support/docker/Dockerfile"
|
||||
YETUS='yetus'
|
||||
// Branch or tag name. Yetus release tags are 'rel/X.Y.Z'
|
||||
YETUS_VERSION='rel/0.10.0'
|
||||
YETUS_VERSION='rel/0.11.1'
|
||||
}
|
||||
|
||||
parameters {
|
||||
@ -147,11 +147,14 @@ pipeline {
|
||||
YETUS_ARGS+=("--dockerfile=${DOCKERFILE}")
|
||||
|
||||
# effectively treat dev-suport as a custom maven module
|
||||
YETUS_ARGS+=("--skip-dir=dev-support")
|
||||
YETUS_ARGS+=("--skip-dirs=dev-support")
|
||||
|
||||
# help keep the ASF boxes clean
|
||||
YETUS_ARGS+=("--sentinel")
|
||||
|
||||
# use emoji vote so it is easier to find the broken line
|
||||
YETUS_ARGS+=("--github-use-emoji-vote")
|
||||
|
||||
"${TESTPATCHBIN}" "${YETUS_ARGS[@]}"
|
||||
'''
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user