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: fix mock testing #161

Merged
merged 1 commit into from
May 27, 2021
Merged

Commits on May 26, 2021

  1. prow.sh: fix mock testing

    Mock testing was added in 74cfbc9 with the goal of increasing
    test coverage and ensuring that the sidecars and driver work once
    we try to use them in Kubernetes.
    
    It turned out that this is problematic in "canary-on-<some old
    Kubernetes>" jobs because those old Kubernetes version sometimes have
    incompatible deployments (-provisioner argument in
    external-provisioner!) because they did mock testing with much older
    sidecars. Only testing against Kubernetes master is (relatively) save
    and also more useful because that is where intend to use the sidecars.
    
    Another issue was that filtering of JUnit entries did not preserve the
    new mock volume entries.
    pohly committed May 26, 2021
    Configuration menu
    Copy the full SHA
    9e438f8 View commit details
    Browse the repository at this point in the history