-
Notifications
You must be signed in to change notification settings - Fork 79
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
Increase kuttl test default timeout #518
Increase kuttl test default timeout #518
Conversation
While running tests in ci-framework, the collapsed-cell is failing with one missing exposed service. The logs show routes with status ok. This patch increase the default timeout to 23min (was 16).
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: viroel 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 |
/test openstack-operator-build-deploy-kuttl |
This change is the first of a series where the purpose is to move away from the harcoded internal/external glanceAPI instance in favor of an arbitrary number of GlanceAPI instances. The current change doesn't introduce the ability to deploy >1 GlanceAPI instance, but introduces the intermediate struct that will serve this purpose. The split behavior is still preserved, but it happens behind the scenes in Glance. Depends-On: openstack-k8s-operators/glance-operator/pull/329 Depends-On: openstack-k8s-operators/pull/518 Note: Still WIP and under review. Signed-off-by: Francesco Pantano <[email protected]>
/test openstack-operator-build-deploy-kuttl |
1 similar comment
/test openstack-operator-build-deploy-kuttl |
I see an issue in #514 related to a missing condition in the status (but it's not
However I can see |
This change is the first of a series where the purpose is to move away from the harcoded internal/external glanceAPI instance in favor of an arbitrary number of GlanceAPI instances. The current change doesn't introduce the ability to deploy >1 GlanceAPI instance, but introduces the intermediate struct that will serve this purpose. The split behavior is still preserved, but it happens behind the scenes in Glance. Depends-On: openstack-k8s-operators/glance-operator/pull/329 Depends-On: openstack-k8s-operators/pull/518 Note: Still WIP and under review. Signed-off-by: Francesco Pantano <[email protected]>
This change is the first of a series where the purpose is to move away from the harcoded internal/external glanceAPI instance in favor of an arbitrary number of GlanceAPI instances. The current change doesn't introduce the ability to deploy >1 GlanceAPI instance, but introduces the intermediate struct that will serve this purpose. The split behavior is still preserved, but it happens behind the scenes in Glance. Depends-On: openstack-k8s-operators/glance-operator/pull/329 Depends-On: openstack-k8s-operators/pull/518 Note: Still WIP and under review. Signed-off-by: Francesco Pantano <[email protected]>
/test openstack-operator-build-deploy-kuttl |
Yes @fmount - I was looking at the logs and it was everything ready, so I was testing increasing the time. |
/lgtm |
78b3c87
into
openstack-k8s-operators:main
This change is the first of a series where the purpose is to move away from the harcoded internal/external glanceAPI instance in favor of an arbitrary number of GlanceAPI instances. The current change doesn't introduce the ability to deploy >1 GlanceAPI instance, but introduces the intermediate struct that will serve this purpose. The split behavior is still preserved, but it happens behind the scenes in Glance. Depends-On: openstack-k8s-operators/glance-operator/pull/329 Depends-On: openstack-k8s-operators/pull/518 Note: Still WIP and under review. Signed-off-by: Francesco Pantano <[email protected]>
This change is the first of a series where the purpose is to move away from the harcoded internal/external glanceAPI instance in favor of an arbitrary number of GlanceAPI instances. The current change doesn't introduce the ability to deploy >1 GlanceAPI instance, but introduces the intermediate struct that will serve this purpose. The split behavior is still preserved, but it happens behind the scenes in Glance. Depends-On: openstack-k8s-operators/glance-operator/pull/329 Depends-On: openstack-k8s-operators/pull/518 Note: Still WIP and under review. Signed-off-by: Francesco Pantano <[email protected]>
This change is the first of a series where the purpose is to move away from the harcoded internal/external glanceAPI instance in favor of an arbitrary number of GlanceAPI instances. The current change doesn't introduce the ability to deploy >1 GlanceAPI instance, but introduces the intermediate struct that will serve this purpose. The split behavior is still preserved, but it happens behind the scenes in Glance. Depends-On: openstack-k8s-operators/glance-operator/pull/329 Depends-On: openstack-k8s-operators/pull/518 Note: Still WIP and under review. Signed-off-by: Francesco Pantano <[email protected]>
While running tests in ci-framework, the collapsed-cell is failing with one missing exposed service. The logs show routes with status ok. This patch increase the default timeout to 23min (was 16).