OCPNODE-4604: add quay-proxy.ci.openshift.org as alllowed to reboot requried test#31356
OCPNODE-4604: add quay-proxy.ci.openshift.org as alllowed to reboot requried test#31356QiWang19 wants to merge 1 commit into
Conversation
Signed-off-by: Qi Wang <qiwan@redhat.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
WalkthroughIn the e2e test for image registry configuration, ChangesImage Registry Config Test
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 13 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (13 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/payload-job periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-disruptive-longrunning-techpreview-1of2 |
|
@QiWang19: trigger 2 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/0ae908f0-74ab-11f1-8242-86c6e5a7b82e-0 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@test/extended/node/node_e2e/image_registry_config.go`:
- Around line 80-83: The rollout check in image_registry_config.go only verifies
searchRegistry in policy.json, so it can miss the new
quay-proxy.ci.openshift.org allowlist entry being dropped. Update the
post-rollout assertion around the
imageConfig.Spec.RegistrySources.AllowedRegistries setup and the policy.json
validation to explicitly check that quay-proxy.ci.openshift.org is present in
the rendered allowlist after rollout, alongside the existing registry entries.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository YAML (base), Central YAML (inherited)
Review profile: CHILL
Plan: Enterprise
Run ID: 1ce62645-2531-4cd8-8b18-96bf3e429d9e
📒 Files selected for processing (1)
test/extended/node/node_e2e/image_registry_config.go
|
/test all |
|
Scheduling required tests: |
|
/payload-job periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-disruptive-longrunning-techpreview-1of2 |
|
@QiWang19: trigger 2 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/f58c3e90-74ce-11f1-824a-fd7f802d4877-0 |
|
/payload-job periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-disruptive-longrunning |
|
@QiWang19: 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/5bd0f830-74cf-11f1-91db-29d06be84cd4-0 |
|
|
|
/lgtm |
|
/verified by payload-jobs |
|
@QiWang19: This PR has been marked as verified by 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. |
|
@QiWang19: This pull request references OCPNODE-4604 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. 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. |
|
@sairameshv @cpmeadors PTAL |
| imageConfig.Spec.RegistrySources.AllowedRegistries = []string{ | ||
| "registry.access.redhat.com", "docker.io", "quay.io", searchRegistry, | ||
| "image-registry.openshift-image-registry.svc:5000", | ||
| "image-registry.openshift-image-registry.svc:5000", "quay-proxy.ci.openshift.org", |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ngopalak-redhat, QiWang19, sairameshv The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required |
|
/retest-required |
1 similar comment
|
/retest-required |
|
@QiWang19: The following test 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. |
fix test wait for node drain/reboot timeout error, in the presubmit test job: https://prow.ci.openshift.org/view/gs/test-platform-results/logs/openshift-origin-31324-openshift-api-2900-openshift-machine-config-operator-6220-nightly-5.0-e2e-aws-disruptive-longrunning-techpreview-1of2/2071833054464184320
Summary by CodeRabbit