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

[release-0.58] Backport sig-storage quarantines #9483

Closed

Commits on Mar 21, 2023

  1. Quarantine fstrim tests so sig-storage-centos9 can be enabled

    These are slightly flaky on the centos9 lane, and we know the feature
    works as they sometimes pass. Let's quarantine them so the lane can
    be made mandatory for the branch.
    
    Signed-off-by: Maya Rashish <mrashish@redhat.com>
    maya-r committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    cc93978 View commit details
    Browse the repository at this point in the history
  2. Quarantine flaky storage test that starts VMI with faulty disk

    The following test has been impacting the storage test lanes over the
    past two weeks:
    
    `Storage Starting a VirtualMachineInstance with faulty disk [It] should
    pause VMI on IO error`
    
    As the impact has been greater than 5% over the past 14 days[1], this test
    qualifies for quarantine.
    
    This test may also be impacting another storage test[2] so quarantining
    will allow to see if this helps to reduce the flakiness.
    
    [1] https://search.ci.kubevirt.io/?search=Starting+a+VirtualMachineInstance+with+faulty+disk&maxAge=336h&context=1&type=build-log&name=&excludeName=&maxMatches=5&maxBytes=20971520&groupBy=job
    [2] https://github.com/kubevirt/kubevirt/blob/main/tests/storage/storage.go#L159
    
    Signed-off-by: Brian Carey <bcarey@redhat.com>
    brianmcarey authored and maya-r committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a637507 View commit details
    Browse the repository at this point in the history