Skip to content

Commit 112efdc

Browse files
committed
HADOOP-17570. Apply YETUS-1102 to re-enable GitHub comments (apache#2745)
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org> (cherry picked from commit 9b78de2) Conflicts: dev-support/Jenkinsfile
1 parent aa67869 commit 112efdc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dev-support/Jenkinsfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pipeline {
3535
DOCKERFILE = "${SOURCEDIR}/dev-support/docker/Dockerfile"
3636
YETUS='yetus'
3737
// Branch or tag name. Yetus release tags are 'rel/X.Y.Z'
38-
YETUS_VERSION='rel/0.13.0'
38+
YETUS_VERSION='11eb9b09786e401fbdeaa3be83a19a4066fd7813'
3939
MAVEN_OPTS='-Xms256m -Xmx1536m -Dhttps.protocols=TLSv1.2 -Dhttps.cipherSuites=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256'
4040
}
4141

@@ -148,6 +148,10 @@ pipeline {
148148
YETUS_ARGS+=("--multijdkdirs=/usr/lib/jvm/zulu-7-amd64")
149149
YETUS_ARGS+=("--multijdktests=compile")
150150
151+
# write Yetus report as GitHub comment (YETUS-1102)
152+
YETUS_ARGS+=("--github-write-comment")
153+
YETUS_ARGS+=("--github-use-emoji-vote")
154+
151155
"${TESTPATCHBIN}" "${YETUS_ARGS[@]}"
152156
'''
153157
}

0 commit comments

Comments
 (0)