From 3b0d1bf1572dd2afb19d75b3057f24a126c1a0f1 Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Fri, 12 Jul 2024 16:22:43 +0200 Subject: [PATCH] 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 --- .../config/definitions/ceph-container-flake8.yml | 2 +- ceph-container-lint/config/definitions/ceph-container-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: -- 2.47.3