ci: add test tier
Some checks failed
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Failing after 15s
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Successful in 14s

This commit is contained in:
Даниил 2025-03-09 20:08:39 +04:00
parent db37cd06ba
commit bd8708ec76
Signed by: nm17
GPG key ID: 3303B70C59145CD4

View file

@ -29,7 +29,7 @@ RUN bash get_source.sh
RUN bash configure --with-boot-jdk=/build/bootjdk --with-openssl=system --with-extra-ldflags="-Wl,-z,noexecstack" RUN bash configure --with-boot-jdk=/build/bootjdk --with-openssl=system --with-extra-ldflags="-Wl,-z,noexecstack"
RUN make all JOBS=$(nproc) RUN make all JOBS=$(nproc)
RUN make test JOBS=$(nproc) RUN make test TEST=tier2 JOBS=$(nproc)
# jlink by advice from https://adoptium.net/blog/2021/10/jlink-to-produce-own-runtime/ # jlink by advice from https://adoptium.net/blog/2021/10/jlink-to-produce-own-runtime/
WORKDIR /build/src/build/linux-x86_64-server-release/images WORKDIR /build/src/build/linux-x86_64-server-release/images