From 4d12cbc4f97517047a55fcecbc22ef182a96f8c2 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 16 Mar 2023 10:25:22 -0700 Subject: [PATCH] Fix: Migrate rtdv3 to Centos8 This is in order to fix few C library dependencies which are not present in Centos7 (enchant library). Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall Change-Id: I850994a65bf4ef104f6b80e281cc316b57cb82c6 --- jjb/rtdv3/rtdv3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/rtdv3/rtdv3.yaml b/jjb/rtdv3/rtdv3.yaml index eb0d11ae8..2715743af 100644 --- a/jjb/rtdv3/rtdv3.yaml +++ b/jjb/rtdv3/rtdv3.yaml @@ -16,7 +16,7 @@ default-version: latest tox-dir: "docs/" doc-dir: "_build/html" - build-node: centos7-builder-2c-1g + build-node: centos8-builder-2c-1g # the jjb is very short and filtering docs falsy raises side effects in # ONAP doc gerrit_trigger_file_paths: -- 2.16.6