Fix ocp4 e2e tests#6026
Merged
JAORMX merged 2 commits intoComplianceAsCode:masterfrom Aug 28, 2020
Merged
Conversation
Contributor
Author
|
/test all |
We now need to use catalog sources instead of operator source objects. Co-Authored-By: Jakub Hrozek <jhrozek@redhat.com>
Newer versions of the operator introduced differences in the go structs we were using, so these need to be fixed as we upgrade. Co-Authored-By: Jakub Hrozek <jhrozek@redhat.com>
Collaborator
|
@JAORMX: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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/test-infra repository. I understand the commands that are listed here. |
Collaborator
|
During a local run, I saw: And the nodes were still updating which seems like we still need to tune the |
Contributor
Author
|
Merging this. Seems we have an issue waiting for the nodes... But that's unrelated. This gets us further |
Collaborator
|
I tried looking into it today but it seems that we have an issue with autoApply and master nodes as the nodes keep rebooting all the time and the MCs keep getting rerendered. I’ll continue working on this tomorrow
…Sent from my iPhone
On 28 Aug 2020, at 17:52, Juan Osorio Robles ***@***.***> wrote:
Merged #6026 into master.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We needed to change our deployment strategy and upgrade the operator...