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

ovn-org / ovn-kubernetes
53%
master: 53%

Build:
Build:
LAST BUILD BRANCH: nodeips_svc_e2e_fix_1.0
DEFAULT BRANCH: master
Repo Added 17 Mar 2020 05:19PM UTC
Files 230
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 nodeips_svc_e2e_fix_1.0
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • dependabot/go_modules/go-controller/github.com/containernetworking/cni-0.8.1
  • dependabot/go_modules/test/e2e/k8s.io/kubernetes-1.20.7
  • dependabot/npm_and_yarn/dot-github/actions/cleanup-action/actions/core-1.2.6
  • dependabot/npm_and_yarn/dot-github/actions/cleanup-action/ajv-6.12.6
  • dependabot/npm_and_yarn/dot-github/actions/cleanup-action/glob-parent-5.1.2
  • dependabot/npm_and_yarn/dot-github/actions/cleanup-action/hosted-git-info-2.8.9
  • dependabot/npm_and_yarn/dot-github/actions/cleanup-action/lodash-4.17.19
  • dependabot/npm_and_yarn/dot-github/actions/cleanup-action/node-fetch-2.6.1
  • dependabot/npm_and_yarn/dot-github/actions/cleanup-action/node-fetch-2.6.7
  • dependabot/npm_and_yarn/dot-github/actions/cleanup-action/path-parse-1.0.7
  • dependabot/npm_and_yarn/dot-github/actions/cleanup-action/tmpl-1.0.5
  • dependabot/npm_and_yarn/dot-github/actions/cleanup-action/ws-5.2.3
  • gh-readonly-queue/master/pr-3549-7f008bd94f8d47355b060df7bb16cb1d49be6503
  • gh-readonly-queue/master/pr-3555-4d2d61486c56faafd3da8dd6e4ca1d0a7b21177d
  • master
  • ovn-nbctl-to-libovsdb
  • revert-1617-sdn-533

08 Oct 2024 04:59PM UTC coverage: 52.699%. First build
11240179379

Pull #4742

github

kyrtapz
e2e: Fix secondaryIPV6Subnet mask

The previous mask was invalid and docker was failing with:
invalid subnet 2001:db8:abcd:1234:c000::/64: it should be 2001:db8:abcd:1234::/64

Signed-off-by: Patryk Diak <pdiak@redhat.com>
(cherry picked from commit 511e9c699)
Pull Request #4742: Backport E2E fixes

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

28677 of 54417 relevant lines covered (52.7%)

100.57 hits per line

Relevant lines Covered
Build:
Build:
54417 RELEVANT LINES 28677 COVERED LINES
100.57 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
11240179379 nodeips_svc_e2e_fix_1.0 e2e: Fix secondaryIPV6Subnet mask The previous mask was invalid and docker was failing with: invalid subnet 2001:db8:abcd:1234:c000::/64: it should be 2001:db8:abcd:1234::/64 Signed-off-by: Patryk Diak <pdiak@redhat.com> (cherry picked from comm... Pull #4742 08 Oct 2024 05:26PM UTC kyrtapz github
52.7
11230328460 release-1.0-dpu-fixes Remove the ovnkube-observ that haven't been backported yet. Pull #4761 08 Oct 2024 07:33AM UTC EvenChang github
52.68
11121990899 nodeips_svc_e2e_fix_1.0 Run nc with "docker exec -d" Signed-off-by: Patryk Diak <pdiak@redhat.com> Pull #4742 01 Oct 2024 09:21AM UTC kyrtapz github
52.7
10962555305 nodeips_svc_e2e_fix_1.0 e2e: Fix secondaryIPV6Subnet mask The previous mask was invalid and docker was failing with: invalid subnet 2001:db8:abcd:1234:c000::/64: it should be 2001:db8:abcd:1234::/64 Signed-off-by: Patryk Diak <pdiak@redhat.com> (cherry picked from comm... Pull #4742 20 Sep 2024 04:31PM UTC kyrtapz github
52.7
10957995434 nodeips_svc_e2e_fix_1.0 Adds e2e test: conntrack flush after ovnkube delete Test opens a TCP connection that simulates a GCP LB environment where the packet is redirected via iptables to a local server on a node. Note, in GCP the LB does not DNAT the VIP, so the packet ... Pull #4742 20 Sep 2024 11:23AM UTC kyrtapz github
52.73
10945217485 nodeips_svc_e2e_fix_1.0 Services E2Es: Reset test variables before each test Fixes: https://github.com/ovn-org/ovn-kubernetes/issues/4733 Signed-off-by: Patryk Diak <pdiak@redhat.com> (cherry picked from commit d6f145e01) Pull #4742 19 Sep 2024 05:10PM UTC kyrtapz github
52.7
10811357818 release-1.0-pin-metallb-v0.14.8 release-1.0, kind: Pin metallb to v0.14.8 There are some expectation at the dev-env interface at metallb that can change and break ovn-k CI, let's pin it so we can propertly consume those changes at a PR later on. (cherry picked from commit b3ba... Pull #4714 11 Sep 2024 12:37PM UTC qinqon github
52.71
10809249929 release-1.0-fix-kv-lane Adapt to ipam-controller renaming Signed-off-by: Or Shoval <oshoval@redhat.com> (cherry picked from commit 2b64f10ff) Signed-off-by: Enrique Llorente <ellorent@redhat.com> Pull #4716 11 Sep 2024 10:30AM UTC qinqon github
52.73
10807276620 release-1.0-pin-metallb-v0.14.8 release-1.0, kind: Pin metallb to v0.14.8 There are some expectation at the dev-env interface at metallb that can change and break ovn-k CI, let's pin it so we can propertly consume those changes at a PR later on. (cherry picked from commit b3ba... Pull #4714 11 Sep 2024 08:12AM UTC qinqon github
52.73
10162823223 advertise-lgw Don't SNAT to mgmt port if pod network advertised Used on secondary nic flows, not needed if pod network is advertised as traffic is supposed to reach the node hosting the pod directly. Signed-off-by: Jaime Caamaño Ruiz <jcaamano@redhat.com> Pull #4572 30 Jul 2024 01:22PM UTC jcaamano github
52.87
See All Builds (13884)
  • 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

© 2026 Coveralls, Inc