Skip to content

Commit

Permalink
HV-1836 Restore CI for JDK 15/16
Browse files Browse the repository at this point in the history
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
  • Loading branch information
yrodiere authored and gsmet committed Mar 16, 2021
1 parent 20bc41d commit 22e6cd9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Expand Up @@ -138,9 +138,8 @@ stage('Configure') {
condition: TestCondition.AFTER_MERGE),
new JdkBuildEnvironment(version: '14', buildJdkTool: 'OpenJDK 14 Latest',
condition: TestCondition.AFTER_MERGE),
// Disabled because of https://bugs.openjdk.java.net/browse/JDK-8253566
new JdkBuildEnvironment(version: '15', buildJdkTool: 'OpenJDK 15 Latest',
condition: TestCondition.ON_DEMAND),
condition: TestCondition.AFTER_MERGE),
new JdkBuildEnvironment(version: '16', buildJdkTool: 'OpenJDK 16 Latest',
condition: TestCondition.AFTER_MERGE),
new JdkBuildEnvironment(version: '17', buildJdkTool: 'OpenJDK 17 Latest',
Expand Down

0 comments on commit 22e6cd9

Please sign in to comment.