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

test: 5.4 CI job #15765

Merged
merged 4 commits into from
Apr 29, 2021
Merged

test: 5.4 CI job #15765

merged 4 commits into from
Apr 29, 2021

Commits on Apr 28, 2021

  1. test: Rename RunsOnNetNextOr419Kernel to RunsOn419OrLaterKernel

    This helper function will also encompass the 5.4 kernel in a subsequent
    commit, so we should reflect that in its name.
    
    Signed-off-by: Paul Chaignon <paul@cilium.io>
    pchaigno committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    5c96fca View commit details
    Browse the repository at this point in the history
  2. test: RunsOn54Kernel helper

    Signed-off-by: Paul Chaignon <paul@cilium.io>
    pchaigno committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    8f40934 View commit details
    Browse the repository at this point in the history
  3. bpf/Makefile, test: Support 5.4 kernel in verifier test

    The bandwidth manager is the only feature we can enable on 5.4 but not
    on 4.19. It requires Linux v5.1.
    
    Signed-off-by: Paul Chaignon <paul@cilium.io>
    pchaigno committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    cb2c534 View commit details
    Browse the repository at this point in the history
  4. test: Run only K8sVerifier and K8sDatapathConfig on 5.4

    Since the goal of the 5.4 CI job is only to catch complexity issues,
    other test suites are skipped. They are not expected to help us catch
    new complexity issues compared to K8sVerifier and K8sDatapathConfig.
    
    Signed-off-by: Paul Chaignon <paul@cilium.io>
    pchaigno committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    fbba867 View commit details
    Browse the repository at this point in the history