• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubernetes-sigs / cluster-api-provider-kubevirt
59%
main: 40%

Build:
Build:
LAST BUILD BRANCH: bump_api-cluster-1.11.1
DEFAULT BRANCH: main
Repo Added 22 Dec 2021 10:51AM UTC
Token UReWExPo01RUMuS2H67WO4bF1gdzKzcNR regen
Build 836 Last
Files 24
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH add_vm_live_migratable_condition
branch: add_vm_live_migratable_condition
CHANGE BRANCH
x
Reset
Sync Branches
  • add_vm_live_migratable_condition
  • 274-remove_hostpath_volume
  • activate-net-multiqueue
  • add-all-templates-to-release
  • add-approver-rmohr
  • add-coverage-file
  • add-file-to-release
  • add-more-failure-conditions-v1
  • add-nahshon-to-owners
  • add-secret-labels
  • adjust-e2e-timeouts
  • allow-e2e-multiple-times
  • allow-insecure-registry-podman
  • append-owners
  • approvers
  • auto-approve-github-action
  • auto_sync_upstream_2022-03-09
  • auto_sync_upstream_2022-10-21-06-12
  • auto_sync_upstream_2023-03-29-12-55
  • auto_sync_upstream_2023-10-22-06-29
  • auto_sync_upstream_2023-11-14-09-31
  • bubble-cond
  • bump-all
  • bump-boot-v1.32.1
  • bump-capi-1.10-beta0
  • bump-capk-version
  • bump-cluster-api
  • bump-controller-runtime
  • bump-deps
  • bump-go-1.20
  • bump-images
  • bump-k8s-deps
  • bump-metallb
  • bump_api-cluster-1.11.1
  • bump_kubevirt
  • bump_kv
  • check-make-generate
  • chore/declarative-golangci-lint
  • cluster-class
  • cluster-deletion-race
  • cluster-template-lb
  • clusterctl-integration
  • clusterkubevirtadm
  • clusterkubevirtadm-fix
  • clusterkubevirtadm-kubevirtci
  • clusterkubevirtadm-role
  • controller-unit-tests
  • cpendpoint
  • debug-e2e
  • dnm-test-kind-ovn-multinet
  • docs-pci-passthrough
  • drain-node
  • dv-import-fail-reason
  • e2e-env
  • e2e-test
  • e2e-test-fix
  • e2e-testsuite
  • e2e_sonobuoy_conformance
  • external-poll-interval
  • externally-managead-fix
  • failure-reasons-v1
  • fake-pr
  • fix-258
  • fix-294
  • fix-bug-kv-cluster-race
  • fix-capk-user-add
  • fix-cve
  • fix-cves
  • fix-e2e
  • fix-e2e-test
  • fix-e2e-test-go
  • fix-e2e-test-lane
  • fix-external-deletion
  • fix-infra-secret-lookup
  • fix-issue-62
  • fix-namespace-logic
  • fix-patch-of-deleted-failure
  • fix-release
  • fix-secret-reconcile
  • fix-slakc-link
  • fix-unit-test
  • flatcar-template
  • force-bump-dep
  • gen-client
  • getting-started-placeholder
  • goimports
  • golinter
  • ignore-missing-ssh
  • image-builder-docs
  • image-builder-integration
  • improve-linter
  • integrate-kubevirt-dump
  • issue-84
  • issue-98
  • issue/64
  • issue/90
  • kccm-v0.5.0
  • kubevirt-0.58.0
  • kubevirtci-add-curl-lb-namespace
  • kubevirtci-call-fetch-when-necessary
  • kubevirtci-metal-lb
  • kubevirtci-tenant-access
  • kubevirtci-updates
  • lb
  • main
  • mkpj-fail
  • move-to-ginkgov2
  • move-to-go-1.18
  • network-fixes
  • no-vm-vmi-watch
  • node-drain-external
  • none-mode
  • noop_check_ci
  • ok-to-test-fix
  • os-main
  • passt_binding
  • passt_binding_2
  • persistent-vms
  • pin-kubevirt-release
  • poc-cloud-provider
  • protect-github-actions
  • radim-quique-collab
  • rbac
  • refactor-e2e
  • reflect-vm-status-to-cluster
  • refs/tags/v0.1.0
  • refs/tags/v0.1.0-rc.0
  • refs/tags/v0.1.1
  • refs/tags/v0.1.10
  • refs/tags/v0.1.2
  • refs/tags/v0.1.3
  • refs/tags/v0.1.4
  • refs/tags/v0.1.5
  • refs/tags/v0.1.6
  • refs/tags/v0.1.7
  • refs/tags/v0.1.8
  • refs/tags/v0.1.9
  • remove-IMAGE_REPO
  • revert-144-e2e-test-fix
  • revert-183-passt_binding
  • servciecidr
  • spike-sec-bridge-cni
  • stable-ip-v1
  • switch-to-rook-storage-class
  • sync-script
  • sync_upstream_2025-01-20
  • test
  • test-artifacts-fix-dump-version
  • test-new-1.23-img
  • test-pr-dont-merge
  • test_pr
  • tilt_provider
  • topology-dryrun-check
  • units-tests
  • update-client-go
  • update-e2e-to-k8s1.23
  • update-go-net
  • update-golang-version
  • update-image-1.24
  • update-kubevirtci-guest-image-k8s-1.23
  • update-templates
  • update_clusterctl_metadata_version
  • use-nocloud-when-specified

