From 3b589c4455e7dbd2b585925b54ee3ae2ec045695 Mon Sep 17 00:00:00 2001 From: "halil.cakal" Date: Thu, 7 Mar 2024 12:22:16 +0000 Subject: [PATCH] Set a new dedicated Nordix jenkins server for CPS - Set the node (xerces-cps-hw) on which to run jobs cps master performance test java and performance test plots Issue-ID: CPS-2151 Change-Id: I72602ad60874082a884e8de0119ebcbb486ee1ab Signed-off-by: halil.cakal --- jjb/onap/global-templates-onap-java.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jjb/onap/global-templates-onap-java.yaml b/jjb/onap/global-templates-onap-java.yaml index 6767a978b..da068a144 100644 --- a/jjb/onap/global-templates-onap-java.yaml +++ b/jjb/onap/global-templates-onap-java.yaml @@ -148,6 +148,7 @@ - job-template: name: 'onap-{project-name}-performance-tests-plots' disabled_job_var: false + node: xerces-cps-hw triggers: - timed: '{timer}' @@ -165,7 +166,7 @@ - job-template: name: 'onap-{project-name}-{stream}-performance-test-java' disabled_job_var: false - node: onap-ubuntu1804 + node: xerces-cps-hw disabled: '{obj:disabled_job_var}' concurrent: true @@ -209,6 +210,7 @@ name: SUBDIRECTORY default: '{subdirectory}' description: Subdirectory of the workspace for which the pom.xml will be called. This allows the verify to be called against a specific directory + scm: - git-scm: ssh-credentials-id: nordixinfra-nordix-gerrit-ssh -- 2.25.1