mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
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 <ndevos@ibm.com>
This commit is contained in:
parent
497e6b39b4
commit
999a8f7f38
@ -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'
|
||||
|
@ -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"
|
||||
|
@ -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'
|
||||
|
@ -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'
|
||||
|
@ -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'
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user