cluster-launch-installer-e2e: Block tests on 'create cluster' #2062
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.
Don't run the tests before
create clusterexits successfully (if it fails, the/tmp/shared/exitcheck will kill thetestcontainer). With this, we no longer have to wait on the sharedkubeconfig, because we know it was created beforesetup-success. And oncecreate clustersuccessfully blocks on the bootstrap-complete event (openshift/installer#579), this pull-request will ensure that we run our tests on the production control plane, and while the bootstrap control plane is still involved.We've been seeing some issues with the re-watch logic from (openshift/installer#579). Once that logic solidifies, we can drop the
API_UPcheck as well.CC @abhinavdahiya, @crawford