-
Notifications
You must be signed in to change notification settings - Fork 73
OCPQE-29415: UPSTREAM: <carry>: add OTE into olmv0 #1105
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
base: main
Are you sure you want to change the base?
Conversation
@kuiwang02: This pull request references OCPQE-29415 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 "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. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kuiwang02 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
@kuiwang02: The following test failed, say
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. |
⏺ # Add OTE (OpenShift Tests Extension) into olmv0 (Follow the olmv1 approach and reference code)
Summary
This PR introduces OTE (OpenShift Tests Extension) into olmv0, adding a comprehensive testing framework for operator lifecycle management v0 testing.
Key Changes
New Testing Extension
staging/tests-extension/
directory with complete test framework infrastructurecmd/main.go
) for executing test suitestest/extended/
) with OLMv0 specific test specsBuild System Updates
.bingo/
configuration to include new development tools:go-bindata
v3.1.2+incompatible for embedding binary datagolangci-lint
v2.1.6 for enhanced code lintingConfiguration
Files Added/Modified
Core Files
staging/tests-extension/cmd/main.go
- Main test runnerstaging/tests-extension/test/extended/specs/olmv0.go
- OLMv0 test specificationsstaging/tests-extension/Makefile
- Build configurationstaging/tests-extension/OWNERS
- Code ownershipBuild Configuration
.bingo/Variables.mk
- Updated build variables.bingo/go-bindata.mod
- Go-bindata module configuration.bingo/golangci-lint.mod
- Linting tool configurationoperator-lifecycle-manager.Dockerfile
- Updated Docker buildTest Result
Assisted-by: Claude Code