From 7ebf230587ff1bd5552534396cf54ccd0b2e19c5 Mon Sep 17 00:00:00 2001 From: Lan Xia Date: Thu, 25 Jan 2024 14:04:59 -0500 Subject: [PATCH] Add vendor repo Signed-off-by: Lan Xia --- pipelines/build/common/openjdk_build_pipeline.groovy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pipelines/build/common/openjdk_build_pipeline.groovy b/pipelines/build/common/openjdk_build_pipeline.groovy index cdf1fc3f3..cdc487c00 100644 --- a/pipelines/build/common/openjdk_build_pipeline.groovy +++ b/pipelines/build/common/openjdk_build_pipeline.groovy @@ -409,6 +409,10 @@ class Build { VENDOR_TEST_BRANCHES = aqaBranch VENDOR_TEST_DIRS = 'functional' customizedSdkUrl += " " + testimageUrl + } else if ("${testType}".contains('jck')) { + VENDOR_TEST_REPOS = 'git@github.ibm.com:runtimes/jck.git' + VENDOR_TEST_BRANCHES = "main" + VENDOR_TEST_DIRS = 'jck' } def DOCKER_REGISTRY_URL = ''