-
Notifications
You must be signed in to change notification settings - Fork 84
Updates to mongo and makefile to reduce flakes. #1978
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: oadp-dev
Are you sure you want to change the base?
Conversation
deployconfigs have been switched to deployments for mongo, need to adjust |
/test images |
// perhaps we phase out deploymentConfigs? | ||
//gomega.Eventually(lib.IsDCReady(ocClient, namespace, "todolist"), time.Minute*10, time.Second*10).Should(gomega.BeTrue()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As of Red Hat OpenShift Container Platform 4.14, DeploymentConfig API is deprecated. DeploymentConfig objects are still supported, but are not recommended for new installations. Only security-related and critical issues will be fixed. Instead, use of Deployment objects is recommended.
In addition, Red Hat OpenShift Container Platform 4.14 and later installation allow for disabling the DeploymentConfig capability, among other optional Cluster capabilities.
Could do to simplify. but its still supported.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aye.. probably not something we need in our dev ci though :) IMHO.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kaovilai, weshayutin 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 images |
@weshayutin: all tests passed! 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. |
/lgtm |
Why the changes were made
All in the hopes of making tihs app more reliable
konveyor/mig-demo-apps#109
How to test the changes made