Skip to content

Commit e5fb028

Browse files
authored
Merge pull request #103 from oshoval/bump_kci
Bump Kubevirtci
2 parents 4d7ecfb + 5b9c3b3 commit e5fb028

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

cluster/cluster.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
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'}
1616
export KUBEVIRT_NUM_NODES=1
17-
export KUBEVIRTCI_TAG='2309270755-08cf52f'
17+
export KUBEVIRTCI_TAG='2509181951-8264c60a'
1818

1919
KUBEVIRTCI_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.

cluster/up.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ export DEPLOY_CNAO=${DEPLOY_CNAO:-true}
2020
export DEPLOY_KUBEVIRT=${DEPLOY_KUBEVIRT:-true}
2121
export KUBEVIRT_PSA=${KUBEVIRT_PSA:-true}
2222

23+
export KUBEVIRT_FLANNEL=true
24+
2325
source ./cluster/cluster.sh
2426

2527
# use kubevirt latest stable release
@@ -28,6 +30,7 @@ cluster::install
2830

2931
if [[ "$KUBEVIRT_PROVIDER" != external ]]; then
3032
if [[ "${DEPLOY_CNAO}" = "true" ]]; then
33+
export KUBEVIRT_WITH_CNAO=true
3134
export KUBVIRT_WITH_CNAO_SKIP_CONFIG=true
3235
fi
3336

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}'/g" cluster/cluster.sh
77

0 commit comments

Comments
 (0)