-
Notifications
You must be signed in to change notification settings - Fork 70
Revert "Merge pull request #587 from mcastelino/topic/govet" #616
Conversation
Hi @grahamwhaley - please can you review? @mcastelino - fyi I've reverted the entire PR as don't want to pick through it all. Please can you re-raise once you've resolved the issue I'm reverting for? |
5bcf75f
to
f9a9b14
Compare
Very odd - if it is in the test item, there has been very little activity in there: |
…topic/govet" This reverts commit 535be19, reversing changes made to 7e2466d. This change broke the Jenkins CI and local unit-test builds (unable to run them with either go 1.8 or go 1.9). Fixes clearcontainers#615. Signed-off-by: James O. D. Hunt <[email protected]>
f9a9b14
to
d4954bc
Compare
Hi @sameo, @grahamwhaley - this PR is failing under jenkins 17.04 after passing all the unit tests as the timeout is seemingly too lower for Jenkins:
I've raised #618 to increase the timeout but we may need to force merge one of these two to return the CI to normal operation... |
@sameo, @grahamwhaley - I think we're going to have to force-merge this one. I can then rebase #618 to avoid future test timeouts. |
kubernetes qa-passed 👍 |
@jodh-intel I know you backed this off. But we have an issue. With later go version we need this fix. And this fix is not backward compatible. This is a known issue with testify /cc @sboeuf |
qemu/arm64: Detect host GIC version to configure guest GIC
This reverts commit 535be19, reversing
changes made to 7e2466d.
This change broke the Jenkins CI and local unit-test builds (unable to
run them with either go 1.8 or go 1.9).
Fixes #615.
Signed-off-by: James O. D. Hunt [email protected]