From 7db466713e9d895d537669c9606393accc2cd59e Mon Sep 17 00:00:00 2001 From: Adam Brousseau Date: Thu, 20 Jan 2022 15:49:22 -0500 Subject: [PATCH] Increase NUM_MACHINES for special.system x/p linux Set xlinux to 15 and plinux to 20 instead of the default 5 Signed-off-by: Adam Brousseau --- .../jdk11u_pipeline_config.groovy | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/pipelines/jobs/configurations/jdk11u_pipeline_config.groovy b/pipelines/jobs/configurations/jdk11u_pipeline_config.groovy index d5cd0d752..b0b2b2e09 100644 --- a/pipelines/jobs/configurations/jdk11u_pipeline_config.groovy +++ b/pipelines/jobs/configurations/jdk11u_pipeline_config.groovy @@ -34,6 +34,10 @@ class Config11 { dockerNode : 'sw.tool.docker && sw.config.uid1000', dockerCredential : '9f50c848-8764-440d-b95a-1d295c21713e', test : 'default', + testDynamic : { + "testLists" : ["sanity.functional", "extended.functional", "sanity.system", "extended.system", "special.system", "sanity.jck", "extended.jck", "sanity.openjdk"], + "numMachines" : ["3", "3", "3", "3", "15", "4", "8", "2"] + }, configureArgs : [ "openj9" : '--enable-jitserver --enable-dtrace=auto --with-vendor-name="International Business Machines Corporation" --with-product-name="IBM Semeru Runtime" --with-product-suffix="Open Edition" --with-vendor-url=https://www.ibm.com/semeru-runtimes --with-vendor-bug-url=https://github.com/ibmruntimes/Semeru-Runtimes/issues --with-vendor-vm-bug-url=https://github.com/eclipse-openj9/openj9/issues', "hotspot" : '--enable-dtrace=auto', @@ -77,7 +81,10 @@ class Config11 { "sanity.external" ] ], - + testDynamic : { + "testLists" : ["sanity.functional", "extended.functional", "sanity.system", "extended.system", "special.system", "sanity.jck", "extended.jck", "sanity.openjdk"], + "numMachines" : ["3", "3", "3", "3", "15", "4", "8", "2"] + }, configureArgs : [ "openj9" : '--enable-jitserver --enable-dtrace=auto --with-vendor-name="International Business Machines Corporation" --with-vendor-url=https://www.ibm.com/semeru-runtimes --with-vendor-bug-url=https://github.com/ibmruntimes/Semeru-Runtimes/issues --with-vendor-vm-bug-url=https://github.com/eclipse-openj9/openj9/issues' ], @@ -194,6 +201,10 @@ class Config11 { arch : 'ppc64le', additionalNodeLabels : 'centos7', test : 'default', + testDynamic : { + "testLists" : ["sanity.functional", "extended.functional", "sanity.system", "extended.system", "special.system", "sanity.jck", "extended.jck", "sanity.openjdk"], + "numMachines" : ["3", "3", "3", "3", "20", "4", "8", "2"] + }, additionalNodeLabels: [ openj9: 'hw.arch.ppc64le && (sw.os.cent.7 || sw.os.rhel.7)' ], @@ -208,6 +219,10 @@ class Config11 { arch : 'ppc64le', additionalNodeLabels : 'centos7', test : 'default', + testDynamic : { + "testLists" : ["sanity.functional", "extended.functional", "sanity.system", "extended.system", "special.system", "sanity.jck", "extended.jck", "sanity.openjdk"], + "numMachines" : ["3", "3", "3", "3", "20", "4", "8", "2"] + }, additionalNodeLabels: [ openj9: 'hw.arch.ppc64le && (sw.os.cent.7 || sw.os.rhel.7)' ],