Skip to content

Commit 7a59469

Browse files
committed
Only run for GraalVM 25.
1 parent 428102c commit 7a59469

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/workflows/check-e2e.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
environment: E2E
4949
strategy:
5050
fail-fast: false
51-
max-parallel: 3
51+
max-parallel: 4
5252
matrix:
5353
java:
5454
- 11
@@ -82,12 +82,9 @@ jobs:
8282
environment: E2E
8383
strategy:
8484
fail-fast: false
85-
max-parallel: 3
85+
max-parallel: 1
8686
matrix:
8787
java:
88-
- 11
89-
- 17
90-
- 21
9188
- 25
9289

9390
steps:

powertools-e2e-tests/src/test/resources/docker/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Use the official AWS SAM base image for Java 21
2-
FROM public.ecr.aws/sam/build-java21@sha256:ced538830c78a0f45f91abe5f7963cb73005ad933aee7dd1160bd77d9fd3c4f3
1+
# Use the official AWS SAM base image for Java 25
2+
FROM public.ecr.aws/sam/build-java25@sha256:2ef9e5b950cc79489691be16c7edff904bf196955633dc7fbbc282a1ea421ba8
33

44
# Install GraalVM dependencies
5-
RUN curl -4 -L https://download.oracle.com/graalvm/21/latest/graalvm-jdk-21_linux-x64_bin.tar.gz | tar -xvz
6-
RUN mv graalvm-jdk-21.* /usr/lib/graalvm
5+
RUN curl -4 -L https://download.oracle.com/graalvm/25/latest/graalvm-jdk-25_linux-x64_bin.tar.gz | tar -xvz
6+
RUN mv graalvm-jdk-25.* /usr/lib/graalvm
77

88
# Make native image and mvn available on CLI
99
RUN ln -s /usr/lib/graalvm/bin/native-image /usr/bin/native-image

0 commit comments

Comments
 (0)