From eb2444849a349819f51f45d85acd5cc955c68204 Mon Sep 17 00:00:00 2001 From: Wen Zhou Date: Tue, 10 Jan 2023 17:02:16 +0100 Subject: [PATCH] update: weekly evalucation need to set to Weekly not Nightly to run aqa (#569) --- .../build/regeneration/evaluation_pipeline_generator.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/build/regeneration/evaluation_pipeline_generator.groovy b/pipelines/build/regeneration/evaluation_pipeline_generator.groovy index d6b1dfe49..77858a261 100644 --- a/pipelines/build/regeneration/evaluation_pipeline_generator.groovy +++ b/pipelines/build/regeneration/evaluation_pipeline_generator.groovy @@ -247,6 +247,7 @@ node('worker') { } config.put('targetConfigurations', targetEvaluation.targetConfigurations) // explicit set it to make things clear config.weekly_release_scmReferences = targetEvaluation.weekly_evaluation_scmReferences + config.releaseType = "Weekly" // overwrite releaseType for weekly evalucation pipeline: not set to Release(avoid trigger TCK but aqa weekly and no reproducible) println "[INFO] CREATING JDK${javaVersion} WEEKLY EVALUATION PIPELINE WITH NEW CONFIG VALUES:" println "JOB_NAME = ${config.JOB_NAME}"