ci: client: Do not run on Raspberry Pi
All checks were successful
dustin/sshca/pipeline/head This commit looks good
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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user