17 Jul 2024 01:55PM UTC coverage: 59.245% (-0.04%) from 59.288%
9975585266

Pull #291

github

orenc1
Add LiveMigratable condition to KubevirtMachine

Virtual Machines serving as guest cluster nodes can be live migrated, this is beneficial in case of infra cluster nodes maintainance or mulfunction,
requiring the Virtual Machines to be migrated to another node.
This PR introduces the "VMLiveMigratable" condition to KubevirtMachine, and it takes that value as-is from the underlying VirtualMachine instance.
Then, consumers of cluster-api-provider-kubevirt could make use of it and buble that information up to the end user.

Signed-off-by: Oren Cohen <ocohen@redhat.com>
Pull Request #291: Add VM LiveMigratable Condition to KubevirtMachine

25 of 42 new or added lines in 3 files covered. (59.52%)

1570 of 2650 relevant lines covered (59.25%)

10.8 hits per line

Relevant lines Covered
Build:
Build:
2650 RELEVANT LINES 1570 COVERED LINES
10.8 HITS PER LINE
Source Files on add_vm_live_migratable_condition
  • Tree
  • List 24
  • Changed 10
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
9975585266 add_vm_live_migratable_condition Add LiveMigratable condition to KubevirtMachine Virtual Machines serving as guest cluster nodes can be live migrated, this is beneficial in case of infra cluster nodes maintainance or mulfunction, requiring the Virtual Machines to be migrated to ... Pull #291 17 Jul 2024 01:57PM UTC orenc1 github
59.25
9974956853 add_vm_live_migratable_condition Add LiveMigratable condition to KubevirtMachine Virtual Machines serving as guest cluster nodes can be live migrated, this is beneficial in case of infra cluster nodes maintainance or mulfunction, requiring the Virtual Machines to be migrated to ... Pull #291 17 Jul 2024 01:17PM UTC orenc1 github
59.25
9974948608 add_vm_live_migratable_condition Add LiveMigratable condition to KubevirtMachine Virtual Machines serving as guest cluster nodes can be live migrated, this is beneficial in case of infra cluster nodes maintainance or mulfunction, requiring the Virtual Machines to be migrated to ... Pull #291 17 Jul 2024 01:17PM UTC orenc1 github
59.25
9973597939 add_vm_live_migratable_condition Add prefix to the builder image in Dockerfile Signed-off-by: Oren Cohen <ocohen@redhat.com> Pull #291 17 Jul 2024 11:47AM UTC orenc1 github
59.25
9955462662 add_vm_live_migratable_condition Add LiveMigratable condition to KubevirtMachine Virtual Machines serving as guest cluster nodes can be live migrated, this is beneficial in case of infra cluster nodes maintainance or mulfunction, requiring the Virtual Machines to be migrated to ... Pull #291 16 Jul 2024 10:52AM UTC orenc1 github
59.25
9941975352 add_vm_live_migratable_condition Add LiveMigratable condition to KubevirtMachine Virtual Machines serving as guest cluster nodes can be live migrated, this is beneficial in case of infra cluster nodes maintainance or mulfunction, requiring the Virtual Machines to be migrated to ... Pull #291 15 Jul 2024 03:14PM UTC orenc1 github
59.25
9941885708 add_vm_live_migratable_condition Add LiveMigratable condition to KubevirtMachine Virtual Machines serving as guest cluster nodes can be live migrated, this is beneficial in case of infra cluster nodes maintainance or mulfunction, requiring the Virtual Machines to be migrated to ... Pull #291 15 Jul 2024 03:08PM UTC orenc1 github
59.25
9939931599 add_vm_live_migratable_condition Add LiveMigratable condition to KubevirtMachine Virtual Machines serving as guest cluster nodes can be live migrated, this is beneficial in case of infra cluster nodes maintainance or mulfunction, requiring the Virtual Machines to be migrated to ... Pull #291 15 Jul 2024 01:05PM UTC orenc1 github
59.26
9928473336 add_vm_live_migratable_condition Add LiveMigratable condition to KubevirtMachine Virtual Machines serving as guest cluster nodes can be live migrated, this is beneficial in case of infra cluster nodes maintainance or mulfunction, requiring the Virtual Machines to be migrated to ... Pull #291 14 Jul 2024 02:17PM UTC orenc1 github
59.26
See All Builds (833)
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc