From: Guillaume Abrioux Date: Fri, 12 Jul 2024 14:22:43 +0000 (+0200) Subject: ceph-container: migrate to c9 jenkins workers X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3b0d1bf1572dd2afb19d75b3057f24a126c1a0f1;p=ceph-build.git ceph-container: migrate to c9 jenkins workers Due the the EOL of CentOS Stream 8, all the Jenkins workers were migrated to CentOS Stream 9. Therefore, we need to make these jobs pick these workers. Signed-off-by: Guillaume Abrioux --- diff --git a/ceph-container-flake8/config/definitions/ceph-container-flake8.yml b/ceph-container-flake8/config/definitions/ceph-container-flake8.yml index cffab878..3e257d43 100644 --- a/ceph-container-flake8/config/definitions/ceph-container-flake8.yml +++ b/ceph-container-flake8/config/definitions/ceph-container-flake8.yml @@ -14,7 +14,7 @@ - job: name: ceph-container-flake8 - node: small && centos8 + node: small && centos9 defaults: global display-name: 'ceph-container-flake8' properties: diff --git a/ceph-container-lint/config/definitions/ceph-container-lint.yml b/ceph-container-lint/config/definitions/ceph-container-lint.yml index edf9019a..a6cd7ae6 100644 --- a/ceph-container-lint/config/definitions/ceph-container-lint.yml +++ b/ceph-container-lint/config/definitions/ceph-container-lint.yml @@ -14,7 +14,7 @@ - job: name: ceph-container-lint - node: small && centos8 + node: small && centos9 defaults: global display-name: 'ceph-container-lint' properties: