Skip to content

Commit e85ac88

Browse files
authored
Bump Kubevirtci (#94)
* Bump Kubevirtci Signed-off-by: Or Shoval <oshoval@redhat.com> * kubevirtci: Use Flannel Signed-off-by: Or Shoval <oshoval@redhat.com> --------- Signed-off-by: Or Shoval <oshoval@redhat.com>
1 parent 5701f69 commit e85ac88

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

cluster/cluster.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
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.23'}
16-
export KUBEVIRTCI_TAG=${KUBEVIRTCI_TAG:-2211021552-8cca8c0}
15+
export KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-'k8s-1.33'}
16+
export KUBEVIRTCI_TAG=${KUBEVIRTCI_TAG:-2509181951-8264c60a}
1717

1818
KUBEVIRTCI_REPO='https://github.com/kubevirt/kubevirtci.git'
1919
# The CLUSTER_PATH var is used in cluster folder and points to the _kubevirtci where the cluster is deployed from.

hack/bump-kubevirtci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -e
22

33
KUBEVIRTCI_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

66
sed -i "s/export KUBEVIRTCI_TAG=.*/export KUBEVIRTCI_TAG=\${KUBEVIRTCI_TAG:-${KUBEVIRTCI_TAG}}/g" cluster/cluster.sh
77

hack/common.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ KUBEVIRT_DIR="$(
2323
VENDOR_DIR=$KUBEVIRT_DIR/vendor
2424

2525

26-
KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-k8s-1.23}
26+
KUBEVIRT_PROVIDER=${KUBEVIRT_PROVIDER:-k8s-1.33}
2727
KUBEVIRT_NUM_NODES=${KUBEVIRT_NUM_NODES:-1}
2828
KUBEVIRT_MEMORY_SIZE=${KUBEVIRT_MEMORY_SIZE:-5120M}
29+
export KUBEVIRT_FLANNEL=true
2930

3031
OUT_DIR=$KUBEVIRT_DIR/_out
3132
TESTS_OUT_DIR=$OUT_DIR/tests

0 commit comments

Comments
 (0)