-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
GlusterFS: Add configuration for auto creating block-hosting volumes #6150
Conversation
Signed-off-by: Jose A. Rivera <[email protected]>
/kind bug |
I tried this out and it seems to work (at least, the Looks like https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/openshift_openshift-ansible/6150/test_pull_request_openshift_ansible_extended_conformance_install/2386/ was a new test flake. /retest |
/test all [submit-queue is verifying that this PR is safe to merge] |
@jarrpa: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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/test-infra repository. I understand the commands that are listed here. |
this looks like this flake (albeit docker build instead of s2i) this seems to be a flake common to openshift-ansible CI though I don't see a flake issue for it yet. ETOOMANYFLAKES |
/cherrypick release-3.7 |
@sosiouxme: PR 6150 failed to apply on top of branch "release-3.7": exit status 128 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/test-infra repository. |
/cherrypick release-3.7 |
@sdodson: New pull request created: #6211 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/test-infra repository. |
…6150-to-release-3.7 Automated cherry-pick of #6150 on release-3.7
Naturally I didn't catch this until after the previous PR merged. :( Turns out I was using a wrong variable in my testing and was skipping over these bugs. This will unfortunately be needed for 3.7 as well.
Signed-off-by: Jose A. Rivera [email protected]