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

convert some jobs to Ginkgo --label-filter #32648

Merged
merged 2 commits into from
Jun 16, 2024

Commits on Jun 13, 2024

  1. SIG node: convert jobs to Ginkgo --label-filter

    The new --label-filter expression is easier.
    pohly committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0edb8ca View commit details
    Browse the repository at this point in the history
  2. SIG testing: convert alpha/beta jobs to --label-filter

    One small difference is that tests with just alpha or beta feature gate
    dependency are allowed to run. However, we currently don't have any such
    test because any such test also has to add a Feature:<feature gate name>
    label to be skipped in normal jobs.
    pohly committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3d87520 View commit details
    Browse the repository at this point in the history