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

Fix the cause of failure of multiple kind job runs on same VM #6468

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 24, 2024

  1. Fix the cause of failure of multiple kind job runs

    on same VM.
    
    There were two main causes of failure:
    1) Overriding of DOCKER_IMG_VERSION in makefile.
    2) Overriding of kubeconfig because of which, when
    we ran multiple e2e tests together it used the
    same kubeconfig which was present the default
    location, so multiple jobs used the same cluster
    and failed.
    
    Signed-off-by: Pulkit Jain <[email protected]>
    jainpulkit22 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    643f3e1 View commit details
    Browse the repository at this point in the history