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

rollandf / network-operator
60%
master: 62%

Build:
Build:
LAST BUILD BRANCH: rc-doca
DEFAULT BRANCH: master
Repo Added 15 May 2024 07:42AM UTC
Token rEsfonCGRn0813kgzsHttL60WdjP497UE regen
Build 328 Last
Files 58
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 helm-push
branch: helm-push
CHANGE BRANCH
x
Reset
Sync Branches
  • helm-push
  • 25.01-0.2.2.0
  • 25.04-0.1.7.0
  • 25.04-0.2.9.0-0
  • 25.04-0.5.1.0-1
  • 25.04-0.5.5.0-0
  • 25.04-0.5.5.0-1
  • 25.04-0.6.0.0-1
  • 25.04-0.6.1.0-2
  • 25.04-0.6.1.0-2-bp
  • 25.07-0.3.1.0-0
  • 25.07-0.9.7.0
  • 25.10-0.8.1.0-0
  • CVE-2024-41110
  • CVE-24.10
  • alignrc1
  • alm-sha
  • backport-nic-op-aff
  • backport-spectrumx-ports
  • backportca
  • beta5
  • bundle-24.10.01
  • bundle-24.10.1
  • bundle-24.7.1
  • bundle-fix
  • bundle-ga
  • chart-update
  • cherry-pick-pr-checker
  • ci-branch
  • ci-branch-backport
  • ci-check
  • ci-release
  • cleanup-nodeattributes
  • container-registry
  • containerd
  • crd-api-ctnd
  • create-release-branch
  • cve-distroless
  • cvexnet
  • deploymentTolerations
  • deprecated
  • deprecated-bp
  • device-plugin-3-8
  • disableblackduck
  • doc-api-update
  • doc-ci-wait-for-image
  • doc-ofed-backport
  • doca-25-01
  • doca-25.01-0.5.3.0
  • doca-25.04-0.0.6.0-0
  • doca-25.10-0.3.4.0
  • doca-ga
  • doca-ga-backport
  • doca-ofed
  • doca3.1.0-25.07-0.7.5.0-1
  • docaofed-validation
  • dockerbundle
  • docs-ci
  • dts
  • dts-link
  • dts-ocp
  • dts-url-bp
  • fail-release
  • fix-branch
  • fix-bundle-error
  • fix-nic-fw-version
  • force-precompiled
  • full-ncp-cr
  • ga-master
  • go1-24
  • gonet
  • hack-docs-version
  • helm-ga
  • helm-ga-ci
  • helm-values-doc-format
  • helm-values-doc-format-master
  • ib-kubernetes
  • ibkubernetessecret
  • init-container
  • ipam-node
  • ipam-v0.3.7
  • ipoib
  • keep-ncp
  • master
  • memory
  • migrate
  • mo-name
  • mo-system-critical
  • multus-config
  • nfd
  • nfd-update
  • ngc-ga-cont
  • nic-conf-helm
  • nic-feature
  • nic-op-aff
  • nv-ipam
  • ocp-bundle
  • ocp-bundle-pr
  • ocp-cr-back
  • ocp-full-ncp
  • ocp-versions
  • ocp4.18
  • ocp417
  • ofed-registry-ga
  • ofed-remove
  • ofed-sha
  • ofed-validation
  • ofed25.01-0.3.9.0
  • ofed25070960
  • ofedverinfolog
  • patch-release
  • pr-checker
  • probetest
  • rbac-proxy
  • rc-doca
  • rdma-shared
  • related-images
  • related-no-image
  • release-branch
  • release-values
  • remove-nic-op-helm
  • remove-vars-doc
  • rh-pr-remove
  • role-check
  • role-pool
  • sha-init
  • short-sha-12
  • shortname
  • sles
  • sparse
  • spectrumx-ports
  • spectrumx-related
  • specx-cm
  • sriov-no-ga
  • sriov-nvstaging
  • sriov-rc1
  • sriovcrd
  • sriovdp-3.9
  • stable
  • tag-force
  • test-ci
  • test-doc
  • test-doca-validation
  • tolerationds
  • update-base
  • update-docs-ver-comment
  • update-maintenance-op
  • update-mo
  • update-spx
  • upgrade-nv-ipam
  • v24.10.1-rc1
  • v24.10.x
  • values
  • values-ctnd
  • verify-doca-driver
  • version-validation
  • whereabout-crd-bp
  • whereaboutcrd
  • yet-another-try

03 Feb 2025 09:51AM UTC coverage: 59.928%. First build
13110753615

push

github

rollandf
fix: if chart version already exists then *won't* fail on chart-push

Caveat:
If the specific error (`Chart '<chart>' already exists in the repository.`) occurs then the CI workflow (`ci.yaml`) *won't* fail.
However it's important to note that the `make` command will behave normally around the failure (i.e. it will exit) - this is fine in
the current configuration (Makefile & ci.yaml), however - it could cause
issues in the following cases:
- Expantion of the make target with additional lines (will fail and exit on the current/single line).
- Addition of make goal(s) *after* the `chart-push` target (will fail
  and exit and not run any following targets).

Signed-off-by: Michael Zeevi <mzeevi@nvidia.com>

3341 of 5575 relevant lines covered (59.93%)

29.14 hits per line

Relevant lines Covered
Build:
Build:
5575 RELEVANT LINES 3341 COVERED LINES
29.14 HITS PER LINE
Source Files on helm-push
  • Tree
  • List 55
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
13110753615 helm-push fix: if chart version already exists then *won't* fail on chart-push Caveat: If the specific error (`Chart '<chart>' already exists in the repository.`) occurs then the CI workflow (`ci.yaml`) *won't* fail. However it's important to note that the... push 03 Feb 2025 09:54AM UTC rollandf github
59.93
See All Builds (326)

Badge your Repo: network-operator

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • 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