This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch camel-4.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.22.x by this push:
new 9ce1634c1033 Remove JDK 21 from ubuntu test matrix on Jenkins
9ce1634c1033 is described below
commit 9ce1634c1033df2ee91fffab3236b29b062bb549
Author: Aurélien Pupier <[email protected]>
AuthorDate: Tue Sep 1 11:12:40 2026 +0200
Remove JDK 21 from ubuntu test matrix on Jenkins
The Jenkins is under heavy load due to the number of backports to
maintenance streams.
Remove the JDK 21 on Ubuntu build. JDK 21 is still used on s390x and
ppc64le. it is also still tested on the main branch, and 4.22.x should
only contain backports. So the the risk of a regression specific to JDK
21 on Linux is very very low.th
Note that it will stop to upload Sonar reports but I think that it is
fine for 4.22.x stream. We are not even following very closely the main
branch.
Signed-off-by: Aurélien Pupier <[email protected]>
---
Jenkinsfile | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index fe93376d42ea..33ccd1fa2d53 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -104,6 +104,16 @@ pipeline {
values 's390x'
}
}
+ exclude {
+ axis {
+ name 'JDK_NAME'
+ values 'jdk_21_latest'
+ }
+ axis {
+ name 'PLATFORM'
+ values 'ubuntu-avx'
+ }
+ }
exclude {
axis {
name 'JDK_NAME'