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

Proper vsp testing #278

Merged
merged 2 commits into from
Oct 21, 2024
Merged

Proper vsp testing #278

merged 2 commits into from
Oct 21, 2024

Commits on Oct 18, 2024

  1. dpuVendor: Specify Intel vsp commit to build from

    Since we do not yet have the Intel VSP tracked in the dpu operator, we
    should add this field to the config file.
    
    This way, changes to the vsp must be passed in the dpu operator CI
    before we bump our tests to pull these in
    
    Signed-off-by: Salvatore Daniele <sdaniele@redhat.com>
    SalDaniele committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    a85c65d View commit details
    Browse the repository at this point in the history
  2. extraConfigDpu: remove idpf netdev restart

    In theory we should no longer need to manually cold boot the servers to
    ensure idpf netdevs are available.
    
    Currently there is a bug in MeV 1.8 that causes the host to reboot any
    time the IMC reboots, which masks this issue from occurring.
    
    If this masking is removed, we want to see failure here to signify that
    lifecycle management of the IPU is broken
    
    Signed-off-by: Salvatore Daniele <sdaniele@redhat.com>
    SalDaniele committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e0c854e View commit details
    Browse the repository at this point in the history