replicatedhq / kURL

Production-grade, airgapped Kubernetes installer combining upstream k8s with overlays and popular components
https://kurl.sh
Apache License 2.0
757 stars 78 forks source link

Reduce testing thus reducing AWS egress fees #5471

Closed laverya closed 3 weeks ago

laverya commented 3 weeks ago

What this PR does / why we need it:

This disables the twice-weekly automated full Testgrid staging runs. They should still be run manually before a release - but doing so automatically isn't worth it. (This does not disable the weekly production tests)

It also reduces the frequency that addon updates are checked for and tested.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Steps to reproduce

Does this PR introduce a user-facing change?

Does this PR require documentation?