]> git.feebdaed.xyz Git - 0xmirror/cilium.git/commitdiff
eks-cluster-pool-manager: increase GC to 6 hours
authorAndré Martins <andre@cilium.io>
Wed, 17 Dec 2025 08:59:59 +0000 (09:59 +0100)
committerAndré Martins <aanm@users.noreply.github.com>
Wed, 17 Dec 2025 13:21:00 +0000 (13:21 +0000)
3 hours might be too aggressive. We can increase the GC timeout to 6
hours.

Signed-off-by: André Martins <andre@cilium.io>
.github/workflows/eks-cluster-pool-manager.yaml

index c2e3ba8acc37218922cdc09ff7f49f3e1674e7e1..087199f3fe9027095624e70327adafd552cd8c8d 100644 (file)
@@ -62,7 +62,7 @@ jobs:
           echo "empty=false" >> $GITHUB_OUTPUT
 
   cleanup-old-clusters:
-    name: Cleanup clusters older than 3 hours
+    name: Cleanup clusters older than 6 hours
     runs-on: ubuntu-24.04
     needs: generate-cleanup-matrix
     if: ${{ needs.generate-cleanup-matrix.outputs.empty == 'false' }}
@@ -91,7 +91,7 @@ jobs:
       - name: List and delete old clusters
         env:
           REGION: ${{ matrix.region }}
-          MAX_AGE_HOURS: 3
+          MAX_AGE_HOURS: 6
         run: |
           set -e