Skip to content

Commit e547586

Browse files
akalenyuclaude
andauthored
Update kubevirtci, 1.36 lanes (#4176)
* Bump kvci Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> * Switch testing lanes to 1.36/1.35 Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> * import-controller: only clear scratch-specific bound condition annotations Guard annotation deletion in updatePvcFromPod to only remove bound condition annotations set by the scratch flow (reason == creatingScratch). Prevents clobbering event-based annotations from UpdatePVCBoundConditionFromEvents, which caused DV Bound condition message flapping on non-populator imports. Also fix UpdatePVCBoundContionFromEvents -> UpdatePVCBoundConditionFromEvents typo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> --------- Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 43ff23e commit e547586

65 files changed

Lines changed: 2042 additions & 338 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

automation/ceph-wffc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -ex
21-
export TARGET=k8s-1.34
21+
export TARGET=k8s-1.35
2222
#ensure no hard coded cdi cr in tests.
2323
export RANDOM_CR=true
2424
export KUBEVIRT_STORAGE=rook-ceph-default

automation/ceph.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -ex
21-
export TARGET=k8s-1.34
21+
export TARGET=k8s-1.35
2222
#ensure no hard coded cdi cr in tests.
2323
export RANDOM_CR=true
2424
export KUBEVIRT_STORAGE=rook-ceph-default

automation/destructive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -ex
21-
export TARGET=k8s-1.35
21+
export TARGET=k8s-1.36
2222
export KUBEVIRT_STORAGE=hpp
2323
export KUBEVIRT_DEPLOY_PROMETHEUS=true
2424
export CDI_E2E_FOCUS=Destructive

automation/istio.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -ex
21-
export TARGET=k8s-1.35
21+
export TARGET=k8s-1.36
2222
export KUBEVIRT_STORAGE=hpp
2323
export CDI_E2E_SKIP=Destructive
2424
export KUBEVIRT_DEPLOY_ISTIO=true

automation/latest-hpp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -ex
21-
export TARGET=k8s-1.35
21+
export TARGET=k8s-1.36
2222
export KUBEVIRT_STORAGE=hpp
2323
export CDI_E2E_SKIP=Destructive
2424
automation/test.sh

automation/nfs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -ex
21-
export TARGET=k8s-1.35
21+
export TARGET=k8s-1.36
2222
export KUBEVIRT_DEPLOY_NFS_CSI=true
2323
export KUBEVIRT_STORAGE=nfs
2424
export KUBEVIRT_NFS_DIR=${KUBEVIRT_NFS_DIR:-/var/lib/containers/nfs-data}

automation/non-csi-hpp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -ex
21-
export TARGET=k8s-1.35
21+
export TARGET=k8s-1.36
2222
export KUBEVIRT_STORAGE=hpp
2323
export HPP_CLASSIC=true
2424
export CDI_E2E_SKIP=Destructive

automation/previous-hpp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -ex
21-
export TARGET=k8s-1.34
21+
export TARGET=k8s-1.35
2222
export KUBEVIRT_STORAGE=hpp
2323
export KUBEVIRT_DEPLOY_PROMETHEUS=true
2424
export CDI_E2E_SKIP=Destructive

automation/upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919

2020
set -ex
21-
export TARGET=k8s-1.35
21+
export TARGET=k8s-1.36
2222
export KUBEVIRT_STORAGE=hpp
2323
export MULTI_UPGRADE=true
2424
export CDI_E2E_SKIP=Destructive

cluster-up/README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,7 @@
33
## Prerequisites: podman or docker
44

55
cluster-up requires that either podman or docker be installed on the host.
6-
7-
If podman is being used, it is also necessary to enable podman socket with:
8-
9-
```
10-
sudo systemctl enable podman.socket
11-
sudo systemctl start podman.socket
12-
```
13-
14-
for more information see:
15-
6+
To use podman, follow setup instructions at:
167
https://github.com/kubevirt/kubevirtci/blob/main/PODMAN.md
178

189

0 commit comments

Comments
 (0)