Skip to content

images: mirror netshoot for the ovn-kubernetes kubevirt e2e tests#31396

Open
qinqon wants to merge 1 commit into
openshift:mainfrom
qinqon:mirror-netshoot-kubevirt-e2e
Open

images: mirror netshoot for the ovn-kubernetes kubevirt e2e tests#31396
qinqon wants to merge 1 commit into
openshift:mainfrom
qinqon:mirror-netshoot-kubevirt-e2e

Conversation

@qinqon

@qinqon qinqon commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

The ovn-kubernetes payload tests extension runs kubevirt e2e tests in the openshift/network/virtualization suite (e2e-metal-ipi-ovn-bgp-virt-* jobs) whose iperf server/client test pods use ghcr.io/nicolaka/netshoot:v0.13. The image is not in the mirrored test image set, so the known-image-checker MonitorTest fails those jobs — currently the only hard MonitorTest failure keeping them red (see e.g. this run) — and the pods cannot run in disconnected environments.

Add it to the pre-approved image list so it gets mirrored, following the precedent of the quay.io/kubevirt/fedora-with-test-tooling-container-disk entry used by the same tests ("used by KubeVirt test to start fedora VMs").

The image needs bash, jq, iproute2 (ip -j) and iperf3; quay.io/openshifttest/iperf3 (referenced by the SRIOV testdata) was evaluated as an alternative and rejected — it is a 2018 Alpine 3.5 image without bash/jq and its ip does not support JSON output.

Enablement PR on the ovn-kubernetes side: openshift/ovn-kubernetes#3292(tracked in [CNV-92760])

Depends-On:

Summary by CodeRabbit

Summary by CodeRabbit

  • Tests
    • Expanded the image whitelist to include ghcr.io/nicolaka/netshoot:v0.13 for image-related test runs.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: automatic mode

@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 7b0e59bd-c10d-416b-81fb-6f1b2cfb0d32

📥 Commits

Reviewing files that changed from the base of the PR and between 3066aab and 70a6d63.

⛔ Files ignored due to path filters (1)
  • test/extended/util/image/zz_generated.txt is excluded by !**/zz_generated*
📒 Files selected for processing (1)
  • test/extended/util/image/image.go
🚧 Files skipped from review as they are similar to previous changes (1)
  • test/extended/util/image/image.go

Walkthrough

The test image whitelist was extended to allow ghcr.io/nicolaka/netshoot:v0.13.

Changes

Image Whitelist

Layer / File(s) Summary
Add netshoot test image
test/extended/util/image/image.go
The allowedImages map now includes ghcr.io/nicolaka/netshoot:v0.13.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested reviewers: jacobsee, jubittajohn

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: approving the netshoot image for OVN-Kubernetes KubeVirt e2e tests.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed The PR only adds a whitelisted image and generated mapping; no Ginkgo It/Describe/Context/When titles were changed or added.
Test Structure And Quality ✅ Passed No Ginkgo tests were changed; the PR only adds a test image to the whitelist and regenerates the mapping file.
Microshift Test Compatibility ✅ Passed No new Ginkgo tests were added; the diff only updates the test image whitelist.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only adds a test image whitelist entry in util/image; no new Ginkgo specs or SNO-sensitive assumptions were introduced.
Topology-Aware Scheduling Compatibility ✅ Passed Only a test-image whitelist entry and generated mapping changed; no manifests, replicas, affinity, selectors, or topology-sensitive scheduling logic were added.
Ote Binary Stdout Contract ✅ Passed The PR only adds a test-image whitelist entry in a utility file; it introduces no process-level stdout writes.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The PR only adds a whitelist/mapping entry for a mirrored image; no Ginkgo tests or networking logic were added or changed.
No-Weak-Crypto ✅ Passed Changed file only adds a test-image allowlist entry; no weak-crypto primitives or secret comparisons were introduced.
Container-Privileges ✅ Passed PR only adds a test-image whitelist entry and generated mapping; no manifest changes introducing privileged/root/hostNetwork/hostPID/hostIPC/SYS_ADMIN/allowPrivilegeEscalation.
No-Sensitive-Data-In-Logs ✅ Passed Only change is a whitelist entry for a test image; no new logging or sensitive-data exposure was introduced.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@openshift-ci openshift-ci Bot added the e2e-images-update Related to images used by e2e tests label Jul 16, 2026
@openshift-ci
openshift-ci Bot requested review from jacobsee and jubittajohn July 16, 2026 12:38
@openshift-ci openshift-ci Bot added the ready-for-human-review Indicates a PR has been reviewed by automated tools and is ready for human review label Jul 16, 2026
@qinqon

