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 kind job with network policy failures #26639

Merged
merged 2 commits into from
Jul 11, 2023
Merged

Commits on Jul 11, 2023

  1. disable legacy network policy tests (deprecated)

    Signed-off-by: Antonio Ojea <aojea@google.com>
    aojea committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    71afce2 View commit details
    Browse the repository at this point in the history
  2. reduce network policy parallelism to avoid starving the runner

    Github runners does not have enough resources to deal with the
    network policy test that runs multiple pods in parallal and
    it may happen that the tests get stuck and start to timeout
    causing flakiness on the CI.
    
    Signed-off-by: Antonio Ojea <aojea@google.com>
    aojea committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ee6efd8 View commit details
    Browse the repository at this point in the history