Skip to content

Commit

Permalink
JDK 23 Mandrel 24.1 in other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Karm committed Sep 18, 2024
1 parent 8b836a7 commit 26c0358
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ final Class Constants = new GroovyClassLoader(getClass().getClassLoader())
matrixJob('mandrel-linux-container-integration-tests') {
axes {
text('BUILDER_IMAGE',
'quay.io/quarkus/ubi-quarkus-mandrel-builder-image:22.3-java17',
'quay.io/quarkus/ubi-quarkus-mandrel-builder-image:23.0-java17',
'quay.io/quarkus/ubi-quarkus-mandrel-builder-image:23.1-java21',
'quay.io/quarkus/ubi-quarkus-mandrel-builder-image:24.0-java22'
'quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17',
'quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21',
'quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-22',
'quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-23',
'quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-24'
)
text('QUARKUS_VERSION', Constants.QUARKUS_VERSION_RELEASED)
labelExpression('LABEL', ['el8', 'el8_aarch64'])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ matrixJob('mandrel-linux-quarkus-subset-tests') {
'mandrel-23-0-linux-build-matrix',
'mandrel-23-1-linux-build-matrix',
'mandrel-24-0-linux-build-matrix',
'mandrel-24-1-linux-build-matrix',
'mandrel-master-linux-build-matrix'
)
text('QUARKUS_VERSION', Constants.QUARKUS_VERSION_RELEASED)
Expand Down
1 change: 1 addition & 0 deletions jenkins/jobs/tests/mandrel_linux_quarkus_tests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ matrixJob('mandrel-linux-quarkus-tests') {
'mandrel-23-0-linux-build-matrix',
'mandrel-23-1-linux-build-matrix',
'mandrel-24-0-linux-build-matrix',
'mandrel-24-1-linux-build-matrix',
'mandrel-master-linux-build-matrix'
)
text('QUARKUS_VERSION', Constants.QUARKUS_VERSION_RELEASED)
Expand Down
1 change: 1 addition & 0 deletions jenkins/jobs/tests/mandrel_windows_quarkus_tests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ matrixJob('mandrel-windows-quarkus-tests') {
'mandrel-23-0-windows-build-matrix',
'mandrel-23-1-windows-build-matrix',
'mandrel-24-0-windows-build-matrix',
'mandrel-24-1-windows-build-matrix',
'mandrel-master-windows-build-matrix'
)
text('QUARKUS_VERSION', Constants.QUARKUS_VERSION_RELEASED)
Expand Down

0 comments on commit 26c0358

Please sign in to comment.