From 18c0cdda1b781a283dd136acb80afc47c1bb895d Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 25 May 2024 11:50:12 -0500 Subject: [PATCH] bci2: Tolerate du5t1n.me/jenkins taint For aarch64 builds that cannot run on Raspberry Pi nodes, the pod must tolerate the `du5t1n.me/jenkins` taint, which is applied to ephemeral nodes in EC2. Without this toleration, the pod can never be scheduled, as there are no aarch64 nodes besides Rasberry Pis that do not have that taint. --- resources/podTemplate2.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/podTemplate2.yaml b/resources/podTemplate2.yaml index 5da469f..ce61637 100644 --- a/resources/podTemplate2.yaml +++ b/resources/podTemplate2.yaml @@ -17,3 +17,5 @@ spec: limits: github.com/fuse: 1 hostUsers: false + tolerations: + - key: du5t1n.me/jenkins