qinqon commented Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

Status update on the two pre-merge requirements:

  1. verify-image-manifest-lists failure: currently failing with manifest unknown because the image has not been mirrored to quay.io/openshift/community-e2e-images yet (needs an OWNER with quay write access, per the usual flow). After mirroring, the check would still fail on architectures: netshoot only publishes amd64+arm64 (all tags, verified via skopeo) — exemption PR opened: origin: allow missing architectures for the netshoot e2e image release#82013 (--allow-missing-architectures=e2e-ghcr-io-nicolaka-netshoot, same as the fedora-with-test-tooling containerdisk entry used by these same kubevirt tests).

  2. Mirroring + approval: @jubittajohn could you review and mirror the image before merge? Mirror target from zz_generated.txt: quay.io/openshift/community-e2e-images:e2e-ghcr-io-nicolaka-netshoot-v0-13-zAi8h2fxp5VWsw47

@jubittajohn

Copy link
Copy Markdown
Contributor

/pipeline required

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling required tests:
/test e2e-aws-csi
/test e2e-aws-ovn-fips
/test e2e-aws-ovn-microshift
/test e2e-aws-ovn-microshift-serial
/test e2e-aws-ovn-serial-1of2
/test e2e-aws-ovn-serial-2of2
/test e2e-gcp-csi
/test e2e-gcp-ovn
/test e2e-gcp-ovn-upgrade
/test e2e-metal-ipi-ovn-ipv6
/test e2e-vsphere-ovn
/test e2e-vsphere-ovn-upi

@jubittajohn

Copy link
Copy Markdown
Contributor

quay.io/openshift/community-e2e-images:e2e-ghcr-io-nicolaka-netshoot-v0-13-zAi8h2fxp5VWsw47 mirrored

oc image mirror \
    ghcr.io/nicolaka/netshoot:v0.13 \
    quay.io/openshift/community-e2e-images:e2e-ghcr-io-nicolaka-netshoot-v0-13-zAi8h2fxp5VWsw47 \
    '--filter-by-os=.*'
