From 49b687f19839495de692d001fa84d423e8c93d68 Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Fri, 31 May 2024 23:51:49 +0200 Subject: [PATCH] ceph-windows-pull-requests: constrain to windows label Currently, the intersection of focal && libvirt labels returns some smithi (nproc == 8) and mira (nproc == 4) nodes, which are inadequate for the two VMs that the Windows job spawns. It turns we already have a windows label, which, after dropping it from mira015, seems to be on point (i.e. would filter those low CPU nodes out). Let's use it! Signed-off-by: Ilya Dryomov --- .../config/definitions/ceph-windows-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-windows-pull-requests/config/definitions/ceph-windows-pull-requests.yml b/ceph-windows-pull-requests/config/definitions/ceph-windows-pull-requests.yml index df5a273c..c10bab19 100644 --- a/ceph-windows-pull-requests/config/definitions/ceph-windows-pull-requests.yml +++ b/ceph-windows-pull-requests/config/definitions/ceph-windows-pull-requests.yml @@ -3,7 +3,7 @@ project-type: freestyle defaults: global concurrent: true - node: amd64 && focal && libvirt + node: amd64 && focal && libvirt && windows display-name: 'ceph-windows: Pull Requests' quiet-period: 5 block-downstream: false -- 2.39.5