Skip to content

fix(ci): kubeconform retry + skip traefik CRDs#131

Merged
laminair merged 2 commits into
mainfrom
dev
Jul 9, 2026
Merged

fix(ci): kubeconform retry + skip traefik CRDs#131
laminair merged 2 commits into
mainfrom
dev

Conversation

@laminair

@laminair laminair commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

Cherry-picks PR #130 to main: fixes intermittent kubeconform schema-download failures in the Lint + unit tests CI job by skipping traefik CRD kinds and adding retry logic.

laminair and others added 2 commits July 9, 2026 03:26
The kubeconform schema downloads from raw.githubusercontent.com are
intermittently rate-limited (HTTP 429 / connection reset), causing the
Lint + unit tests CI job to fail spuriously.

Two fixes:
1. -skip Kind=IngressRoute,Kind=Middleware — pre-emptively skip traefik
   CRD kinds that have no stock Kubernetes schema, so kubeconform never
   attempts (and fails) to download their schema files.
2. Retry loop: 3 attempts with 10s back-off to absorb transient network
   failures for standard k8s resource schemas (e.g. PodDisruptionBudget).
fix(ci): kubeconform retry + skip traefik CRDs
@codecov

codecov Bot commented Jul 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@laminair
laminair merged commit bbc3844 into main Jul 9, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant