func comment(id int, body string) *githubapi.IssueComment { return github_test.Comment(id, jenkinsBotName, time.Now(), passComment) }
func flakecomment(id int, createdAt time.Time) *github.IssueComment { return github_testing.Comment(id, "k8s-bot", createdAt, "Failed: something failed") }