This is an automated email from the ASF dual-hosted git repository.
cnauroth pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new fd18f0647dc HADOOP-19808. Jenkins switch from Debian 11 to Debian 13
fd18f0647dc is described below
commit fd18f0647dc1cae191925ac0f593b5962effc583
Author: Chris Nauroth <[email protected]>
AuthorDate: Sat Feb 7 23:07:08 2026 +0000
HADOOP-19808. Jenkins switch from Debian 11 to Debian 13
Closes #8236
Signed-off-by: Chris Nauroth <[email protected]>
---
dev-support/Jenkinsfile | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index fe44bc435e9..b43e40748a4 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -91,10 +91,10 @@ pipeline {
'''
}
- dir("${WORKSPACE}/debian-11") {
+ dir("${WORKSPACE}/debian-13") {
sh '''#!/usr/bin/env bash
- cp -Rp ${WORKSPACE}/src ${WORKSPACE}/debian-11
+ cp -Rp ${WORKSPACE}/src ${WORKSPACE}/debian-13
'''
}
@@ -157,12 +157,12 @@ pipeline {
// 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 11.
- stage ('precommit-run Debian 11') {
+ // break the Hadoop build on Debian 13.
+ stage ('precommit-run Debian 13') {
environment {
- SOURCEDIR = "${WORKSPACE}/debian-11/src"
- PATCHDIR = "${WORKSPACE}/debian-11/out"
- DOCKERFILE =
"${SOURCEDIR}/dev-support/docker/Dockerfile_debian_11"
+ SOURCEDIR = "${WORKSPACE}/debian-13/src"
+ PATCHDIR = "${WORKSPACE}/debian-13/out"
+ DOCKERFILE =
"${SOURCEDIR}/dev-support/docker/Dockerfile_debian_13"
IS_OPTIONAL = 1
}
@@ -182,7 +182,7 @@ pipeline {
failure {
sh '''#!/usr/bin/env bash
- cp -Rp "${WORKSPACE}/debian-11/out" "${WORKSPACE}"
+ cp -Rp "${WORKSPACE}/debian-13/out" "${WORKSPACE}"
'''
archiveArtifacts "out/**"
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]