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.
master
Dustin 2025-09-12 09:48:46 -05:00
parent 730448c79d
commit fb7ef1d2c3
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ spec:
name: ssh-known-hosts name: ssh-known-hosts
subPath: ssh_known_hosts subPath: ssh_known_hosts
hostUsers: false hostUsers: false
nodeSelector:
du5t1n.me/jenkins:
volumes: volumes:
- name: ssh-known-hosts - name: ssh-known-hosts
configMap: configMap: