From 94125dd6a1673ac27a39d9cae3baad2b83b1922d Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Tue, 2 Jul 2024 00:36:18 +0200 Subject: [PATCH] ceph-volume: use centos9 worker due to recent EOL of CentOS Stream 8, the workers were migrated to CentOS Stream 9. This commit reflect that change to the ceph-volume-scenario job. Signed-off-by: Guillaume Abrioux --- .../config/definitions/ceph-volume-scenario.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-volume-scenario/config/definitions/ceph-volume-scenario.yml b/ceph-volume-scenario/config/definitions/ceph-volume-scenario.yml index de3ec144..e88bb9c3 100644 --- a/ceph-volume-scenario/config/definitions/ceph-volume-scenario.yml +++ b/ceph-volume-scenario/config/definitions/ceph-volume-scenario.yml @@ -1,7 +1,7 @@ - job: name: 'ceph-volume-scenario' - node: vagrant&&libvirt&¢os8 + node: vagrant&&libvirt&¢os9 concurrent: true defaults: global display-name: 'ceph-volume: individual scenario testing' -- 2.47.3