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

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

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

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

Jobs
ID Job ID Ran Files Coverage
1 4364.1 18 Nov 2020 09:58AM UTC 0
84.74
Travis Job 4364.1
Source Files on build 4364
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4364
  • 59111948 on github
  • Prev Build on master (#4468)
  • Next Build on master (#4474)
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