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

kubevirt / hyperconverged-cluster-operator / 4364 / 1
70%
main: 76%

Build:
Build:
LAST BUILD BRANCH: release-1.16
DEFAULT BRANCH: main
Ran 18 Nov 2020 09:58AM UTC
Files 1
Run time 0s
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

18 Nov 2020 09:32AM UTC coverage: 84.743%. Remained the same
4364.1

push

travis-ci

web-flow
Use a fully qualified finalizer name (#946)

* Use a fully qualified finalizer name

In the past we used "hyperconvergeds.hco.kubevirt.io"
as the name of HCO finalizer but it fails on some resources.

Using a fully qualified name like "kubevirt.io/hyperconverged"
and removing the old one if there.

Example:
[stirabos@crc ~]$ oc patch serviceaccounts -n kubevirt-hyperconverged hyperconverged-cluster-operator --type json -p '[{ "op": "add", "path": "/metadata/finalizers", "value": ["hyperconvergeds.hco.kubevirt.io"] }]'
The ServiceAccount "hyperconverged-cluster-operator" is invalid: metadata.finalizers[0]: Invalid value: "hyperconvergeds.hco.kubevirt.io": name is neither a standard finalizer name nor is it fully qualified
[stirabos@crc ~]$ oc patch serviceaccounts -n kubevirt-hyperconverged hyperconverged-cluster-operator --type json -p '[{ "op": "add", "path": "/metadata/finalizers", "value": ["kubevirt.io/hyperconverged"] }]'
serviceaccount/hyperconverged-cluster-operator patched

Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>

* go fmt

Signed-off-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>

Co-authored-by: Nahshon Unna-Tsameret <nunnatsa@redhat.com>

511 of 603 relevant lines covered (84.74%)

26.56 hits per line

Source Files on job 4364.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 7822
  • Travis Job 4364.1
  • 59111948 on github
  • Prev Job for on master (#4468.1)
  • Next Job for on master (#4474.1)
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