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

Simple way to see precise CI failure #5688

Closed
pjcozzi opened this issue Jul 28, 2017 · 2 comments
Closed

Simple way to see precise CI failure #5688

pjcozzi opened this issue Jul 28, 2017 · 2 comments

Comments

@pjcozzi
Copy link
Contributor

pjcozzi commented Jul 28, 2017

Unless there is an option that I am missing, right now we need to manually search by clicking through the drop downs:

image

@mramato
Copy link
Contributor

mramato commented Aug 7, 2017

The drop downs are there because otherwise there is too much output and travis won't show the entire log. We actually opt-in to the drop downs for this reason.

I think there are two options here:

  1. (preferred) Get rid of the dropdowns and cut down our output so there's not so much noise on successful builds and only output pertinent error information,
  2. Update the travis.yml to figure out which task failed and put that information at the end (may be a little tricky, but doable).

@mramato
Copy link
Contributor

mramato commented Oct 30, 2018

With #7207, we might be able to get rid of dropdowns.

However, travis has enhanced GitHub integration now as well, so I think if we enable that it will tell us exactly which stepped failed within github without looking at the logs. I want to look into this as part of other CI improvements: https://blog.travis-ci.com/2018-05-07-announcing-support-for-github-checks-api-on-travis-ci-com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants