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

e2e-tests.md: update description of labels #7824

Merged
merged 2 commits into from
Jun 17, 2024

Commits on Jun 12, 2024

  1. e2e-tests.md: update description of labels

    This explains how to use --filter-label (possible since Kubernetes 1.29) and
    clarifies the usage of feature gate labels.
    pohly committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d5a4ac9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. e2e-tests.md: explain usage of Feature tag for alpha/beta tests

    While we now have the ability to support tests properly which only depend on
    alpha or beta feature gates, we still haven't migrated all jobs. So for now,
    developers still need to follow the old practice of tagging such tests with
    both [Feature] and [FeatureGate].
    pohly committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b4797e0 View commit details
    Browse the repository at this point in the history