Skip to content

Commit 90a80bc

Browse files
authored
Add openjdk tests rerun target guide (#6096)
Add openjdk tests rerun target guide Signed-off-by: LongyuZhang <[email protected]>
1 parent 9095396 commit 90a80bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/pages/JenkinFeatures.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Download any artifacts you need from your run as soon as it finishes to attach t
137137
- When reporting failures in issues, understand that Grinder jobs are transient (not kept for long on Jenkins).
138138
Sharing a link to the Grinder is only useful for a short time.
139139
Share the "Rerun in Grinder" link which has details of the impl/version/test target, output statistics & test artifacts in the issue; those are more concrete items when reproducing failures.
140-
For openjdk test failures, here are some useful triage [instructions](https://github.com/adoptium/aqa-tests/wiki/Guidance-for-Creating-OpenJDK-Test-Defects).
140+
For openjdk test failures, here are some useful triage [instructions](https://github.com/adoptium/aqa-tests/wiki/Guidance-for-Creating-OpenJDK-Test-Defects). Rerun failed openjdk subtest function is also available, and the rerun target name depends on the failed test name. The test target name starts with `jdk_` would be set into auto-rerun target `jdk_custom`, while other openjdk tests would be set into auto-rerun target `hotspot_custom`. For example, `jdk_math` rerun subtest uses test target `jdk_custom` and failed subtest name(s), while `hotspot_compiler` uses `hotspot_custom` instead.
141141
- Proactively delete Grinder runs that you do not need (setup fails or mistake in target, etc.).
142142
We keep the last 50 runs, and if you delete your unneeded runs immediately, other jobs will stay a little bit longer, giving others more time to grab artifacts.
143143

0 commit comments

Comments
 (0)