Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prow.sh: only run alpha tests for latest Kubernetes release #109

Merged
merged 1 commit into from
Oct 27, 2020

Commits on Oct 27, 2020

  1. prow.sh: only run alpha tests for latest Kubernetes release

    Commit 7bcee13 added alpha feature gates for Kubernetes 1.19 in
    the CSI_PROW_E2E_ALPHA_GATES_LATEST variable based on the comment in
    kubernetes-csi/external-provisioner#493 (comment)
    that alpha testing only runs for the latest Kubernetes.
    
    But some components (like external-health-monitor) are configured with
    a single Prow job which runs the default set of tests on a stable
    Kubernetes release (currently 1.17). Those tests used to include alpha
    testing which then broke during Kind cluster startup because the
    Kubernetes 1.19 feature gates weren't recognized by 1.17.
    
    The solution is to disable alpha testing for Kubernetes != latest in
    the default set of tests.
    pohly committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    522361e View commit details
    Browse the repository at this point in the history