edwardcapriolo commented on code in PR #8166:
URL: https://github.com/apache/hadoop/pull/8166#discussion_r2673636948
##########
dev-support/Jenkinsfile:
##########
@@ -136,7 +143,53 @@ pipeline {
failure {
sh '''#!/usr/bin/env bash
- cp -Rp "${WORKSPACE}/rockylinux-8/out" "${WORKSPACE}"
+ cp -Rp "${WORKSPACE}/debian-12/out" "${WORKSPACE}"
+ '''
+ archiveArtifacts "out/**"
+ }
+
+ cleanup() {
+ script {
+ sh '''#!/usr/bin/env bash
+
+ chmod u+x "${SOURCEDIR}/dev-support/jenkins.sh"
+ "${SOURCEDIR}/dev-support/jenkins.sh" cleanup_ci_proc
+ '''
+ }
+ }
+ }
+ }
+
+ // This is an optional stage which runs only when there's a change in
+ // C++/C++ build/platform.
+ // This stage serves as a means of cross platform validation, which is
+ // really needed to ensure that any C++ related/platform change doesn't
+ // break the Hadoop build on Debian 13.
+ stage ('precommit-run Debian 13') {
Review Comment:
For reference. I am building locally on alpine.
https://github.com/edwardcapriolo/edgy-ansible/tree/main/imaging/hadoop I am a
great canary. I find all types of interesting things, reliance on ncurses, gnu
find.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]