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

sync: from upstream master to master #17

Closed
wants to merge 12 commits into from

Commits on Jun 27, 2024

  1. e2e: Stick to a stable OCP version

    Signed-off-by: Andrea Panattoni <[email protected]>
    zeeke committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c25a4f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Deploy RDMA CNI as a part of SR-IOV Operator

    Signed-off-by: Ivan Kolodiazhnyi <[email protected]>
    e0ne committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f439d47 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. e2e: Fix the podman login to OCP internal registry

    In OCP 4.16, dockercfg secret moved from the form of
    "serviceaccount:xyz" to "<token>:xyz".
    
    Use bash left trim operator (`${<variable>#<prefix>}`) to make it
    explicit.
    
    Signed-off-by: Andrea Panattoni <[email protected]>
    zeeke committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    182fbfc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #727 from zeeke/ocp-e2e-stable

    e2e: Stick to a stable OCP version
    SchSeba authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1947787 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Merge pull request #661 from e0ne/rdma-cni

    Deploy RDMA CNI as a part of SR-IOV Operator
    adrianchiris authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c3ba0f3 View commit details
    Browse the repository at this point in the history
  2. implement RemovePfAppliedStatus function in store

    Signed-off-by: Sebastian Sch <[email protected]>
    SchSeba committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b6fe5b6 View commit details
    Browse the repository at this point in the history
  3. Remove store file on reset

    Signed-off-by: Sebastian Sch <[email protected]>
    SchSeba committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    62e33cd View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Skip firmware reset for devices we don't control

    Signed-off-by: Sebastian Sch <[email protected]>
    SchSeba committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    556da00 View commit details
    Browse the repository at this point in the history
  2. implement functional test for both regular and externally manage

    Signed-off-by: Sebastian Sch <[email protected]>
    SchSeba committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    411a215 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #734 from SchSeba/fix_mlx_plugin

    Skip firmware reset on devices the operator doesn't control
    zeeke authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    64d69b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. ci: sent ci-triggers comment only once on PR open or reopen

    If we specify a type we can stop the Github Actions bot from resending the
    ci-triggers list to open PRs on every HEAD change.
    
    > [...] if no activity types are specified, the workflow runs when a pull request
    is opened or reopened or when the head branch of the pull request is updated.
    
    Signed-off-by: Tobias Giese <[email protected]>
    tobiasgiese committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ee7a04a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #737 from tobiasgiese/pr-ci-triggers-once

    ci: sent ci-triggers comment only once on PR open or reopen
    adrianchiris authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4daeede View commit details
    Browse the repository at this point in the history