From fdd243a8ec5caa9ad2cde1cf514956ae2667bdc9 Mon Sep 17 00:00:00 2001 From: Anoop C S Date: Mon, 9 Oct 2023 11:41:28 +0530 Subject: [PATCH] fs-integration: Switch default host version to CentOS 9 --- jobs/fs-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/fs-integration.yml b/jobs/fs-integration.yml index 0cb1ac8..70bfe25 100644 --- a/jobs/fs-integration.yml +++ b/jobs/fs-integration.yml @@ -20,7 +20,7 @@ parameters: - string: name: CENTOS_VERSION - default: '8s' + default: '9s' description: CentOS version to be installed on host node - string: name: GIT_REPO