Skip to content

Commit

Permalink
[CI] Add annotation to workflow pod
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
boomanaiden154 committed Jan 12, 2025
1 parent e8028ca commit c1604f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions premerge/linux_container_pod_template.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
spec:
tolerations:
- key: "premerge-platform"
Expand Down

0 comments on commit c1604f2

Please sign in to comment.