This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch s390-jdk
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/s390-jdk by this push:
     new 1215d542c9 Remove JDK 21 for ITs
1215d542c9 is described below

commit 1215d542c9ae0cdd9e1aab0d69c6e5219e7de4b8
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sun Nov 19 12:30:49 2023 +0100

    Remove JDK 21 for ITs
---
 Jenkinsfile.s390x | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x
index f2c68f3370..e760a62539 100644
--- a/Jenkinsfile.s390x
+++ b/Jenkinsfile.s390x
@@ -23,7 +23,7 @@ def buildOs = 'linux'
 def buildJdk = '11'
 def buildMvn = '3.8.x'
 def runITsOses = ['linux']
-def runITsJdks = ['11', '17', '21']
+def runITsJdks = ['11', '17']
 def runITsMvn = '3.8.x'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // 
-DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests

Reply via email to