quay.io/
  openshift/community-e2e-images
    blobs:
      ghcr.io/nicolaka/netshoot sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B
      ghcr.io/nicolaka/netshoot sha256:dde37b67c3d4f08482281172dac7c5924a30a3615ce9ba1007595094a87ae951 167B
      ghcr.io/nicolaka/netshoot sha256:e0919476ddc38a6a10ee2e100fd080ef480ce7e1cb151b30df66b02206a4ab93 167B
      ghcr.io/nicolaka/netshoot sha256:d43485a60834c840e924c5ffc5e5d6c0946ab31d171a6cd58ec170490ffc356f 295B
      ghcr.io/nicolaka/netshoot sha256:737c1bf9f2ef6627e328ff8fd0de97ada59a0388c751cb272e65320b0c08033e 296B
      ghcr.io/nicolaka/netshoot sha256:459f72225149565cf1e45dd71f12f2ebd47eb2de870e89b6a29d270d6cedda1b 2.138KiB
      ghcr.io/nicolaka/netshoot sha256:e16a5065792374003edd15f0b75f8938cecddf6a441861cfc33327444b6d8625 2.138KiB
      ghcr.io/nicolaka/netshoot sha256:843ab9a835535cdc2227dd28d54795826bf7fda948d6686a1681cdbdb172e1f4 2.268KiB
      ghcr.io/nicolaka/netshoot sha256:ab073295bbd060cd1e6a476613dc6b64257e5d3a86ff832afd43cf52f8789cc8 2.269KiB
      ghcr.io/nicolaka/netshoot sha256:e286c635d1232a8b27513f3027b5dab9cdbfbe72d531fad1bb89a69ab4dc37fe 5.29KiB
      ghcr.io/nicolaka/netshoot sha256:27b858cdcd8ac94fb049ca1bcce5b04ad26cca31558baee0f3c5fab684d42601 5.292KiB
      ghcr.io/nicolaka/netshoot sha256:59e353e0ee7481c64bd9d891a84858ed8b92bda22badef79e5371120ddbdefeb 97.51KiB
      ghcr.io/nicolaka/netshoot sha256:c26a20d230157d42f370ed8d4a28d5ad61df5b62fc3bd9349014485a83c12e3e 98.99KiB
      ghcr.io/nicolaka/netshoot sha256:d19aa855113d8ebbb1cae7b41319294a689f699016ebcfeb15e8f55cd48f50b5 684.9KiB
      ghcr.io/nicolaka/netshoot sha256:a4b421d4901a488f1e3d17bb769f7c9ffcfca2d45a9e822c6fc8766d508bc44a 684.9KiB
      ghcr.io/nicolaka/netshoot sha256:d5c3ad7ea15ad66952e2925869b0942a1b76b1848bc8c42ab3695569dc189415 746.1KiB
      ghcr.io/nicolaka/netshoot sha256:eb867cf2ab3b9630e5df708271e5bb3e548ab6e9ac4be75fdd4cb30eccc3f333 746.1KiB
      ghcr.io/nicolaka/netshoot sha256:bca4290a96390d7a6fc6f2f9929370d06f8dfcacba591c76e3d5c5044e7f420c 3.193MiB
      ghcr.io/nicolaka/netshoot sha256:4abcf20661432fb2d719aaf90656f55c287f8ca915dc1c92ec14ff61e67fbaf8 3.251MiB
      ghcr.io/nicolaka/netshoot sha256:097ac21093f8197e315b4549edc5910fab5e226e7f439c6a88dddd66a7c35449 3.534MiB
      ghcr.io/nicolaka/netshoot sha256:80560c29d27f7c1a0354cd7ff88f374b42ec9c72c3ff89332d4e64b64e99b5fb 3.535MiB
      ghcr.io/nicolaka/netshoot sha256:a528d9b2b3825a8ac1709f7dadc952ae4ceb570404e4314c4e8123353e36f96b 4.419MiB
      ghcr.io/nicolaka/netshoot sha256:d950b49d38a3a6c481e42bdf9f72e8d761d4a60b2305f951addd5d059f22996b 4.69MiB
      ghcr.io/nicolaka/netshoot sha256:d21093198226546bcd222913657a36b6e5939ffab1cceea9401b323dc1a5e554 4.801MiB
      ghcr.io/nicolaka/netshoot sha256:452eb7889eb5a83369dabbdb858f01687ccf71cf5dcfdcf3ec737865e41ba3da 5.051MiB
      ghcr.io/nicolaka/netshoot sha256:9c0f7e2b07384840e7c92685f70586aed8d062733d1bf8cb92798748e2149221 5.42MiB
      ghcr.io/nicolaka/netshoot sha256:b8cdfec6d24ec5d48bd19a62c81e5818ac03972d8208fc4ff83561e0c8122451 5.876MiB
      ghcr.io/nicolaka/netshoot sha256:89065cf5c03759607132aabf22db0857aea848fe1f42e67c73e95691a483fd6a 6.349MiB
      ghcr.io/nicolaka/netshoot sha256:823e331518c5ba4973f64e2b5b4406d708aea3c7aba834f3bc37fbfe763e3ddd 6.349MiB
      ghcr.io/nicolaka/netshoot sha256:9678a77142b0d7e51bd3f1b71bb90aa08f052947af87ad102a21ac823abb500d 6.936MiB
      ghcr.io/nicolaka/netshoot sha256:b6621d4844222e6be8092e857a4a8b29e8b7fbf6ac1855bf35f02480ef51c4dc 7.486MiB
      ghcr.io/nicolaka/netshoot sha256:bb17b294a21257765e487dee64c23e728532a5cee97cb29f7ac22eefe0496d4f 11.53MiB
      ghcr.io/nicolaka/netshoot sha256:ff793c57efef0a08bcfd290e2b3a9c7d27ab8ab7a02505c7c4ed7b4fa5241b09 12.91MiB
      ghcr.io/nicolaka/netshoot sha256:f72249ed67052199b8e4062a098a551a0e32a3fedd4f7c1cceecca344aeef921 124.7MiB
      ghcr.io/nicolaka/netshoot sha256:edfc825827ebd8aa3d3bb4cb0ffb668d2f5c993f464f89b638cf15d717f8eaf8 132.7MiB
    manifests:
      sha256:1445e6a86241f3b1267503388b52f68a17a582c97aae8e80d9aa287939757c97
      sha256:49c6c99cd2465ac7ac32de971f42a40f2574e825c24e9f6504d9051c0a538fd7
      sha256:5a21d467fed653554bdc483ca5e7e866805c5b4c8f7ecb195a43f778c8d02fb8
      sha256:6333ed49a2769173f42ce1f4d5f43e8c0c3adbe59f487192f1e04ad99b72e91a
      sha256:a20c2531bf35436ed3766cd6cfe89d352b050ccc4d7005ce6400adf97503da1b -> e2e-ghcr-io-nicolaka-netshoot-v0-13-zAi8h2fxp5VWsw47
  stats: shared=0 unique=35 size=355.7MiB ratio=1.00

