Skip to content

Commit c1604f2

Browse files
[CI] Add annotation to workflow pod
Still running into the issue where processes in the workflow container are dying. Not convinced this is the problem now, but doesn't hurt to add the annotation.
1 parent e8028ca commit c1604f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

premerge/linux_container_pod_template.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
metadata:
2+
annotations:
3+
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
14
spec:
25
tolerations:
36
- key: "premerge-platform"

0 commit comments

Comments
 (0)