ci: client: Do not run on Raspberry Pi
dustin/sshca/pipeline/head This commit looks good
Details
dustin/sshca/pipeline/head This commit looks good
Details
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
parent
ca1c5124c5
commit
435221da39
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue