Skip to content

Commit 54c88bb

Browse files
authored
Extra doc for EXTRA_OPTIONS (#5770)
* Extra doc for EXTRA_OPTIONS Signed-off-by: Stewart X Addison <[email protected]> * Add extra descriptions to JVM_OPTIONS and CUSTOM_TARGET Signed-off-by: Stewart X Addison <[email protected]> --------- Signed-off-by: Stewart X Addison <[email protected]>
1 parent 0bc488c commit 54c88bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

buildenv/jenkins/testJobTemplate

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ ARCH_OS_LIST.each { ARCH_OS ->
361361
individual test in playlist.xml: floatSanityTests|MiniMix_5m|jdk_math|jdk_beans_0|jdk_custom<br/>
362362
a list of tests: testList TESTLIST=jit_jitt,jit_recognizedMethod_1,testSCCMLTests2_1<br/>
363363
Note: please do not use level, group or type (i.e., functional, sanity, etc) in the TESTLIST<br/>''')
364-
stringParam('CUSTOM_TARGET', "", '''
365-
Only used when the custom target is specified in TARGET , e.g. jdk_custom, langtools_custom, system_custom, etc., CUSTOM_TARGET=path to the test class to execute<br>
364+
stringParam('CUSTOM_TARGET', "",
365+
'''Only used when the custom target is specified in TARGET , e.g. jdk_custom, langtools_custom, system_custom, etc., CUSTOM_TARGET=path to the test class to execute (typically ending in .java or .sh)<br>
366366
Example 1:<br>
367367
TARGET=system_custom<br>
368368
CUSTOM_TARGET=-test=MathLoadTest -test-args="workload=math,timeLimit=5m"<br>
@@ -385,8 +385,8 @@ ARCH_OS_LIST.each { ARCH_OS ->
385385
sectionHeaderStyle(sectionHeaderHelpTextStyleCss)
386386
}
387387
choiceParam('TEST_FLAG', ['', 'JITAAS', 'AOT', 'FIPS', 'FIPS140_2', 'FIPS140_3_OpenJCEPlusFIPS', 'FIPS140_3_OpenJCEPlusFIPS.FIPS140-3'], "Optional. Only set for feature testing. (i.e., JITAAS, AOT, FIPS140_2, etc)")
388-
stringParam('EXTRA_OPTIONS', "", "Use this to append options to the test command")
389-
stringParam('JVM_OPTIONS', "", "Use this to replace the test original command line options")
388+
stringParam('EXTRA_OPTIONS', "", "Use this to append options to the test command e.g. to add extra JVM flags")
389+
stringParam('JVM_OPTIONS', "", "Use this to replace the original options to the test command e.g. to override JVM flags")
390390
stringParam('APPLICATION_OPTIONS', "", "Use this to append options to the test application")
391391
stringParam('BUILD_IDENTIFIER', "", "build identifier")
392392
stringParam('ITERATIONS',"1", '''Optional. Number of times to repeat execution of make target. <br/>

0 commit comments

Comments
 (0)