-
Notifications
You must be signed in to change notification settings - Fork 112
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
Enhance test_operator role for flexible test workflows #2689
base: 18.0-fr1
Are you sure you want to change the base?
Conversation
Zuul encountered a syntax error while parsing its Nodeset centos-9-multinode-rhel-9-2-crc-extracted-2-39-0-3xl-novacells does not match existing definition in branch main The problem appears in the the "centos-9-multinode-rhel-9-2-crc-extracted-2-39-0-3xl-novacells" nodeset stanza: nodeset: in "openstack-k8s-operators/ci-framework/zuul.d/nodeset.yaml@18.0-fr1", line 150 |
Thanks for the PR! ❤️ |
recheck |
Zuul encountered a syntax error while parsing its Nodeset centos-9-multinode-rhel-9-2-crc-extracted-2-39-0-3xl-novacells does not match existing definition in branch main The problem appears in the the "centos-9-multinode-rhel-9-2-crc-extracted-2-39-0-3xl-novacells" nodeset stanza: nodeset: in "openstack-k8s-operators/ci-framework/zuul.d/nodeset.yaml@18.0-fr1", line 150 |
recheck |
Zuul encountered a syntax error while parsing its Nodeset centos-9-multinode-rhel-9-2-crc-extracted-2-39-0-3xl-novacells does not match existing definition in branch main The problem appears in the the "centos-9-multinode-rhel-9-2-crc-extracted-2-39-0-3xl-novacells" nodeset stanza: nodeset: in "openstack-k8s-operators/ci-framework/zuul.d/nodeset.yaml@18.0-fr1", line 150 |
recheck |
Zuul encountered a syntax error while parsing its Nodeset centos-9-multinode-rhel-9-2-crc-extracted-2-39-0-3xl-novacells does not match existing definition in branch main The problem appears in the the "centos-9-multinode-rhel-9-2-crc-extracted-2-39-0-3xl-novacells" nodeset stanza: nodeset: in "openstack-k8s-operators/ci-framework/zuul.d/nodeset.yaml@18.0-fr1", line 150 |
This commit adds key improvements to the test_operator role: Support for defining test execution order. Ability to run the same testing controller multiple times. Pre-hooks and post-hooks for stage-specific customization. Per-stage variable overrides via files or test_vars. Refactored pre-set testing stages to enable more dynamic test management and extend hook behavior for complex scenarios. Jira: OSPRH-10106
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
@eshulman2 I think I've fixed the branch history to remove the zuul error. Are you still interested in getting this one in for the fr1 branch? |
yes, we need it D/S before the upcoming release |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ccecebf3a3884680a065465970dafac8 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 02m 52s |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/941fe82ad1ae4de2830525d4e23ba933 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 27m 43s |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/8d72783ce71f4fb4bdbc14678d0dde13 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 47m 12s |
recheck |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/966de1afcf934339a65f3438f84b2588 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 00m 01s |
This commit adds key improvements to the test_operator role:
Support for defining test execution order.
Ability to run the same testing controller multiple times. Pre-hooks and post-hooks for stage-specific customization. Per-stage variable overrides via files or test_vars. Refactored pre-set testing stages to enable more dynamic test management and extend hook behavior for complex scenarios.
Jira: OSPRH-10106