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'