Re: How to get the test logs from travis

2017-09-20 Thread Saisai Shao
Thanks Luciano,

I also googled the approach, looks like cat is the most recommended way to
handle this. Another way is to upload to some public storage service.

Best regards,
Jerry


On Thu, Sep 21, 2017 at 11:30 AM, Luciano Resende 
wrote:

> Take a look at what Zeppelin does, they kind cat a lot of the logs and
> related files which then get appended to the build results.
>
> https://github.com/apache/zeppelin/blob/master/.travis.yml
>
> On Wed, Sep 20, 2017 at 8:22 PM, Saisai Shao 
> wrote:
>
> > Hi Team,
> >
> > Currently it is quite painful to figure out the cause of failure on
> travis
> > test. Do you know how to get test logs from travis, is there a way
> > supported by travis to either upload environment to some places, or log
> on
> > to travis to dig the files.
> >
> > Previously we uploaded logs to azure when test is failed, I'm not sure it
> > is still worked, shall we figure out a stable way to address this issue?
> >
> > Thanks
> > Jerry
> >
>
>
>
> --
> Luciano Resende
> http://twitter.com/lresende1975
> http://lresende.blogspot.com/
>


Re: How to get the test logs from travis

2017-09-20 Thread Luciano Resende
Take a look at what Zeppelin does, they kind cat a lot of the logs and
related files which then get appended to the build results.

https://github.com/apache/zeppelin/blob/master/.travis.yml

On Wed, Sep 20, 2017 at 8:22 PM, Saisai Shao  wrote:

> Hi Team,
>
> Currently it is quite painful to figure out the cause of failure on travis
> test. Do you know how to get test logs from travis, is there a way
> supported by travis to either upload environment to some places, or log on
> to travis to dig the files.
>
> Previously we uploaded logs to azure when test is failed, I'm not sure it
> is still worked, shall we figure out a stable way to address this issue?
>
> Thanks
> Jerry
>



-- 
Luciano Resende
http://twitter.com/lresende1975
http://lresende.blogspot.com/


How to get the test logs from travis

2017-09-20 Thread Saisai Shao
Hi Team,

Currently it is quite painful to figure out the cause of failure on travis
test. Do you know how to get test logs from travis, is there a way
supported by travis to either upload environment to some places, or log on
to travis to dig the files.

Previously we uploaded logs to azure when test is failed, I'm not sure it
is still worked, shall we figure out a stable way to address this issue?

Thanks
Jerry