-
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
Add configuration variables for control plane testing during update. #2618
Add configuration variables for control plane testing during update. #2618
Conversation
Add a number of variables to control various aspects of the control plane testing. Using those new varibles we can configure control plane testing settings from the job definition. Increased the default time we wait for the last vm to be created and destroyed as 5 minutes (the previous timeout) was slightly too short. It's now 7 minutes. Closes: https://issues.redhat.com/browse/OSPRH-12349
Thanks for the PR! ❤️ |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c23dbe72542b491380abb549884dccb4 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 54m 21s |
This PR is stale because it has been for over 15 days with no activity. |
recheck |
/lgtm |
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ae551109a6984137ad0c4cc0b4d06e76 ❌ openstack-k8s-operators-content-provider FAILURE in 11m 05s |
recheck |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pablintino 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 |
0484493
into
openstack-k8s-operators:main
/cherry-pick 18.0-fr1 |
@sathlan: new pull request created: #2657 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 kubernetes-sigs/prow repository. |
Add a number of variables to control various aspects of the control
plane testing. Using those new varibles we can configure control
plane testing settings from the job definition.
Increased the default time we wait for the last vm to be created and
destroyed as 5 minutes (the previous timeout) was slightly too short.
It's now 7 minutes.
Closes: https://issues.redhat.com/browse/OSPRH-12349