From b1296a0d85566aaff84955ca86f96af7aa6d5f2b Mon Sep 17 00:00:00 2001 From: sophia-guo Date: Mon, 13 May 2024 21:06:57 -0400 Subject: [PATCH] Add special.system for jdk21+ linux-x64 weekly (#1031) Signed-off-by: Sophia Guo --- pipelines/jobs/configurations/jdk21u_pipeline_config.groovy | 2 +- pipelines/jobs/configurations/jdk23_pipeline_config.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines/jobs/configurations/jdk21u_pipeline_config.groovy b/pipelines/jobs/configurations/jdk21u_pipeline_config.groovy index 4ffd01607..fef529af5 100644 --- a/pipelines/jobs/configurations/jdk21u_pipeline_config.groovy +++ b/pipelines/jobs/configurations/jdk21u_pipeline_config.groovy @@ -26,7 +26,7 @@ class Config21 { openj9 : 'pipelines/build/dockerFiles/cuda.dockerfile' ], test: [ - weekly : ['sanity.openjdk', 'sanity.system', 'extended.system', 'sanity.perf', 'sanity.functional', 'extended.functional', 'extended.openjdk', 'extended.perf', 'special.functional', 'sanity.external', 'dev.openjdk', 'dev.functional', 'dev.system'] + weekly : ['sanity.openjdk', 'sanity.system', 'extended.system', 'sanity.perf', 'sanity.functional', 'extended.functional', 'extended.openjdk', 'extended.perf', 'special.functional', 'sanity.external', 'dev.openjdk', 'dev.functional', 'dev.system', 'special.system'] ], reproducibleCompare : [ 'temurin' : true diff --git a/pipelines/jobs/configurations/jdk23_pipeline_config.groovy b/pipelines/jobs/configurations/jdk23_pipeline_config.groovy index 557e982a7..e4b97c1ea 100644 --- a/pipelines/jobs/configurations/jdk23_pipeline_config.groovy +++ b/pipelines/jobs/configurations/jdk23_pipeline_config.groovy @@ -24,7 +24,7 @@ class Config23 { openj9 : 'pipelines/build/dockerFiles/cuda.dockerfile' ], test: [ - weekly : ['sanity.openjdk', 'sanity.system', 'extended.system', 'sanity.perf', 'sanity.functional', 'extended.functional', 'extended.openjdk', 'extended.perf', 'special.functional', 'dev.openjdk', 'dev.functional', 'dev.system'] + weekly : ['sanity.openjdk', 'sanity.system', 'extended.system', 'sanity.perf', 'sanity.functional', 'extended.functional', 'extended.openjdk', 'extended.perf', 'special.functional', 'dev.openjdk', 'dev.functional', 'dev.system', 'special.system'] ], additionalTestLabels: [ openj9 : '!(centos6||rhel6)',