ci: client: Do not run on Raspberry Pi
All checks were successful
dustin/sshca/pipeline/head This commit looks good

Removing the toleration for the `du5t1n.me/machine=raspberrypi` taint
will force the pod to be scheduled on a dynamic node in AWS.  This will
hopefully speed up builds, even considering the startup delay.
This commit is contained in:
2023-11-11 06:41:53 -06:00
parent ca1c5124c5
commit 435221da39

View File

@@ -11,9 +11,6 @@ spec:
name: ssh-known-hosts
subPath: ssh_known_hosts
hostUsers: false
tolerations:
- key: du5t1n.me/machine
value: raspberrypi
volumes:
- name: ssh-known-hosts
configMap: