OCPBUGS-77991: suppress podman build - URLs#30851
OCPBUGS-77991: suppress podman build - URLs#30851bitoku wants to merge 1 commit intoopenshift:mainfrom
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
@bitoku: This pull request references Jira Issue OCPBUGS-77991, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughThe change extends an embedded asset registry with new entries and functions for asset retrieval, and marks an additional test case as skipped due to flakiness. The bindata.go additions provide an asset management system supporting hierarchical file organization, while skip_tests.sh adds a test skip entry. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.5.0)Error: can't load config: unsupported version of the configuration: "" See https://golangci-lint.run/docs/product/migration-guide for migration instructions Comment |
|
@bitoku: This pull request references Jira Issue OCPBUGS-77991, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bitoku The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Scheduling required tests: |
|
/payload-job periodic-ci-openshift-release-main-ci-4.22-e2e-gcp-ovn-usernamespace |
|
@bitoku: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/94c1c6a0-1bd4-11f1-931b-38917c50142d-0 |
|
@bitoku: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
This PR suppresses the "podman build - URLs" test in 070-build.bats.
The whole namespace test serves as a baseline to verify Podman's core functionality within a nested container using UserNamespace and ProcMountType. However, the test is currently failing with an HTTP 429 error when trying to access github.com. This is a rate-limiting issue and is unrelated to Podman's actual functionality.
Upstream Podman has already fixed this by using localhost instead of github.com (reference). While we could update our Podman version to pull in this fix, doing so would require us to thoroughly verify whether all newly added upstream tests are compatible with our nested container setup.
We still need to figure out a more reliable and sustainable way to test this nested container functionality long-term, but as a temporary workaround, I am suppressing the failing test.
Summary by CodeRabbit