-
Notifications
You must be signed in to change notification settings - Fork 4.7k
make cgroup imports linux-only #14717
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
Conversation
[test] |
@bparees PTAL |
lgtm |
guess it's time to add cross-compiling checks to the merge queue? :( |
eh, it's rare and easy to fix when it happens |
Evaluated for origin testextended up to f3cc20b |
continuous-integration/openshift-jenkins/testextended SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_extended/644/) (Base Commit: 8c017d2) (PR Branch Commit: f3cc20b) (Extended Tests: core(build with a quota)) |
[merge][severity:bug] |
continuous-integration/openshift-jenkins/merge Waiting: You are in the build queue at position: 5 |
Evaluated for origin merge up to f3cc20b |
7 hours for a test job to fail. Wheee.
Ben Parees | OpenShift
…On Jun 17, 2017 06:07, "OpenShift Bot" ***@***.***> wrote:
continuous-integration/openshift-jenkins/test FAILURE (
https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2350/)
(Base Commit: 8c017d2
<8c017d2>)
(PR Branch Commit: f3cc20b
<f3cc20b>
)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14717 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEvl3p1QdgYkc7FM0MxsVAk1hkAAFiEGks5sE6VxgaJpZM4N9G8V>
.
|
in case anyone wants to investigate why the test took 6 hours, job was here: [test] |
So up to the integration test stage, things should have only taken maybe an hour. Within the integration test stage, I see no successful test taking longer than 84s (and most of them are sub 1s), meaning I don't see any individual tests that appeared to get "stuck" but ultimately pass after consuming a bunch of time. And then at the end of the stage we just fail:
I don't know what that next command was that failed/hung or why. |
Evaluated for origin test up to f3cc20b |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/2353/) (Base Commit: f12892b) (PR Branch Commit: f3cc20b) |
cgroups.ParseCgroupFile is only available on linux
fixes #14718