ci: client: Do not run on Raspberry Pi

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.
0.1.0
Dustin 2023-11-11 06:41:53 -06:00
parent ca1c5124c5
commit 2d0681dced
1 changed files with 0 additions and 3 deletions

View File

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