-
Notifications
You must be signed in to change notification settings - Fork 36
OCPQE-31108:add disconnected environment support with custom prow job for migrated qe cases #557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…row job for migrated qe cases
|
@kuiwang02: This pull request references OCPQE-31108 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 sub-task to target the "4.21.0" version, but no target version was set. In 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. |
|
/payload-aggregate periodic-ci-openshift-operator-framework-operator-controller-release-4.21-periodics-e2e-aws-ovn-techpreview-extended-f1 5 |
|
@kuiwang02: 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/953e9500-c101-11f0-997b-407cd820a35c-0 |
|
/verified by @kuiwang02 |
|
@kuiwang02: This PR has been marked as verified by In 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. |
|
/test openshift-e2e-aws |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jianzhangbjz, kuiwang02 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@kuiwang02: all tests passed! Full PR test history. Your PR dashboard. 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. |
/cc @jianzhangbjz @Xia-Zhao-rh @bandrade
if you expect your migrated case to support disc, follow this PR. thanks
Summary
This PR adds disconnected environment support for migrated OLMv1 QE test cases by implementing environment validation and removing the
[Skipped:Disconnected]label.Changes
Test Cases Enhanced (8 cases now support disconnected)
All cases had
[Skipped:Disconnected]removed from their test names.New Helper Functions (
helper.go)IsProxyCluster(oc *exutil.CLI) boolproxy.config.openshift.io/v1statusValidateAccessEnvironment(oc *exutil.CLI)image-policy-aosqeexistsHasExternalNetworkAccess()enhancementDocumentation Updates (
README.md)Testing
All modified test cases now call
olmv1util.ValidateAccessEnvironment(oc)at the beginning to ensure:Dependencies
Requires IDMS/ITMS mirror configuration in disconnected environments:
image-policy-aosqefor tag-based bundle imagesRelated Issues
Assisted-by: Claude Code