]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-windows-pull-requests: constrain to windows label 2251/head
authorIlya Dryomov <idryomov@gmail.com>
Fri, 31 May 2024 21:51:49 +0000 (23:51 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 31 May 2024 21:51:49 +0000 (23:51 +0200)
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 <idryomov@gmail.com>
ceph-windows-pull-requests/config/definitions/ceph-windows-pull-requests.yml

index df5a273cd78a2a7d4740c46467a75eac2e9bdb37..c10bab191370fe7ae0a92ca8e5dadd7b2c0cf247 100644 (file)
@@ -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