-
Notifications
You must be signed in to change notification settings - Fork 33
Remove duplicate code across test-operator #377
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
Remove duplicate code across test-operator #377
Conversation
|
Skipping CI for Draft Pull Request. |
146c629 to
2793b1c
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/0b8de32f98e24304b47523539401d995 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 41m 06s |
2793b1c to
8554577
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/fb00ae89664045f192e802e20d231861 ❌ openstack-k8s-operators-content-provider FAILURE in 5m 55s |
This change is part of the effort to refactor test-operator code and reduce duplicate code to make adding new resources easier.
16540dd to
e1fd8ed
Compare
|
I have tested the webhook validations and they seem to work correctly. I have also checked most of the parameters for tempest with the new functions and fixed issues I have found. It should be safe to merge now, but I would appreciate any review 😄 |
Each resource type has its own webhook and some warnings and errors are across all 4 resource types. This change tries to unify creating warnings and errors, so in case there is a new resource type it will be easier to include it.
e1fd8ed to
40d76c2
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adrianfusco, kstrenkova 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 |
76870c3
into
openstack-k8s-operators:main
This change is part of the effort to refactor test-operator code and reduce duplicate code to make adding new resources easier.
Assited-by: Claude AI