-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat(ci): send emails to slack on e2e failure #133
Conversation
@vdice is a potential reviewer of this pull request based on my analysis of |
726070e
to
67d527b
Compare
0020ffa
to
fed8617
Compare
This is ready for reviews! Here is an example message. |
fed8617
to
5805b59
Compare
if err != nil { | ||
return nil, err | ||
} | ||
|
||
// Set a custom user agent | ||
c.UserAgent = UserAgent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Joshua-Anderson didn't you make this change in another PR (in a different repo)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, that commit accidentally got caught in this PR 😦. I didn't fix it cause the PR it comes from (#123) was about to land but forgot that it was still caught in endless CI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
got it. ok, I'm fine with both being in at once. can you make sure to add a short description regarding what this does (something like "prevent a panic if there's no user agent" iirc) in the final commit to master?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not going to merge the first commit in this PR. I'll merge #123 and then rebase to clean up history.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
got it. I was unclear that you were removing the first commit. carry on
if e2e fails, per deis/workflow-cli#133
if e2e fails, per deis/workflow-cli#133
if e2e fails, per deis/workflow-cli#133
5805b59
to
527eceb
Compare
527eceb
to
711700b
Compare
711700b
to
a961c25
Compare
if e2e fails, per deis/workflow-cli#133
No description provided.