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.bci2-resources
parent
c9eb592e0a
commit
18c0cdda1b
|
@ -17,3 +17,5 @@ spec:
|
|||
limits:
|
||||
github.com/fuse: 1
|
||||
hostUsers: false
|
||||
tolerations:
|
||||
- key: du5t1n.me/jenkins
|
||||
|
|
Loading…
Reference in New Issue