diff --git a/.crow/update-package-index-alpine-320-amd64.yaml b/.crow/update-package-index-alpine-320-amd64.yaml index 6975ce0..c5e1734 100644 --- a/.crow/update-package-index-alpine-320-amd64.yaml +++ b/.crow/update-package-index-alpine-320-amd64.yaml @@ -50,6 +50,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 diff --git a/.crow/update-package-index-alpine-320-arm64.yaml b/.crow/update-package-index-alpine-320-arm64.yaml index 1472d56..7c2095b 100644 --- a/.crow/update-package-index-alpine-320-arm64.yaml +++ b/.crow/update-package-index-alpine-320-arm64.yaml @@ -50,6 +50,11 @@ steps: cpu: 8000m nodeSelector: kubernetes.io/arch: 'arm64' + tolerations: + - key: 'CI' + operator: 'Equal' + value: 'true' + effect: 'NoSchedule' - name: Purge CDN cache image: curlimages/curl diff --git a/.crow/update-package-index-alpine-321-amd64.yaml b/.crow/update-package-index-alpine-321-amd64.yaml index 12e86a2..e845792 100644 --- a/.crow/update-package-index-alpine-321-amd64.yaml +++ b/.crow/update-package-index-alpine-321-amd64.yaml @@ -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 diff --git a/.crow/update-package-index-alpine-321-arm64.yaml b/.crow/update-package-index-alpine-321-arm64.yaml index 03e7345..a984f2a 100644 --- a/.crow/update-package-index-alpine-321-arm64.yaml +++ b/.crow/update-package-index-alpine-321-arm64.yaml @@ -50,6 +50,11 @@ steps: cpu: 8000m nodeSelector: kubernetes.io/arch: 'arm64' + tolerations: + - key: 'CI' + operator: 'Equal' + value: 'true' + effect: 'NoSchedule' - name: Purge CDN cache image: curlimages/curl diff --git a/.crow/update-package-index-redhat-8-amd64.yaml b/.crow/update-package-index-redhat-8-amd64.yaml index ee51db8..06809b8 100644 --- a/.crow/update-package-index-redhat-8-amd64.yaml +++ b/.crow/update-package-index-redhat-8-amd64.yaml @@ -49,6 +49,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 diff --git a/.crow/update-package-index-redhat-8-arm64.yaml b/.crow/update-package-index-redhat-8-arm64.yaml index ebfc662..2335d71 100644 --- a/.crow/update-package-index-redhat-8-arm64.yaml +++ b/.crow/update-package-index-redhat-8-arm64.yaml @@ -50,6 +50,11 @@ steps: cpu: 8000m nodeSelector: kubernetes.io/arch: 'arm64' + tolerations: + - key: 'CI' + operator: 'Equal' + value: 'true' + effect: 'NoSchedule' - name: Purge CDN cache image: curlimages/curl diff --git a/.crow/update-package-index-redhat-9-amd64.yaml b/.crow/update-package-index-redhat-9-amd64.yaml index caaa6b3..4368604 100644 --- a/.crow/update-package-index-redhat-9-amd64.yaml +++ b/.crow/update-package-index-redhat-9-amd64.yaml @@ -50,6 +50,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 diff --git a/.crow/update-package-index-redhat-9-arm64.yaml b/.crow/update-package-index-redhat-9-arm64.yaml index 612f2e1..d97f524 100644 --- a/.crow/update-package-index-redhat-9-arm64.yaml +++ b/.crow/update-package-index-redhat-9-arm64.yaml @@ -50,6 +50,11 @@ steps: cpu: 8000m nodeSelector: kubernetes.io/arch: 'arm64' + tolerations: + - key: 'CI' + operator: 'Equal' + value: 'true' + effect: 'NoSchedule' - name: Purge CDN cache image: curlimages/curl diff --git a/.crow/update-package-index-ubuntu-2204-amd64.yaml b/.crow/update-package-index-ubuntu-2204-amd64.yaml index 1179352..b905687 100644 --- a/.crow/update-package-index-ubuntu-2204-amd64.yaml +++ b/.crow/update-package-index-ubuntu-2204-amd64.yaml @@ -50,6 +50,11 @@ steps: cpu: 8000m nodeSelector: kubernetes.io/arch: 'amd64' + tolerations: + - key: 'CI' + operator: 'Equal' + value: 'true' + effect: 'NoSchedule' - name: Purge CDN cache image: alpine:3.21 diff --git a/.crow/update-package-index-ubuntu-2204-arm64.yaml b/.crow/update-package-index-ubuntu-2204-arm64.yaml index 922d21d..d456558 100644 --- a/.crow/update-package-index-ubuntu-2204-arm64.yaml +++ b/.crow/update-package-index-ubuntu-2204-arm64.yaml @@ -50,6 +50,11 @@ steps: cpu: 8000m nodeSelector: kubernetes.io/arch: 'arm64' + tolerations: + - key: 'CI' + operator: 'Equal' + value: 'true' + effect: 'NoSchedule' - name: Purge CDN cache image: curlimages/curl diff --git a/.crow/update-package-index-ubuntu-2404-amd64.yaml b/.crow/update-package-index-ubuntu-2404-amd64.yaml index 1543d1c..522c890 100644 --- a/.crow/update-package-index-ubuntu-2404-amd64.yaml +++ b/.crow/update-package-index-ubuntu-2404-amd64.yaml @@ -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 diff --git a/.crow/update-package-index-ubuntu-2404-arm64.yaml b/.crow/update-package-index-ubuntu-2404-arm64.yaml index 5cf6c39..5284e29 100644 --- a/.crow/update-package-index-ubuntu-2404-arm64.yaml +++ b/.crow/update-package-index-ubuntu-2404-arm64.yaml @@ -50,6 +50,11 @@ steps: cpu: 8000m nodeSelector: kubernetes.io/arch: 'arm64' + tolerations: + - key: 'CI' + operator: 'Equal' + value: 'true' + effect: 'NoSchedule' - name: Purge CDN cache image: curlimages/curl