You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Julian Sedding <js...@gmail.com> on 2016/12/08 12:27:55 UTC

Reported recent build failures as INFRA-13063

Hi all

I have created INFRA-13063[0] for our recent build failures.

Regards
Julian

[0] https://issues.apache.org/jira/browse/INFRA-13063

Re: Reported recent build failures as INFRA-13063

Posted by Robert Munteanu <ro...@apache.org>.
Great, thanks!

On Fri, 2016-12-09 at 13:21 +0100, Julian Sedding wrote:
> INFRA-13063 is resolved and we're back to normal.
> 
> Regards
> Julian
> 
> On Thu, Dec 8, 2016 at 7:11 PM, Julian Sedding <js...@gmail.com>
> wrote:
> > Thanks! I did as you suggested. Let's see if that helps for the
> > time being.
> > 
> > Regards
> > Julian
> > 
> > 
> > On Thu, Dec 8, 2016 at 2:40 PM, Robert Munteanu <rombert@apache.org
> > > wrote:
> > > On Thu, 2016-12-08 at 13:27 +0100, Julian Sedding wrote:
> > > > Hi all
> > > > 
> > > > I have created INFRA-13063[0] for our recent build failures.
> > > > 
> > > > Regards
> > > > Julian
> > > > 
> > > > [0] https://issues.apache.org/jira/browse/INFRA-13063
> > > 
> > > Thanks! Until that's sorted out, feel free to exclude the
> > > problematic
> > > node from the Jenkins config.
> > > 
> > > It should be enough do change
> > > 
> > > ��������def defaultSlave = "ubuntu"
> > > 
> > > to something like
> > > 
> > > ��������def defaultSlave = "ubuntu&&!ubuntu4"
> > > 
> > > Robert


Re: Reported recent build failures as INFRA-13063

Posted by Julian Sedding <js...@gmail.com>.
INFRA-13063 is resolved and we're back to normal.

Regards
Julian

On Thu, Dec 8, 2016 at 7:11 PM, Julian Sedding <js...@gmail.com> wrote:
> Thanks! I did as you suggested. Let's see if that helps for the time being.
>
> Regards
> Julian
>
>
> On Thu, Dec 8, 2016 at 2:40 PM, Robert Munteanu <ro...@apache.org> wrote:
>> On Thu, 2016-12-08 at 13:27 +0100, Julian Sedding wrote:
>>> Hi all
>>>
>>> I have created INFRA-13063[0] for our recent build failures.
>>>
>>> Regards
>>> Julian
>>>
>>> [0] https://issues.apache.org/jira/browse/INFRA-13063
>>
>> Thanks! Until that's sorted out, feel free to exclude the problematic
>> node from the Jenkins config.
>>
>> It should be enough do change
>>
>>         def defaultSlave = "ubuntu"
>>
>> to something like
>>
>>         def defaultSlave = "ubuntu&&!ubuntu4"
>>
>> Robert

Re: Reported recent build failures as INFRA-13063

Posted by Julian Sedding <js...@gmail.com>.
Thanks! I did as you suggested. Let's see if that helps for the time being.

Regards
Julian


On Thu, Dec 8, 2016 at 2:40 PM, Robert Munteanu <ro...@apache.org> wrote:
> On Thu, 2016-12-08 at 13:27 +0100, Julian Sedding wrote:
>> Hi all
>>
>> I have created INFRA-13063[0] for our recent build failures.
>>
>> Regards
>> Julian
>>
>> [0] https://issues.apache.org/jira/browse/INFRA-13063
>
> Thanks! Until that's sorted out, feel free to exclude the problematic
> node from the Jenkins config.
>
> It should be enough do change
>
>         def defaultSlave = "ubuntu"
>
> to something like
>
>         def defaultSlave = "ubuntu&&!ubuntu4"
>
> Robert

Re: Reported recent build failures as INFRA-13063

Posted by Robert Munteanu <ro...@apache.org>.
On Thu, 2016-12-08 at 13:27 +0100, Julian Sedding wrote:
> Hi all
> 
> I have created INFRA-13063[0] for our recent build failures.
> 
> Regards
> Julian
> 
> [0] https://issues.apache.org/jira/browse/INFRA-13063

Thanks! Until that's sorted out, feel free to exclude the problematic
node from the Jenkins config.

It should be enough do change

	def defaultSlave = "ubuntu"

to something like

	def defaultSlave = "ubuntu&&!ubuntu4"

Robert