set tolerations for package index updates

This commit is contained in:
Patrick Schratz 2025-03-04 20:15:02 +01:00
commit b29f50ced6
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -52,6 +52,11 @@ steps:
cpu: 8000m
nodeSelector:
kubernetes.io/arch: 'amd64'
tolerations:
- key: 'CI'
operator: 'Equal'
value: 'true'
effect: 'NoSchedule'
- name: Purge CDN cache
image: curlimages/curl