Closed porridge closed 6 years ago
/cc @shyamjvs I plan to add config reloading later.
/lgtm
Though the presubmit failed with:
# k8s.io/test-infra/prow/github
Godeps/_workspace/src/k8s.io/test-infra/prow/github/client.go:52: undefined: time.Until
Could you please fix it?
On Wed, Jan 10, 2018 at 7:26 PM, Shyam JVS notifications@github.com wrote:
Though the presubmit failed with:
k8s.io/test-infra/prow/github
Godeps/_workspace/src/k8s.io/test-infra/prow/github/client.go:52 http://k8s.io/test-infra/prow/githubGodeps/_workspace/src/k8s.io/test-infra/prow/github/client.go:52: undefined: time.Until
Could you fix it?
I think this means we need to change the golang version in the travis config, but I don't know how to do it. Asked on slack, got no replies so far.
There should be a travis.yaml (I guess it's hidden) file at the root of this repo. You need to change it there.
Here specifically - https://github.com/kubernetes/contrib/blob/master/.travis.yml#L10 But need to watch out for any other dependencies on the older go.
/lgtm cancel //PR changed after LGTM, removing LGTM. @porridge @shyamjvs
Finally it works, PTAL @shyamjvs /approve
/assign @foxish
/lgtm
On Thu, Jan 11, 2018, 9:33 AM Marcin Owsiany notifications@github.com wrote:
/assign @foxish https://github.com/foxish
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kubernetes/contrib/pull/2825#issuecomment-356862563, or mute the thread https://github.com/notifications/unsubscribe-auth/AEIhk0ofiSEvTaBCkzJKuJQLBRCfQzGvks5tJcdJgaJpZM4RZlgR .
Contrib has turned into a collection of things falling into disuse, so, separating perfdash out might be a good thing to consider. It looks like it's actively used and maintained? We should try and find a new home for it then - maybe test-infra? @BenTheElder @krzyzacy @shyamjvs @porridge
cc @lavalamp
I agree, but do you think it should block this change?
/approve For the godeps changes. Not a blocker for this particular PR - but would be good to file an issue if there's an intent to move this out at some point in the future.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: foxish, porridge, shyamjvs
The full list of commands accepted by this bot can be found here.
The tags in prow config are checked in. /hold cancel
This is a step towards solving https://github.com/kubernetes/contrib/issues/2812 /hold Needs https://github.com/kubernetes/test-infra/pull/6220 to be merged first.