-
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
Revert "allow ignoreMetrics in new manager" #1163
Conversation
This reverts commit 8aa6164.
cc @timstclair |
What CI failed - I'm guessing you have something besides the Jenkins GCE e2e? |
We run CI on HEAD. I believe the PR was merged before the CI was happy with On Mon, Mar 14, 2016 at 5:47 PM, Andy Goldstein notifications@github.com
|
https://storage.googleapis.com/kubernetes-jenkins/logs/cadvisor-gce-e2e-ci/41/build-log.txt I'm not sure that this caused the issue, but we're having trouble debugging, so decided to try the rollback. |
Oops, updated to external link. |
@k8s-bot test again |
It appears there's an issue with the way that CI is running the integration tests. It's invoking like this:
Notice the empty string argument in between 15m0s and github.com/google/cadvisor/integration/tests/... . Because of that empty string, CI is basically just running The reason that CI is failing is because --host is not a valid flag for the new cadvisor_test.go that was added in Seth's PR in the project root. |
That flag is part of the integration test framework. Why would the PR On Tue, Mar 15, 2016, 6:41 AM Andy Goldstein notifications@github.com
|
@vishh it doesn't affect the test framework, per se. What happened is the PR added a new test at the root of the project directory, where one didn't exist before. And because there is no |
Build is broken after #1159 was merged. Opening this PR to fix CI.
Build failure logs here.