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-v0.6] Test and env updates #220

Commits on Feb 6, 2024

  1. Add PartnerComp label

    This label can be used to run tests with focus
    on tests we consider neccessary to test partner
    compatibility with kubevirt.
    To run the tests:
    make TEST_ARGS="--test-args=-ginkgo.label-filter=PartnerComp" test-functional
    
    Signed-off-by: Shelly Kagan <skagan@redhat.com>
    ShellyKa13 authored and kubevirt-bot committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    bb5f706 View commit details
    Browse the repository at this point in the history
  2. Adjust tests to have configurable storageclass yamls

    This change allows the user to set env variable
    KVP_STORAGE_CLASS with the desired storage class
    one wants the tests applying yamls to run with.
    Adjust some tests to pass when using wffc SC
    
    Signed-off-by: Shelly Kagan <skagan@redhat.com>
    ShellyKa13 authored and kubevirt-bot committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9df17fd View commit details
    Browse the repository at this point in the history
  3. Fix racy test

    The test wants to catch the dv in state importing
    but if the import is fast we can miss it.
    Insted we can check that a file that existed
    no longer exists after the backup.
    
    Signed-off-by: Shelly Kagan <skagan@redhat.com>
    ShellyKa13 authored and kubevirt-bot committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    6cb254f View commit details
    Browse the repository at this point in the history
  4. Ignore velero files in gitignore, delete existing

    Signed-off-by: Shelly Kagan <skagan@redhat.com>
    ShellyKa13 authored and kubevirt-bot committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ed95f98 View commit details
    Browse the repository at this point in the history
  5. Update kubevirtci due to a bug in last version

    Signed-off-by: Shelly Kagan <skagan@redhat.com>
    ShellyKa13 authored and kubevirt-bot committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a58151c View commit details
    Browse the repository at this point in the history