Skip to content

Commit

Permalink
Merge pull request #6905 from kubevirt-bot/bump-kubevirtci
Browse files Browse the repository at this point in the history
Bump kubevirtci
  • Loading branch information
kubevirt-bot committed Dec 6, 2021
2 parents 77193f1 + 864bdce commit 79036e9
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cluster-up-sha.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
128c5ee637cc8bdd0556245b5bb546556ad58e0c
5090b624f6a2dd9adbe1881dd4c4d7345c9884a3
7 changes: 6 additions & 1 deletion cluster-up/cluster/kind-1.19-sriov/sriov-node/node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,16 @@ function node::configure_sriov_pfs_and_vfs() {
# KIND mounts sysfs as read-only by default, remount as R/W"
node_exec="docker exec $node"
$node_exec mount -o remount,rw /sys
$node_exec chmod 666 /dev/vfio/vfio

ls_node_dev_vfio="${node_exec} ls -la -Z /dev/vfio"
$ls_node_dev_vfio
$node_exec chmod 0666 /dev/vfio/vfio
$ls_node_dev_vfio

# Create and configure SRIOV Virtual Functions on SRIOV node
docker cp "$CONFIGURE_VFS_SCRIPT_PATH" "$node:/"
$node_exec bash -c "DRIVER=$VFS_DRIVER DRIVER_KMODULE=$VFS_DRIVER_KMODULE ./$config_vf_script"
$ls_node_dev_vfio

_kubectl label node $node $SRIOV_NODE_LABEL
done
Expand Down
7 changes: 6 additions & 1 deletion cluster-up/cluster/kind-1.22-sriov/sriov-node/node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,16 @@ function node::configure_sriov_pfs_and_vfs() {
# KIND mounts sysfs as read-only by default, remount as R/W"
node_exec="docker exec $node"
$node_exec mount -o remount,rw /sys
$node_exec chmod 666 /dev/vfio/vfio

ls_node_dev_vfio="${node_exec} ls -la -Z /dev/vfio"
$ls_node_dev_vfio
$node_exec chmod 0666 /dev/vfio/vfio
$ls_node_dev_vfio

# Create and configure SRIOV Virtual Functions on SRIOV node
docker cp "$CONFIGURE_VFS_SCRIPT_PATH" "$node:/"
$node_exec bash -c "DRIVER=$VFS_DRIVER DRIVER_KMODULE=$VFS_DRIVER_KMODULE ./$config_vf_script"
$ls_node_dev_vfio

_kubectl label node $node $SRIOV_NODE_LABEL
done
Expand Down
2 changes: 1 addition & 1 deletion cluster-up/hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,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=2111281140-0017666
KUBEVIRTCI_TAG=2112021841-e8ab50c
2 changes: 1 addition & 1 deletion cluster-up/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2111281140-0017666
2112021841-e8ab50c
2 changes: 1 addition & 1 deletion hack/config-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cdi_namespace=cdi
image_pull_policy=${IMAGE_PULL_POLICY:-IfNotPresent}
verbosity=${VERBOSITY:-2}
package_name=${PACKAGE_NAME:-kubevirt-dev}
kubevirtci_git_hash="2111281140-0017666"
kubevirtci_git_hash="2112021841-e8ab50c"
conn_check_ipv4_address=${CONN_CHECK_IPV4_ADDRESS:-""}
conn_check_ipv6_address=${CONN_CHECK_IPV6_ADDRESS:-""}
conn_check_dns=${CONN_CHECK_DNS:-""}
Expand Down

0 comments on commit 79036e9

Please sign in to comment.