3 hours might be too aggressive. We can increase the GC timeout to 6
hours.
Signed-off-by: André Martins <andre@cilium.io>
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' }}
- name: List and delete old clusters
env:
REGION: ${{ matrix.region }}
- MAX_AGE_HOURS: 3
+ MAX_AGE_HOURS: 6
run: |
set -e