When: Weekly on Mon, 10:00 – 10:30am
Notes: KubeVirt CI SIG meeting notes
Attendees: Dylan White, dhiller, dollierp,
Reminders:
we will create GitHub issues for tracking
GitHub issues and PRs
should be marked with /sig ci and /kind flake if applicable
should be marked with the target sig
Topics:
[urgent]
[dollierp] Go 1.26 bump got merged in kubevirt
Does it require some follow up PRs? See this comment
[dhiller] docs update issue: https://github.com/kubevirt/kubevirt/issues/18273
also we need to push the image, will do that today
[dollierp] RFC on enabling ginkgo fail fast mode for batches to spend less CI time and resources on batches?
For batches, I don’t see any value in spending hours continuing to run the entire test suite once a test case has failed
Developers are only aware of the result of presubmits jobs created by Prow’s Hook trigger plugin when creating/updating their PRs or issuing a /test command
Results from Prow’s Tide batches are not displayed in the GitHub PR page because their status is associated with a “virtual” merge commit not belonging to any PR.
Change proposal:
diff --git a/automation/test.sh b/automation/test.sh
@@ -455,6 +455,11 @@ fi
ginkgo_params="--no-color"
+if [[ -n ${PROW_JOB_ID:-} && ${JOB_TYPE} == "batch" ]]; then
+ ginkgo_params="$ginkgo_params --fail-fast"
+fi
+
# Prepare PV for Windows testing
if [[ $TARGET =~ windows.* ]]; then
if [[ $TARGET =~ windows_sysprep.* ]]; then
![]()
![]()
quick look at the e2e job failures:
https://grafana.ci.kubevirt.io/d/efpTS3t4z/e2e-jobs-overview-v2
[timeboxed: 5 mins] revisit previous action items
existing issues opened in last 7 days: https://github.com/search?q=repo%3Akubevirt%2Fproject-infra+is%3Aissue++-label%3Akind%2Fenhancement&type=issues&state=open
[non-urgent]
[dhiller] plans for 1.9 release
for now use the vep exception window
will cut release Tue EOD or Wed EOD
[dhiller] will prepare the change back to removing approved-vep only , create PR with hold and then just remove it when ready
[misc]
Look at held tests:
https://grafana.ci.kubevirt.io/d/uAoSeksSk/referee-retests?orgId=1&refresh=15m&from=now-1h&to=now
is:pr is:open label:approved label:lgtm -label:do-not-merge/hold -label:needs-rebase
is:pr is:open quarantine -label:do-not-merge/work-in-progress label:kind/flake -label:needs-rebase
recently merged PRs authored by SIG CI
13 recently merged PRs authored by SIG CI (query: is:pr is:merged merged:>=2026-06-22 author:dhiller author:dollierp author:whitedyl org:kubevirt”)
kubevirt/project-infra#5197: fix(tide): separate kubevirt config for main and others (by @dhiller)
kubevirt/project-infra#5196: fix(prow): increase deployment resources (by @dollierp)
kubevirt/project-infra#5191: fix(tide): store status files in our GCS bucket (by @dollierp)
kubevirt/project-infra#5189: chore(tide): limit batch size (by @dhiller)
kubevirt/project-infra#5184: fix(golangci): use stable installation script (by @dollierp)
kubevirt/project-infra#5183: chore(org): create wg-arch-s390x team (by @dollierp)
kubevirt/project-infra#5181: feat(deck): allow wg-arch-s390x team to rerun s390x jobs (by @dollierp)
kubevirt/project-infra#5172: fix(testgrid): remove gs:// prefix from gcs_prefix (by @dollierp)
kubevirt/project-infra#5168: feat(hook): switch to upstream manifests (by @dollierp)
kubevirt/project-infra#5166: Add recency indicator to most-flaky-tests report (by @Whitedyl)
kubevirt/kubevirt#18132: Quarantine flaky VirtOperatorRESTErrorsBurst sig-monitoring test (by @Whitedyl)
kubevirt/project-infra#5139: build: bump Go to 1.26.4 (by @dhiller)
kubevirt/kubevirt#18110: fix(ci): make --remote_download_toplevel conditional for rpms (by @dhiller)
Action items
communication
send meeting notes to kubevirt-dev (include meeting changes for upcoming instances)
Kind regards,
Daniel Hiller
He / Him / His
Principal Software Engineer, KubeVirt CI, OpenShift Virtualization
![]() |
Red Hat GmbH, Registered seat: Werner von Siemens Ring 12, D-85630 Grasbrunn, Germany Commercial register: Amtsgericht Muenchen/Munich, HRB 153243, Managing Directors: Ryan Barnhart, Charles Cachera, Avril Crosse O'Flaherty