From aff7df2313d523750a69c8b76954a2115d83435f Mon Sep 17 00:00:00 2001 From: Sangwook Ha Date: Tue, 20 Sep 2022 11:51:36 -0700 Subject: [PATCH] Use cento8 builder for distribution templates Distribution jobs for Chlorine requires CentOS 8 builder. Update the node configuration in distribution-templates. Change-Id: I190f64573eaf29dab07bedf892197ea18c1a019f Signed-off-by: Sangwook Ha --- .../distribution/distribution-templates.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jjb/integration/distribution/distribution-templates.yaml b/jjb/integration/distribution/distribution-templates.yaml index e2a1db37e9..3218d5075d 100644 --- a/jjb/integration/distribution/distribution-templates.yaml +++ b/jjb/integration/distribution/distribution-templates.yaml @@ -26,7 +26,7 @@ disabled: "{disable-job}" project-type: freestyle - node: "centos7-builder-8c-8g" + node: "centos8-builder-8c-8g" concurrent: true properties: @@ -134,7 +134,7 @@ disable-job: "false" project-type: freestyle - node: centos7-builder-8c-8g + node: centos8-builder-8c-8g concurrent: true disabled: "{disable-job}" @@ -210,7 +210,7 @@ disable-job: false project-type: maven - node: "centos7-builder-8c-8g" + node: "centos8-builder-8c-8g" disabled: "{disable-job}" properties: @@ -310,7 +310,7 @@ disabled: "{disable-job}" project-type: freestyle - node: "centos7-builder-8c-8g" + node: "centos8-builder-8c-8g" concurrent: true properties: @@ -400,7 +400,7 @@ # This job works for both managed & self-managed distro. project-type: freestyle - node: centos7-builder-2c-8g + node: centos8-builder-2c-8g concurrent: false properties: -- 2.36.6