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

kubevirt / hyperconverged-cluster-operator / 17263445691
76%

Build:
DEFAULT BRANCH: main
Ran 27 Aug 2025 09:59AM UTC
Jobs 1
Files 105
Run time 1min
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

27 Aug 2025 09:54AM UTC coverage: 77.249% (+0.04%) from 77.211%
17263445691

push

github

web-flow
cluster-alerts: Add DeprecatedMachineType alert rule (#3358)

This commit introduces the `DeprecatedMachineType` alert rule to detect
when a VM is using a deprecated machine type.

Updated Rule Expression:
kubevirt_vm_info
* on(machine_type) group_left()
  max(kubevirt_node_deprecated_machine_types) by (machine_type)

How It Works:
- Uses only `kubevirt_vm_info`, covering both running and stopped VMs.
- Joins each VM's machine type against the cluster's deprecated types.
- Fires when any VM uses a deprecated type.

Alert Details:
- Fires after 5m of continuous match.
- Summary: VM <namespace>/<name> is using a deprecated machine type.
- Description: Includes VM name, namespace, and machine type.
- Severity: warning, operator_health_impact: warning.

This alert ensures clusters are aware of workloads relying on deprecated
machine types, helping admins migrate them before they become deprecated.

Signed-off-by: Daniel Sionov <dsionov@redhat.com>

17 of 17 new or added lines in 1 file covered. (100.0%)

7874 of 10193 relevant lines covered (77.25%)

1.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 Unit - 17263445691.1 27 Aug 2025 09:59AM UTC 105
77.25
GitHub Action Run
Source Files on build 17263445691
  • Tree
  • List 105
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17263445691
  • 604c3db9 on github
  • Prev Build on main (#17261502441)
  • Next Build on main (#17264181252)
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

© 2026 Coveralls, Inc