Skip to content
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

Handle pipeline failures in Makefile steps #809

Merged
merged 1 commit into from
Sep 12, 2019

Conversation

nfnt
Copy link
Member

@nfnt nfnt commented Sep 12, 2019

What type of PR is this?
/kind bug

What this PR does / why we need it:
By changed the shell to bash with enabled pipeline failure handling, we can catch errors that can occur in steps of the pipeline. E.g., a panic while running go test.

Which issue(s) this PR fixes:

Fixes #808

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

By changed the shell to `bash` with enabled pipeline failure handling, we can catch errors that can occur in steps of the pipeline. E.g., a panic while running `go test`.
@nfnt nfnt added the ci label Sep 12, 2019
@nfnt nfnt requested a review from gerred as a code owner September 12, 2019 13:04
@nfnt nfnt self-assigned this Sep 12, 2019
@nfnt nfnt requested a review from alenkacz September 12, 2019 13:08
@kudo-ci
Copy link

kudo-ci commented Sep 12, 2019

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gerred, kensipe, nfnt

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kensipe kensipe merged commit 50a6626 into master Sep 12, 2019
@kudo-ci kudo-ci deleted the nfnt/handle-pipe-failures branch September 12, 2019 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panics in integration tests result in tests reported as successful
4 participants