phase 0:
  quay.io openshift/community-e2e-images blobs=35 mounts=0 manifests=5 shared=0

info: Planning completed in 1.27s
uploading: quay.io/openshift/community-e2e-images sha256:89065cf5c03759607132aabf22db0857aea848fe1f42e67c73e95691a483fd6a 6.349MiB
uploading: quay.io/openshift/community-e2e-images sha256:b6621d4844222e6be8092e857a4a8b29e8b7fbf6ac1855bf35f02480ef51c4dc 7.486MiB
uploading: quay.io/openshift/community-e2e-images sha256:d19aa855113d8ebbb1cae7b41319294a689f699016ebcfeb15e8f55cd48f50b5 684.9KiB
uploading: quay.io/openshift/community-e2e-images sha256:b8cdfec6d24ec5d48bd19a62c81e5818ac03972d8208fc4ff83561e0c8122451 5.876MiB
uploading: quay.io/openshift/community-e2e-images sha256:823e331518c5ba4973f64e2b5b4406d708aea3c7aba834f3bc37fbfe763e3ddd 6.349MiB
uploading: quay.io/openshift/community-e2e-images sha256:c26a20d230157d42f370ed8d4a28d5ad61df5b62fc3bd9349014485a83c12e3e 98.99KiB
uploading: quay.io/openshift/community-e2e-images sha256:097ac21093f8197e315b4549edc5910fab5e226e7f439c6a88dddd66a7c35449 3.534MiB
uploading: quay.io/openshift/community-e2e-images sha256:59e353e0ee7481c64bd9d891a84858ed8b92bda22badef79e5371120ddbdefeb 97.51KiB
uploading: quay.io/openshift/community-e2e-images sha256:ff793c57efef0a08bcfd290e2b3a9c7d27ab8ab7a02505c7c4ed7b4fa5241b09 12.91MiB
uploading: quay.io/openshift/community-e2e-images sha256:452eb7889eb5a83369dabbdb858f01687ccf71cf5dcfdcf3ec737865e41ba3da 5.051MiB
uploading: quay.io/openshift/community-e2e-images sha256:d5c3ad7ea15ad66952e2925869b0942a1b76b1848bc8c42ab3695569dc189415 746.1KiB
uploading: quay.io/openshift/community-e2e-images sha256:bb17b294a21257765e487dee64c23e728532a5cee97cb29f7ac22eefe0496d4f 11.53MiB
uploading: quay.io/openshift/community-e2e-images sha256:d21093198226546bcd222913657a36b6e5939ffab1cceea9401b323dc1a5e554 4.801MiB
uploading: quay.io/openshift/community-e2e-images sha256:edfc825827ebd8aa3d3bb4cb0ffb668d2f5c993f464f89b638cf15d717f8eaf8 132.7MiB
uploading: quay.io/openshift/community-e2e-images sha256:eb867cf2ab3b9630e5df708271e5bb3e548ab6e9ac4be75fdd4cb30eccc3f333 746.1KiB
uploading: quay.io/openshift/community-e2e-images sha256:9c0f7e2b07384840e7c92685f70586aed8d062733d1bf8cb92798748e2149221 5.42MiB
uploading: quay.io/openshift/community-e2e-images sha256:a4b421d4901a488f1e3d17bb769f7c9ffcfca2d45a9e822c6fc8766d508bc44a 684.9KiB
uploading: quay.io/openshift/community-e2e-images sha256:f72249ed67052199b8e4062a098a551a0e32a3fedd4f7c1cceecca344aeef921 124.7MiB
uploading: quay.io/openshift/community-e2e-images sha256:a528d9b2b3825a8ac1709f7dadc952ae4ceb570404e4314c4e8123353e36f96b 4.419MiB
uploading: quay.io/openshift/community-e2e-images sha256:9678a77142b0d7e51bd3f1b71bb90aa08f052947af87ad102a21ac823abb500d 6.936MiB
uploading: quay.io/openshift/community-e2e-images sha256:d950b49d38a3a6c481e42bdf9f72e8d761d4a60b2305f951addd5d059f22996b 4.69MiB
uploading: quay.io/openshift/community-e2e-images sha256:80560c29d27f7c1a0354cd7ff88f374b42ec9c72c3ff89332d4e64b64e99b5fb 3.535MiB
sha256:6333ed49a2769173f42ce1f4d5f43e8c0c3adbe59f487192f1e04ad99b72e91a quay.io/openshift/community-e2e-images
sha256:49c6c99cd2465ac7ac32de971f42a40f2574e825c24e9f6504d9051c0a538fd7 quay.io/openshift/community-e2e-images
sha256:5a21d467fed653554bdc483ca5e7e866805c5b4c8f7ecb195a43f778c8d02fb8 quay.io/openshift/community-e2e-images
sha256:1445e6a86241f3b1267503388b52f68a17a582c97aae8e80d9aa287939757c97 quay.io/openshift/community-e2e-images
sha256:a20c2531bf35436ed3766cd6cfe89d352b050ccc4d7005ce6400adf97503da1b quay.io/openshift/community-e2e-images:e2e-ghcr-io-nicolaka-netshoot-v0-13-zAi8h2fxp5VWsw47
info: Mirroring completed in 3m53.73s (1.567MB/s)

