Brian Carey
Brian Carey
### What happened? Pulling images fails due to a unknown key in `/etc/containers/policy.json` on Centos Stream 8 with cri-o 1.24.2 installed. ```shell [root@localhost ~]# crictl pull k8s.gcr.io/kube-apiserver:v1.24.4 FATA[0000] pulling image:...
### What this PR does Before this PR: After this PR: Fixes # ### Why we need it and why it was done in this way The following tradeoffs were...
Fedora 35 has been EOL for some time now - there is no point testing against it. The e2e tests should make use of fedora 39 VMs
The [kind-1.27-vgpu](https://github.com/kubevirt/kubevirtci/tree/main/cluster-up/cluster/kind-1.27-vgpu) cluster should be updated to a more recent version of Kubernetes as support for v1.27 is going to be dropped as part of the next KubeVirt release[1]. [1]...
The monitoring stack that is deployed as part of kubevirtci has not been updated in some time. This stack includes a number of services[1] and is based on [kube-prometheus](https://github.com/prometheus-operator/kube-prometheus) :...
The release tool currently creates a branch against project-infra to create the PR for prowjob configs for the new release. This could be done against a fork of project-infra belonging...
dependabot should add `+incompatible` to go module versions that do not start with v0 or v1 Without this errors occur when parsing go.mod leading to dependabot failing to create the...
The majority of prowjobs run successfully using the new [podman based bootstrap image](https://github.com/kubevirt/project-infra/tree/main/images/bootstrap). An issue occurs when running the sriov test lanes with the podman bootstrap. A panic occurs during...
### What this PR does This test is very flaky at the moment[1] and meets the criteria for quarantine. The large timeout[2] in this test allowed the test VM to...
The following linters were disabled as part of a Go version update PR[1]: - ginkgolinter - ineffassign - errcheck Source: https://github.com/kubevirt/kubevirt/commit/2eb07af5fc29a462a0568463857bafd533ce9572 These linters were removed because when they were included...