Lan Xia
Lan Xia
As @AdamBrousseau pointed out, there is another corner case where PARALLEL=Dynamic and NUM_MACHINES > 1, but the available machine is only 1. In this case, we should run it serially...
> Is it possible to use jtreg option to set the concurrency to lower value? In OpenJDK tests, we set `concurrency based on the # following: min(NPROCS/2, MEM_IN_GB/2)`. To change...
@Akira1Saitoh I think it is possible to do it with new parameters: In https://github.com/adoptium/aqa-tests/blob/d5e241df7fe9a7648520efe4ebe1defc5fa5fd7d/openjdk/openjdk.mk, ``` EXTRA_JTREG_OPTIONS += -concurrency:$(JTREG_CONC) ... # set JTREG_BASIC_OPTIONS value into a new parameter before adding EXTRA_JTREG_OPTIONS...
> Launched the internal Grinder job job/Grinder/29324/ with that change. Grinder/29324 passed 8 times. It failed because `FlowNode was not found ` at the end, which is unrelated to the...
@Akira1Saitoh once https://github.com/eclipse-openj9/openj9/issues/16309 is resolved, will we revert https://github.com/adoptium/aqa-tests/pull/4119?
@OscarQQ could you help with this issue? Thanks
PR for this issue: https://github.com/adoptium/temurin-build/pull/2675
This PR is for testing JRE. Does the github PR build have JRE staged?
@OscarQQ could you run a Grinder using https://ci.adoptopenjdk.net/job/Grinder/ ? Thanks
@karianna Oscar's internship has ended. The changes add a test for JRE, but the auto PR builds do not stage JRE. This is not the problem with the change. The...