@jubittajohn

Copy link
Copy Markdown
Contributor

https://github.com/nicolaka/netshoot/blob/master/.github/workflows/release-buildx.yml#L49 shows this is released upstream with only linux/amd64,linux/arm64 . so openshift/release#82013 is acceptable

@jubittajohn

Copy link
Copy Markdown
Contributor

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 16, 2026
@openshift-ci

openshift-ci Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jubittajohn, qinqon

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 16, 2026
@jubittajohn

jubittajohn commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

openshift/release#82013 must be merged first, and verify-image-manifest-lists must be retested and pass before this PR can be merged.

@qinqon

qinqon commented Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

/retest-required

openshift-merge-bot Bot pushed a commit to openshift/release that referenced this pull request Jul 16, 2026
openshift/origin#31396 adds ghcr.io/nicolaka/netshoot:v0.13 to the
mirrored e2e image set (used by the ovn-kubernetes kubevirt e2e tests
for the iperf test pods). The upstream image only publishes amd64 and
arm64 manifests, so exempt it from the manifest list verification like
the fedora-with-test-tooling containerdisk used by the same tests.

Assisted-By: Claude Fable 5 <noreply@anthropic.com>

Signed-off-by: Enrique Llorente <ellorent@redhat.com>
@jacobsee

Copy link
Copy Markdown
Member

/hold Please pin to a SHA rather than a tag for compliance

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jul 16, 2026
The ovn-kubernetes payload tests extension runs kubevirt e2e tests in
the openshift/network/virtualization suite (e2e-metal-ipi-ovn-bgp-virt-*
jobs) whose iperf server/client test pods use
ghcr.io/nicolaka/netshoot:v0.13. The image is not in the mirrored test
image set, so the known-image-checker MonitorTest fails those jobs and
the pods cannot run in disconnected environments.

Add it to the pre-approved image list so it gets mirrored, following
the precedent of the fedora-with-test-tooling containerdisk entry used
by the same tests.

Signed-off-by: Enrique Llorente <ellorent@redhat.com>
@qinqon
qinqon force-pushed the mirror-netshoot-kubevirt-e2e branch from 3066aab to 70a6d63 Compare July 17, 2026 12:28
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jul 17, 2026
@openshift-ci

openshift-ci Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

New changes are detected. LGTM label has been removed.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Scheduling required tests:
/test e2e-aws-csi
/test e2e-aws-ovn-fips
/test e2e-aws-ovn-microshift
/test e2e-aws-ovn-microshift-serial
/test e2e-aws-ovn-serial-1of2
/test e2e-aws-ovn-serial-2of2
/test e2e-gcp-csi
/test e2e-gcp-ovn
/test e2e-gcp-ovn-upgrade
/test e2e-metal-ipi-ovn-ipv6
/test e2e-vsphere-ovn
/test e2e-vsphere-ovn-upi

@openshift-ci

openshift-ci Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

@qinqon: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-ovn-microshift 70a6d63 link true /test e2e-aws-ovn-microshift
ci/prow/e2e-metal-ipi-ovn-ipv6 70a6d63 link true /test e2e-metal-ipi-ovn-ipv6
ci/prow/e2e-aws-ovn-serial-1of2 70a6d63 link true /test e2e-aws-ovn-serial-1of2
ci/prow/e2e-vsphere-ovn 70a6d63 link true /test e2e-vsphere-ovn
ci/prow/e2e-aws-ovn-fips 70a6d63 link true /test e2e-aws-ovn-fips
ci/prow/e2e-gcp-ovn 70a6d63 link true /test e2e-gcp-ovn
ci/prow/e2e-aws-ovn-serial-2of2 70a6d63 link true /test e2e-aws-ovn-serial-2of2
ci/prow/e2e-vsphere-ovn-upi 70a6d63 link true /test e2e-vsphere-ovn-upi

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. e2e-images-update Related to images used by e2e tests ready-for-human-review Indicates a PR has been reviewed by automated tools and is ready for human review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants