From 6817c62295c1b9c21908b0b3b7f7889591860d69 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 12 Sep 2025 09:48:46 -0500 Subject: [PATCH] ci: Pin to dedicated nodes Now that there are several production workloads on the Raspberry Pi cluster, we don't want intense jobs like this running on them. To ensure this job runs on a dedicated node, we need to use a label expression that matches the appropriate nodes. --- ci/podTemplate.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index 898b9b8..0ddb5ac 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -13,6 +13,8 @@ spec: name: ssh-known-hosts subPath: ssh_known_hosts hostUsers: false + nodeSelector: + du5t1n.me/jenkins: volumes: - name: ssh-known-hosts configMap: