Skip to content

Commit

Permalink
WIP DNM: Test kmp fix
Browse files Browse the repository at this point in the history
Signed-off-by: Or Shoval <[email protected]>
  • Loading branch information
oshoval committed Jul 3, 2024
1 parent dd43dc2 commit eb38fce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions automation/components-functests.setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@ component_path=${component_temp_dir}/${component_repo}

git-utils::fetch_component ${component_path} ${component_url} ${component_commit}

# TODO remove
if [[ COMPONENT=="kubemacpool" ]]; then
(
cd $TMP_COMPONENT_PATH
curl -L https://github.com/k8snetworkplumbingwg/kubemacpool/pull/432.patch | git apply
)
fi

export TMP_COMPONENT_PATH=${component_path}

if [[ $USE_KUBEVIRTCI == true ]]; then
Expand Down

0 comments on commit eb38fce

Please sign in to comment.