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

CI: Improve ability to run tests on non-CI clusters #11167

Merged
merged 2 commits into from Apr 29, 2020

Commits on Apr 27, 2020

  1. test: Delete all non-essential namespaces before initial test

    This deletes any leftover namespaces that may exist from previously ran
    tests.
    
    Signed-off-by: Thomas Graf <thomas@cilium.io>
    tgraf committed Apr 27, 2020
    Copy the full SHA
    ce1bf87 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. test: Decouple node labeling from node names

    Use a generic labelling iterator instead of assuming certain naming of
    nodes. Also, fail the test if the labeling can't be done.
    
    Signed-off-by: Thomas Graf <thomas@cilium.io>
    tgraf committed Apr 29, 2020
    Copy the full SHA
    2ebb995 View commit details
    Browse the repository at this point in the history