ci: add test suite check
This commit is contained in:
parent
385478dd44
commit
ac05eed6b5
1 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,12 @@ openj9.sharedclasses,openj9.zosconditionhandling
|
|||
|
||||
RUN mv ./* /build/dist/
|
||||
|
||||
ENV JT_JAVA=/build/bootjdk
|
||||
RUN cd /build/dist/jdk && ./bin/jtreg \
|
||||
-jdk:/build/src/build/linux-x86_64-server-release/images/jdk -agentvm -verbose:summary \
|
||||
-w build/jtreg/work -r build/jtreg/report \
|
||||
test/java/lang/Class
|
||||
|
||||
# ------
|
||||
|
||||
FROM ubuntu:25.04 AS run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue