<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">This looks better then my workaround of
having long bash command to log "something" every 10 seconds. That
worked fine as well, but didn't really look pretty <span
class="moz-smiley-s1"><span> :-) </span></span><br>
<br>
BTV. instead of looking at another alternative for Travis, we can
maybe spend the time to tune our testsuite? We have already JIRA
for it <a class="moz-txt-link-freetext" href="https://issues.jboss.org/browse/KEYCLOAK-3123">https://issues.jboss.org/browse/KEYCLOAK-3123</a> . <br>
<br>
The advantage is, that it will help with the speed of build on our
laptops too, not just with the speed of CI. I've personally ended
to always run the build with "-DskipTests=true" on my laptop as it
takes forever to build with tests.<br>
<br>
Marek<br>
<br>
On 17/08/16 08:46, Stian Thorgersen wrote:<br>
</div>
<blockquote
cite="mid:CAJgngAenQ7_=Jd3xDf+KpviAYaVJmQkr1EWgoJgvpmEV9Q4fAw@mail.gmail.com"
type="cite">
<div dir="ltr">I've tweaked the stroppy toddler a bit (<a
moz-do-not-send="true"
href="https://github.com/keycloak/keycloak/pull/3147"><a class="moz-txt-link-freetext" href="https://github.com/keycloak/keycloak/pull/3147">https://github.com/keycloak/keycloak/pull/3147</a></a>).
Ran that PR 5 times and it passed every time, so hopefully it'll
make it a bit more stable. Still takes more than 1 hour to
complete though.</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On 16 August 2016 at 16:06, Bruno
Oliveira <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:bruno@abstractj.org" target="_blank">bruno@abstractj.org</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">There are
some alternatives that we could try:<br>
<br>
* <a moz-do-not-send="true"
href="https://www.cloudbees.com/partners/platform/red-hat"
rel="noreferrer" target="_blank">https://www.cloudbees.com/<wbr>partners/platform/red-hat</a><br>
* <a moz-do-not-send="true"
href="https://developers.openshift.com/managing-your-applications/continuous-integration.html"
rel="noreferrer" target="_blank">https://developers.openshift.<wbr>com/managing-your-<wbr>applications/continuous-<wbr>integration.html</a><br>
* Make use of a beefy machine :)<br>
* Or host Jenkins in some paid cloud infrastructure<br>
<br>
If we don't have any volunteers, count me in.<br>
<div>
<div class="h5"><br>
On 2016-08-15, Stian Thorgersen wrote:<br>
> My opinion is that i HATE Travis! It's slow and has
a tendency to act like<br>
> a stroppy toddler.<br>
><br>
> Removing -q doesn't work because we then end up
generating more log than<br>
> Travis allows which kills the build as well.<br>
><br>
> We used to have the caching enabled, but it used to
result in a lot of<br>
> issues. Can't quite remember the details though.
Maybe we can try it again.<br>
><br>
> There's also travis_wait option that could work (<br>
> <a moz-do-not-send="true"
href="https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received"
rel="noreferrer" target="_blank">https://docs.travis-ci.com/<wbr>user/common-build-problems/#<wbr>Build-times-out-because-no-<wbr>output-was-received</a><br>
> ).<br>
><br>
> My preference would be to migrate away from Travis
and use something more<br>
> beefy that can run tests quicker.<br>
><br>
> I'll need to figure out someone to look into it
though. Any volunteers?<br>
><br>
><br>
><br>
><br>
> On 28 July 2016 at 17:11, Pedro Igor Silva <<a
moz-do-not-send="true" href="mailto:psilva@redhat.com"><a class="moz-txt-link-abbreviated" href="mailto:psilva@redhat.com">psilva@redhat.com</a></a>>
wrote:<br>
><br>
> > Let's see what Stian thinks about it :) For
me, it is also an option.<br>
> ><br>
> > ----- Original Message -----<br>
> > From: "Bruno Oliveira" <<a
moz-do-not-send="true"
href="mailto:bruno@abstractj.org"><a class="moz-txt-link-abbreviated" href="mailto:bruno@abstractj.org">bruno@abstractj.org</a></a>><br>
> > To: "Pedro Igor Silva" <<a
moz-do-not-send="true" href="mailto:psilva@redhat.com"><a class="moz-txt-link-abbreviated" href="mailto:psilva@redhat.com">psilva@redhat.com</a></a>><br>
> > Cc: "Bill Burke" <<a moz-do-not-send="true"
href="mailto:bburke@redhat.com">bburke@redhat.com</a>>,
"keycloak-dev" <<br>
> > <a moz-do-not-send="true"
href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a>><br>
> > Sent: Wednesday, July 27, 2016 10:45:35 PM<br>
> > Subject: Re: [keycloak-dev] travis seems to be
down<br>
> ><br>
> > Another alternative, but you might not enjoy
it, is :)<br>
> ><br>
> > Before start building Keycloak, pre-download
all the '.m2' dir with<br>
> > the dependencies required. Second alternative,
is to try some caching[1],<br>
> > but it may<br>
> > or may not work.<br>
> ><br>
> > [1] - <a moz-do-not-send="true"
href="https://docs.travis-ci.com/user/caching/"
rel="noreferrer" target="_blank">https://docs.travis-ci.com/<wbr>user/caching/</a><br>
> ><br>
> > On 2016-07-27, Pedro Igor Silva wrote:<br>
> > > As Bruno suggested, the problem is
probably related with the build<br>
> > taking too long. If you look at the first
command being executed:<br>
> > ><br>
> > > mvn install -Pdistribution
-DskipTests=true -B -V -q<br>
> > ><br>
> > > The -q option tells maven to run in quite
mode and only show errors.<br>
> > Even in my laptop, if I run the command above
it takes a bit more time to<br>
> > show any output (not too long, but more than
usual). That may explain that<br>
> > message from Travis.<br>
> > ><br>
> > > Maybe we should remove -q and just log
everything. That could make the<br>
> > builds more stable.<br>
> > ><br>
> > > I've forced a new build to your <a
moz-do-not-send="true"
href="https://github.com/keycloak/" rel="noreferrer"
target="_blank"><a class="moz-txt-link-freetext" href="https://github.com/keycloak/">https://github.com/keycloak/</a></a><br>
> > keycloak/pull/3079 (without changing anything
to .travis.yml). Now it is<br>
> > running.<br>
> > ><br>
> > > ----- Original Message -----<br>
> > > From: "Bill Burke" <<a
moz-do-not-send="true" href="mailto:bburke@redhat.com"><a class="moz-txt-link-abbreviated" href="mailto:bburke@redhat.com">bburke@redhat.com</a></a>><br>
> > > To: "Pedro Igor Silva" <<a
moz-do-not-send="true" href="mailto:psilva@redhat.com"><a class="moz-txt-link-abbreviated" href="mailto:psilva@redhat.com">psilva@redhat.com</a></a>>,
"Bruno Oliveira" <<br>
> > <a moz-do-not-send="true"
href="mailto:bruno@abstractj.org">bruno@abstractj.org</a>><br>
> > > Cc: "keycloak-dev" <<a
moz-do-not-send="true"
href="mailto:keycloak-dev@lists.jboss.org"><a class="moz-txt-link-abbreviated" href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a></a>><br>
> > > Sent: Wednesday, July 27, 2016 8:53:16 PM<br>
> > > Subject: Re: [keycloak-dev] travis seems
to be down<br>
> > ><br>
> > > Wrong... :( I still get this problem.<br>
> > ><br>
> > ><br>
> > > On 7/27/16 7:02 PM, Pedro Igor Silva
wrote:<br>
> > > > I think Travis decided to not mess
with Bill :)<br>
> > > ><br>
> > > > ----- Original Message -----<br>
> > > > From: "Bruno Oliveira" <<a
moz-do-not-send="true"
href="mailto:bruno@abstractj.org"><a class="moz-txt-link-abbreviated" href="mailto:bruno@abstractj.org">bruno@abstractj.org</a></a>><br>
> > > > To: "Pedro Igor Silva" <<a
moz-do-not-send="true" href="mailto:psilva@redhat.com"><a class="moz-txt-link-abbreviated" href="mailto:psilva@redhat.com">psilva@redhat.com</a></a>><br>
> > > > Cc: "Bill Burke" <<a
moz-do-not-send="true" href="mailto:bburke@redhat.com"><a class="moz-txt-link-abbreviated" href="mailto:bburke@redhat.com">bburke@redhat.com</a></a>>,
"keycloak-dev" <<br>
> > <a moz-do-not-send="true"
href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a>><br>
> > > > Sent: Wednesday, July 27, 2016
6:37:44 PM<br>
> > > > Subject: Re: [keycloak-dev] travis
seems to be down<br>
> > > ><br>
> > > > Seems like the balance of the Force
was established again.<br>
> > > ><br>
> > > > On 2016-07-27, Pedro Igor Silva
wrote:<br>
> > > >> Got that error, but now the
build was successful.<br>
> > > >><br>
> > > >> ----- Original Message -----<br>
> > > >> From: "Bruno Oliveira" <<a
moz-do-not-send="true"
href="mailto:bruno@abstractj.org"><a class="moz-txt-link-abbreviated" href="mailto:bruno@abstractj.org">bruno@abstractj.org</a></a>><br>
> > > >> To: "Bill Burke" <<a
moz-do-not-send="true" href="mailto:bburke@redhat.com"><a class="moz-txt-link-abbreviated" href="mailto:bburke@redhat.com">bburke@redhat.com</a></a>><br>
> > > >> Cc: "keycloak-dev" <<a
moz-do-not-send="true"
href="mailto:keycloak-dev@lists.jboss.org"><a class="moz-txt-link-abbreviated" href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a></a>><br>
> > > >> Sent: Wednesday, July 27, 2016
6:01:47 PM<br>
> > > >> Subject: Re: [keycloak-dev]
travis seems to be down<br>
> > > >><br>
> > > >> Seems like they are fully
operational[1]. I believe that this is the<br>
> > > >> reason:<br>
> > > >><br>
> > > >> "No output has been received in
the last 10 minutes, this potentially<br>
> > indicates a stalled build or something wrong
with the build itself."<br>
> > > >><br>
> > > >> Based on my previous
experiences, it happens when the build takes too<br>
> > > >> long. Not really sure if that's
the root cause, but I can help<br>
> > > >> investigating it.<br>
> > > >><br>
> > > >> [1] - <a moz-do-not-send="true"
href="https://www.traviscistatus.com/"
rel="noreferrer" target="_blank">https://www.traviscistatus.<wbr>com/</a><br>
> > > >><br>
> > > >> On 2016-07-27, Bill Burke wrote:<br>
> > > >>> A lot of builds failing in
initial setup<br>
> > > >>><br>
> > > >>><br>
> > > >>> Bill<br>
> > > >>><br>
> > > >>>
______________________________<wbr>_________________<br>
> > > >>> keycloak-dev mailing list<br>
> > > >>> <a moz-do-not-send="true"
href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a><br>
> > > >>> <a moz-do-not-send="true"
href="https://lists.jboss.org/mailman/listinfo/keycloak-dev"
rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/keycloak-dev</a><br>
> > > >> --<br>
> > > >><br>
> > > >> abstractj<br>
> > > >> PGP: 0x84DC9914<br>
> > > >> ______________________________<wbr>_________________<br>
> > > >> keycloak-dev mailing list<br>
> > > >> <a moz-do-not-send="true"
href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a><br>
> > > >> <a moz-do-not-send="true"
href="https://lists.jboss.org/mailman/listinfo/keycloak-dev"
rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/keycloak-dev</a><br>
> > > > --<br>
> > > ><br>
> > > > abstractj<br>
> > > > PGP: 0x84DC9914<br>
> > ><br>
> ><br>
> > --<br>
> ><br>
> > abstractj<br>
> > PGP: 0x84DC9914<br>
> > ______________________________<wbr>_________________<br>
> > keycloak-dev mailing list<br>
> > <a moz-do-not-send="true"
href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a><br>
> > <a moz-do-not-send="true"
href="https://lists.jboss.org/mailman/listinfo/keycloak-dev"
rel="noreferrer" target="_blank">https://lists.jboss.org/<wbr>mailman/listinfo/keycloak-dev</a><br>
> ><br>
<br>
</div>
</div>
--<br>
<br>
abstractj<br>
PGP: 0x84DC9914<br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
keycloak-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/keycloak-dev">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a></pre>
</blockquote>
<br>
</body>
</html>