Skip to content

Commit

Permalink
Bump kubevirtci
Browse files Browse the repository at this point in the history
[8b1b8da kind,sriov: Enable Kubevirt CPUManager FG in check-cluser-up.sh](kubevirt/kubevirtci#1348)

```release-note
NONE
```

Signed-off-by: kubevirt-bot <[email protected]>
  • Loading branch information
kubevirt-bot committed Jan 28, 2025
1 parent 1372fdf commit 914781f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hack/config-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cdi_namespace=cdi
image_pull_policy=${IMAGE_PULL_POLICY:-IfNotPresent}
verbosity=${VERBOSITY:-2}
package_name=${PACKAGE_NAME:-kubevirt-dev}
kubevirtci_git_hash="2501241427-6752ad86"
kubevirtci_git_hash="2501271952-8b1b8da1"
conn_check_ipv4_address=${CONN_CHECK_IPV4_ADDRESS:-""}
conn_check_ipv6_address=${CONN_CHECK_IPV6_ADDRESS:-""}
conn_check_dns=${CONN_CHECK_DNS:-""}
Expand Down
2 changes: 1 addition & 1 deletion kubevirtci/cluster-up-sha.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c5831d34f3529ddf20d1729bcb6999d2d49e1eee
9f53b890eca5a4b024c9b9a42a620258f277718f
5 changes: 5 additions & 0 deletions kubevirtci/cluster-up/cluster/kind/check-cluster-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ export CRI_BIN=${CRI_BIN:-$(detect_cri)}
fi
${kubectl} wait -n kubevirt kv kubevirt --for condition=Available --timeout 15m

if [[ "$KUBEVIRT_PROVIDER" =~ "sriov" ]]; then
# Some SR-IOV tests require Kubevirt CPUManager feature
${kubectl} patch kubevirts -n kubevirt kubevirt --type=json -p='[{"op": "replace", "path": "/spec/configuration/developerConfiguration/featureGates","value": ["CPUManager"]}]'
fi

echo "Run latest nighly build Kubevirt conformance tests"
kubevirt_plugin="--plugin ${nightly_build_base_url}/${latest}/conformance.yaml"
SONOBUOY_EXTRA_ARGS="${SONOBUOY_EXTRA_ARGS} ${kubevirt_plugin}"
Expand Down
2 changes: 1 addition & 1 deletion kubevirtci/cluster-up/hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ provider_prefix=${JOB_NAME:-${KUBEVIRT_PROVIDER}}${EXECUTOR_NUMBER}
job_prefix=${JOB_NAME:-kubevirt}${EXECUTOR_NUMBER}

mkdir -p $KUBEVIRTCI_CONFIG_PATH/$KUBEVIRT_PROVIDER
KUBEVIRTCI_TAG=2501241427-6752ad86
KUBEVIRTCI_TAG=2501271952-8b1b8da1
2 changes: 1 addition & 1 deletion kubevirtci/cluster-up/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2501241427-6752ad86
2501271952-8b1b8da1

0 comments on commit 914781f

Please sign in to comment.