From de1f0ae877950b646086f4f66d51670f81a25b87 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 15 Aug 2022 11:35:24 +0200 Subject: [PATCH 1/1] Switch robot nodes to CentOS8 We cannot run CSIT with Java 11, and Java 17 is not supported on CentOS7 images. Furthermore, as per RELENG-75, there can only be one type of robot VM. Switch to using CentOS8 robot nodes. Change-Id: Iab9ba8b55584063abe340da989f16123386767ac Signed-off-by: Robert Varga --- jjb/integration/integration-templates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/integration/integration-templates.yaml b/jjb/integration/integration-templates.yaml index 6e13844bc..155ed9c93 100644 --- a/jjb/integration/integration-templates.yaml +++ b/jjb/integration/integration-templates.yaml @@ -47,7 +47,7 @@ ##################### project-type: freestyle - node: centos7-robot-2c-8g + node: centos8-robot-2c-8g concurrent: true disabled: "{disable-job}" -- 2.36.6