diff --git a/Makefile b/Makefile index d11ee18b02..0a3384bf3e 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ OPERATOR_SDK ?= build/_output/bin/operator-sdk GITHUB_RELEASE ?= build/_output/bin/github-release LOCAL_REGISTRY ?= registry:5000 -export KUBEVIRT_PROVIDER ?= k8s-1.13.3 +export KUBEVIRT_PROVIDER ?= k8s-1.14.6 export KUBEVIRT_NUM_NODES ?= 1 export KUBEVIRT_NUM_SECONDARY_NICS ?= 2 diff --git a/automation/check-patch.k8s-1.13.3.mounts b/automation/check-patch.k8s-1.14.6.mounts similarity index 100% rename from automation/check-patch.k8s-1.13.3.mounts rename to automation/check-patch.k8s-1.14.6.mounts diff --git a/automation/check-patch.k8s-1.13.3.packages b/automation/check-patch.k8s-1.14.6.packages similarity index 100% rename from automation/check-patch.k8s-1.13.3.packages rename to automation/check-patch.k8s-1.14.6.packages diff --git a/automation/check-patch.k8s-1.13.3.sh b/automation/check-patch.k8s-1.14.6.sh similarity index 100% rename from automation/check-patch.k8s-1.13.3.sh rename to automation/check-patch.k8s-1.14.6.sh diff --git a/hack/install-kubevirtci.sh b/hack/install-kubevirtci.sh index 3f00afa1e0..32a339151e 100755 --- a/hack/install-kubevirtci.sh +++ b/hack/install-kubevirtci.sh @@ -1,7 +1,7 @@ #!/bin/bash -e organization=kubevirt -commit="db8c24bf830bb927f01829e6c9f083627fe6b832" +commit="c183644534f59c24e012940127c2c3a361510848" script_dir=$(dirname "$(readlink -f "$0")") kubevirtci_dir=kubevirtci diff --git a/stdci.yaml b/stdci.yaml index a80c01bd5d..eaae2902f2 100644 --- a/stdci.yaml +++ b/stdci.yaml @@ -1,5 +1,5 @@ sub-stages: - - k8s-1.13.3 + - k8s-1.14.6 - os-3.11.0 runtime_requirements: