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

kubevirt / containerized-data-importer / #5939
50%

Build:
DEFAULT BRANCH: main
Ran 09 Apr 2026 09:47PM UTC
Jobs 1
Files 159
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

09 Apr 2026 09:35PM UTC coverage: 49.515% (+0.006%) from 49.509%
#5939

push

travis-ci

web-flow
Fix CDI node-placement test for cross-architecture clusters (#4088)

The node-placement test was using runtime.GOARCH to set
kubernetes.io/arch in the nodeSelector. This value reflects the
architecture of the machine running the test binary, not the
architecture of the cluster's nodes. When the test binary ran on an
amd64 host while the cluster nodes were s390x, the nodeSelector
became incorrect, making CDI infra pods unschedulable.
This change removes the dependency on runtime.GOARCH by deriving
the nodeSelector from actual cluster nodes using
kubernetes.io/hostname, mirroring the existing NodeAffinity
configuration.

Signed-off-by: Jathavedhan M <jathavedhan.m@ibm.com>

14920 of 30132 relevant lines covered (49.52%)

0.55 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #5939.1 09 Apr 2026 09:47PM UTC 159
49.52
Source Files on build #5939
  • Tree
  • List 159
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 93e8027f on github
  • Prev Build on main
  • Next Build on main
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