-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
UPSTREAM: <carry>: Change docker security opt separator to be compatible with 1.11+ #12831
Conversation
[merge] |
re [merge] |
@stevekuznetsov what is the deal with the build here |
@openshift-bot, the last build failed from the following flakes:
re[merge] |
@openshift-bot, the last build failed from the following flakes:
re[merge] |
If that repeats there is some chance it's due to this PR? |
Flaked on openshift/origin-gce#12 |
@openshift-bot, the last build failed from the following flakes:
re[merge] |
🎲 🎲 rollin them dice You've already embarrassed me in front of @derekwaynecarr FOR THE LAST TIME jenkins |
@pmorie sorry had to abort job, some technical issues. you're still in the queue |
Queue went boom, try again [merge] |
Networking hung |
re [merge] again |
This PR is cursed
On Feb 9, 2017, at 10:37 PM, OpenShift Bot <[email protected]> wrote:
continuous-integration/openshift-jenkins/merge FAILURE (
https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_future/63/)
(Base Commit: 898266a
<898266a>
)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12831 (comment)>,
or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABG_p3DnW7QIO-4Pf-oXuUAkOJ8zr2OZks5ra9t2gaJpZM4L4luM>
.
|
oh my god is anything [merge] ing today? |
[Test]ing while waiting on the merge queue |
@openshift-bot, the last build failed from the following flakes: re[merge] |
@pmorie this really does look like your PR is making networking consistently hang. |
Yeah, removing tag this is suspicious |
There are lots of things merging and my spider senses are tingling |
I wish we had test grid history. |
@smarterclayton I've been baby-sitting for the queue today and everything else seems legit. |
8955ad7
to
9f81f6f
Compare
[testextended][extended:networking-minimal] Going to try to isolate the networking failure we were seeing. |
Next step for me is to debug the test in question - but from looking at the test code, there should be no deps on this change for that particular test to work/break that wouldn't have broken a ton of other tests. Nonetheless, it does seem that this PR is indicating there's some kind of breakage. So, time to debug. |
I was able to run the failing tests correctly locally, so will need to debug in more detail on the CI environment. |
@stevekuznetsov and I have tracked down the issue here:
@marun is going to submit a change to move the DIND version in the networking tests up to 1.12 today. |
@marun can we tentatively create a card to move the dind image building to rely on RHEL and pull in the same Docker we use for the AMIs so that there is no drift? Is Fedora a necessary target for those jobs? |
Evaluated for origin testextended up to 9f81f6f |
Evaluated for origin test up to 9f81f6f |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_future/231/) (Base Commit: c4879fc) |
continuous-integration/openshift-jenkins/testextended SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin_extended/1104/) (Base Commit: c4879fc) (Extended Tests: networking-minimal) |
Newer DIND images are pulling in |
Evaluated for origin merge up to 9f81f6f |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_future/253/) (Base Commit: 2a248fb) (Image: devenv-rhel7_5922) |
I'm using
Is this intended? |
Yes. Docker 1.10 is not supported for the current release of Origin. |
What is the minimum version of Docker now required? 1.12? Where is it documented? |
The Origin installation documentation lists 1.12 as the minimum version for 1.5 |
@pmorie @derekwaynecarr we also required 1.12 for 3.4, this likely needs backported (didn't see another PR from a quick search) |
Closes bug 1413100