From 435221da39556f0dcd80228a581bc410dad927a4 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 11 Nov 2023 06:41:53 -0600 Subject: [PATCH] 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. --- ci/clientPodTemplate.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/ci/clientPodTemplate.yaml b/ci/clientPodTemplate.yaml index 1fe52c1..1c4502e 100644 --- a/ci/clientPodTemplate.yaml +++ b/ci/clientPodTemplate.yaml @@ -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: