File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:- ' k8s-1.28 ' }
15+ export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:- ' k8s-1.34 ' }
1616export KUBEVIRT_NUM_NODES=1
17- export KUBEVIRTCI_TAG=' 2309270755-08cf52f '
17+ export KUBEVIRTCI_TAG=' 2509181951-8264c60a '
1818
1919KUBEVIRTCI_REPO=' https://github.com/kubevirt/kubevirtci.git'
2020# The CLUSTER_PATH var is used in cluster folder and points to the _kubevirtci where the cluster is deployed from.
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ cluster::install
2828
2929if [[ " $KUBEVIRT_PROVIDER " != external ]]; then
3030 if [[ " ${DEPLOY_CNAO} " = " true" ]]; then
31+ export KUBEVIRT_WITH_CNAO=true
3132 export KUBVIRT_WITH_CNAO_SKIP_CONFIG=true
3233 fi
3334
Original file line number Diff line number Diff line change 11#! /bin/bash -e
22
33KUBEVIRTCI_TAG=$( curl -L -Ss https://storage.googleapis.com/kubevirt-prow/release/kubevirt/kubevirtci/latest)
4- [[ ${# KUBEVIRTCI_TAG} != " 18 " ]] && echo " error getting KUBEVIRTCI_TAG" && exit 1
4+ [[ ${# KUBEVIRTCI_TAG} != " 19 " ]] && echo " error getting KUBEVIRTCI_TAG" && exit 1
55
66sed -i " s/export KUBEVIRTCI_TAG=.*/export KUBEVIRTCI_TAG='${KUBEVIRTCI_TAG} '/g" cluster/cluster.sh
77
You can’t perform that action at this time.
0 commit comments