From 999a8f7f388ec8dcee7c56a16cb36f130cdd96b5 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Wed, 29 May 2024 16:41:46 +0200 Subject: [PATCH] ci: use CentOS 9 Stream machines for all Jenkins jobs CentOS 8 Stream will be EOL at the end of this month, use CentOS 9 Stream instead. Signed-off-by: Niels de Vos --- ci-job-validation.groovy | 2 +- commitlint.groovy | 2 +- containerized-tests.groovy | 2 +- mini-e2e-helm.groovy | 2 +- mini-e2e.groovy | 2 +- upgrade-tests.groovy | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ci-job-validation.groovy b/ci-job-validation.groovy index a1f01fa4c..b758e7a78 100644 --- a/ci-job-validation.groovy +++ b/ci-job-validation.groovy @@ -1,6 +1,6 @@ def cico_retries = 16 def cico_retry_interval = 60 -def duffy_pool = 'virt-ec2-t2-centos-8s-x86_64' +def duffy_pool = 'virt-ec2-t2-centos-9s-x86_64' def ci_git_repo = 'https://github.com/ceph/ceph-csi' def ci_git_branch = 'ci/centos' def git_repo = 'https://github.com/ceph/ceph-csi' diff --git a/commitlint.groovy b/commitlint.groovy index ebf519854..77b193cd6 100644 --- a/commitlint.groovy +++ b/commitlint.groovy @@ -1,6 +1,6 @@ def cico_retries = 16 def cico_retry_interval = 60 -def duffy_pool = 'virt-ec2-t2-centos-8s-x86_64' +def duffy_pool = 'virt-ec2-t2-centos-9s-x86_64' def ci_git_repo = 'https://github.com/ceph/ceph-csi' def ci_git_branch = 'ci/centos' def ref = "devel" diff --git a/containerized-tests.groovy b/containerized-tests.groovy index e288b1406..0decffdac 100644 --- a/containerized-tests.groovy +++ b/containerized-tests.groovy @@ -1,6 +1,6 @@ def cico_retries = 16 def cico_retry_interval = 60 -def duffy_pool = 'virt-ec2-t2-centos-8s-x86_64' +def duffy_pool = 'virt-ec2-t2-centos-9s-x86_64' def ci_git_repo = 'https://github.com/ceph/ceph-csi' def ci_git_branch = 'ci/centos' def git_repo = 'https://github.com/ceph/ceph-csi' diff --git a/mini-e2e-helm.groovy b/mini-e2e-helm.groovy index a0f21e741..08039d2ae 100644 --- a/mini-e2e-helm.groovy +++ b/mini-e2e-helm.groovy @@ -1,6 +1,6 @@ def cico_retries = 16 def cico_retry_interval = 60 -def duffy_pool = 'virt-ec2-t2-centos-8s-x86_64' +def duffy_pool = 'virt-ec2-t2-centos-9s-x86_64' def ci_git_repo = 'https://github.com/ceph/ceph-csi' def ci_git_branch = 'ci/centos' def git_repo = 'https://github.com/ceph/ceph-csi' diff --git a/mini-e2e.groovy b/mini-e2e.groovy index e9fea5def..a3467d069 100644 --- a/mini-e2e.groovy +++ b/mini-e2e.groovy @@ -1,6 +1,6 @@ def cico_retries = 16 def cico_retry_interval = 60 -def duffy_pool = 'virt-ec2-t2-centos-8s-x86_64' +def duffy_pool = 'virt-ec2-t2-centos-9s-x86_64' def ci_git_repo = 'https://github.com/ceph/ceph-csi' def ci_git_branch = 'ci/centos' def git_repo = 'https://github.com/ceph/ceph-csi' diff --git a/upgrade-tests.groovy b/upgrade-tests.groovy index 3a6a04704..4ed3bf46a 100644 --- a/upgrade-tests.groovy +++ b/upgrade-tests.groovy @@ -1,6 +1,6 @@ def cico_retries = 16 def cico_retry_interval = 60 -def duffy_pool = 'virt-ec2-t2-centos-8s-x86_64' +def duffy_pool = 'virt-ec2-t2-centos-9s-x86_64' def ci_git_repo = 'https://github.com/ceph/ceph-csi' def ci_git_branch = 'ci/centos' def git_repo = 'https://github.com/ceph/ceph-csi'