OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Jacques Le Roux
Administrator
Hi,

Following https://issues.apache.org/jira/browse/INFRA-4785, and thanks to Gavin, we have now builds for OFBiz releases branches
(11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They simply miss the "run-tests" step in
https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
I wanted to modify it myself but I have no access there . Could someone with more privileges (ASF members?)  do it? Else please
Gavin could you do it?

It's just about adding
f_ofb_?.addStep(Compile(command=["ant" , "run-tests"], haltOnFailure=True,))
for ? in {2,3,4}

Gavin has already handled load-demo for both trunk builds (std and ARM) but we should also change it for 12.04 (aka f_ofb_4)

Note: Buildbot ASF instance uses JDK 1.7, so following https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively R10.04
r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04 to compiles and run (faster) under JDK 1.7

Thanks

Jacques
Reply | Threaded
Open this post in threaded view
|

Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Jacques Le Roux
Administrator
Hi Gavin,

It seems nobody is able to add the f_ofb_?.addStep(... lines below in
https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
Could you please do it for us? Or would it be possible to grant access to avoid disturbing you later?

Thanks

Jacques

From: "Jacques Le Roux" <[hidden email]>

> Hi,
>
> Following https://issues.apache.org/jira/browse/INFRA-4785, and thanks to Gavin, we have now builds for OFBiz releases branches
> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They simply miss the "run-tests" step in
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
> I wanted to modify it myself but I have no access there . Could someone with more privileges (ASF members?)  do it? Else please
> Gavin could you do it?
>
> It's just about adding
> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"], haltOnFailure=True,))
> for ? in {2,3,4}
>
> Gavin has already handled load-demo for both trunk builds (std and ARM) but we should also change it for 12.04 (aka f_ofb_4)
>
> Note: Buildbot ASF instance uses JDK 1.7, so following https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively R10.04
> r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04 to compiles and run (faster) under JDK 1.7
>
> Thanks
>
> Jacques
Reply | Threaded
Open this post in threaded view
|

Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Christian Geisert
Seems like I have access, will have a look tonight

Christian

Am 20.09.2012 12:12, schrieb Jacques Le Roux:

> Hi Gavin,
>
> It seems nobody is able to add the f_ofb_?.addStep(... lines below in
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
> Could you please do it for us? Or would it be possible to grant access
> to avoid disturbing you later?
>
> Thanks
>
> Jacques
>
> From: "Jacques Le Roux" <[hidden email]>
>> Hi,
>>
>> Following https://issues.apache.org/jira/browse/INFRA-4785, and
>> thanks to Gavin, we have now builds for OFBiz releases branches
>> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They
>> simply miss the "run-tests" step in
>> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
>>
>> I wanted to modify it myself but I have no access there . Could
>> someone with more privileges (ASF members?)  do it? Else please Gavin
>> could you do it?
>>
>> It's just about adding
>> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"],
>> haltOnFailure=True,))
>> for ? in {2,3,4}
>>
>> Gavin has already handled load-demo for both trunk builds (std and
>> ARM) but we should also change it for 12.04 (aka f_ofb_4)
>>
>> Note: Buildbot ASF instance uses JDK 1.7, so following
>> https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively
>> R10.04 r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04 to
>> compiles and run (faster) under JDK 1.7
>>
>> Thanks
>>
>> Jacques
>

Reply | Threaded
Open this post in threaded view
|

Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

SAURABH SINGH
On Thu, Sep 20, 2012 at 5:24 PM, Christian Geisert <
[hidden email]> wrote:

> Seems like I have access, will have a look tonight
>
> Christian
>
> Am 20.09.2012 12:12, schrieb Jacques Le Roux:
> > Hi Gavin,
> >
> > It seems nobody is able to add the f_ofb_?.addStep(... lines below in
> >
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
> > Could you please do it for us? Or would it be possible to grant access
> > to avoid disturbing you later?
> >
> > Thanks
> >
> > Jacques
> >
> > From: "Jacques Le Roux" <[hidden email]>
> >> Hi,
> >>
> >> Following https://issues.apache.org/jira/browse/INFRA-4785, and
> >> thanks to Gavin, we have now builds for OFBiz releases branches
> >> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They
> >> simply miss the "run-tests" step in
> >>
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/ofbiz.conf
> >>
> >> I wanted to modify it myself but I have no access there . Could
> >> someone with more privileges (ASF members?)  do it? Else please Gavin
> >> could you do it?
> >>
> >> It's just about adding
> >> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"],
> >> haltOnFailure=True,))
> >> for ? in {2,3,4}
> >>
> >> Gavin has already handled load-demo for both trunk builds (std and
> >> ARM) but we should also change it for 12.04 (aka f_ofb_4)
> >>
> >> Note: Buildbot ASF instance uses JDK 1.7, so following
> >> https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively
> >> R10.04 r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04 to
> >> compiles and run (faster) under JDK 1.7
> >>
> >> Thanks
> >>
> >> Jacques
> >
>
>


--
*Thanks & Regards
SAURABH SINGH
**Software Engineer*
*Mechatronics Systems Pvt Ltd*
*BHOPAL (M.P.)*
Reply | Threaded
Open this post in threaded view
|

Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Jacques Le Roux
Administrator
In reply to this post by Christian Geisert
At https://svn.apache.org/repos/infra I see only apachecon and website, what could I miss?

Jacques

From: "Gavin McDonald" <[hidden email]>

>> -----Original Message-----
>> From: Christian Geisert [mailto:[hidden email]]
>> Sent: Thursday, 20 September 2012 9:25 PM
>> To: [hidden email]
>> Cc: [hidden email]
>> Subject: Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't
> run
>> tests
>>
>> Seems like I have access, will have a look tonight
>
> Every committer does, Jacques couldn't get in before so thought it easier to
> Just do it. Tell him the url you used and see if he has better luck this
> time.
>
> Gav...
>
>>
>> Christian
>>
>> Am 20.09.2012 12:12, schrieb Jacques Le Roux:
>> > Hi Gavin,
>> >
>> > It seems nobody is able to add the f_ofb_?.addStep(... lines below in
>> > https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/build
>> > master/master1/projects/ofbiz.conf
>> > Could you please do it for us? Or would it be possible to grant access
>> > to avoid disturbing you later?
>> >
>> > Thanks
>> >
>> > Jacques
>> >
>> > From: "Jacques Le Roux" <[hidden email]>
>> >> Hi,
>> >>
>> >> Following https://issues.apache.org/jira/browse/INFRA-4785, and
>> >> thanks to Gavin, we have now builds for OFBiz releases branches
>> >> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They
>> >> simply miss the "run-tests" step in
>> >> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buil
>> >> dmaster/master1/projects/ofbiz.conf
>> >>
>> >> I wanted to modify it myself but I have no access there . Could
>> >> someone with more privileges (ASF members?)  do it? Else please Gavin
>> >> could you do it?
>> >>
>> >> It's just about adding
>> >> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"],
>> >> haltOnFailure=True,))
>> >> for ? in {2,3,4}
>> >>
>> >> Gavin has already handled load-demo for both trunk builds (std and
>> >> ARM) but we should also change it for 12.04 (aka f_ofb_4)
>> >>
>> >> Note: Buildbot ASF instance uses JDK 1.7, so following
>> >> https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively
>> >> R10.04 r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04 to
>> >> compiles and run (faster) under JDK 1.7
>> >>
>> >> Thanks
>> >>
>> >> Jacques
>> >
>
>
Reply | Threaded
Open this post in threaded view
|

Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Jacques Le Roux
Administrator
From: "Gavin McDonald" <[hidden email]>

>> -----Original Message-----
>> From: Jacques Le Roux [mailto:[hidden email]]
>> Sent: Thursday, 20 September 2012 10:31 PM
>> To: [hidden email]; [hidden email]
>> Cc: [hidden email]
>> Subject: Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't
> run
>> tests
>>
>> At https://svn.apache.org/repos/infra I see only apachecon and website,
>> what could I miss?
>
> The rest of the URL is missing, you can't check out the whole of the infra
> tree. But you
> can check out further down:
>
> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster
> /master1/projects
>
> is the full URL you can check out.
>
> Then edit your ofbiz.conf file from there.
>
> HTH
>
> Gav...

Ho indeed, sorry, I will take care of it

Thanks

Jacques
 

>>
>> Jacques
>>
>> From: "Gavin McDonald" <[hidden email]>
>> >> -----Original Message-----
>> >> From: Christian Geisert [mailto:[hidden email]]
>> >> Sent: Thursday, 20 September 2012 9:25 PM
>> >> To: [hidden email]
>> >> Cc: [hidden email]
>> >> Subject: Re: OFBiz releases branches builds (11.04, 11.04, 12.04)
>> >> don't
>> > run
>> >> tests
>> >>
>> >> Seems like I have access, will have a look tonight
>> >
>> > Every committer does, Jacques couldn't get in before so thought it
>> > easier to Just do it. Tell him the url you used and see if he has
>> > better luck this time.
>> >
>> > Gav...
>> >
>> >>
>> >> Christian
>> >>
>> >> Am 20.09.2012 12:12, schrieb Jacques Le Roux:
>> >> > Hi Gavin,
>> >> >
>> >> > It seems nobody is able to add the f_ofb_?.addStep(... lines below
>> >> > in
>> >> > https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/bu
>> >> > ild
>> >> > master/master1/projects/ofbiz.conf
>> >> > Could you please do it for us? Or would it be possible to grant
>> >> > access to avoid disturbing you later?
>> >> >
>> >> > Thanks
>> >> >
>> >> > Jacques
>> >> >
>> >> > From: "Jacques Le Roux" <[hidden email]>
>> >> >> Hi,
>> >> >>
>> >> >> Following https://issues.apache.org/jira/browse/INFRA-4785, and
>> >> >> thanks to Gavin, we have now builds for OFBiz releases branches
>> >> >> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They
>> >> >> simply miss the "run-tests" step in
>> >> >> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/b
>> >> >> uil dmaster/master1/projects/ofbiz.conf
>> >> >>
>> >> >> I wanted to modify it myself but I have no access there . Could
>> >> >> someone with more privileges (ASF members?)  do it? Else please
>> >> >> Gavin could you do it?
>> >> >>
>> >> >> It's just about adding
>> >> >> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"],
>> >> >> haltOnFailure=True,))
>> >> >> for ? in {2,3,4}
>> >> >>
>> >> >> Gavin has already handled load-demo for both trunk builds (std and
>> >> >> ARM) but we should also change it for 12.04 (aka f_ofb_4)
>> >> >>
>> >> >> Note: Buildbot ASF instance uses JDK 1.7, so following
>> >> >> https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively
>> >> >> R10.04 r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04
>> >> >> to compiles and run (faster) under JDK 1.7
>> >> >>
>> >> >> Thanks
>> >> >>
>> >> >> Jacques
>> >> >
>> >
>> >
>
Reply | Threaded
Open this post in threaded view
|

Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Jacques Le Roux
Administrator
In reply to this post by Jacques Le Roux
Done at r832653

I tried to Resubmit a Build but got
<<Authentication Failed
The username or password you entered were not correct. Please go back and try again. >>

Am I authorised to do so using my committer credential?

Thanks

Jacques

From: "Jacques Le Roux" <[hidden email]>

> From: "Gavin McDonald" <[hidden email]>
>>> -----Original Message-----
>>> From: Jacques Le Roux [mailto:[hidden email]]
>>> Sent: Thursday, 20 September 2012 10:31 PM
>>> To: [hidden email]; [hidden email]
>>> Cc: [hidden email]
>>> Subject: Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't
>> run
>>> tests
>>>
>>> At https://svn.apache.org/repos/infra I see only apachecon and website,
>>> what could I miss?
>>
>> The rest of the URL is missing, you can't check out the whole of the infra
>> tree. But you
>> can check out further down:
>>
>> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster
>> /master1/projects
>>
>> is the full URL you can check out.
>>
>> Then edit your ofbiz.conf file from there.
>>
>> HTH
>>
>> Gav...
>
> Ho indeed, sorry, I will take care of it
>
> Thanks
>
> Jacques
>
>>>
>>> Jacques
>>>
>>> From: "Gavin McDonald" <[hidden email]>
>>> >> -----Original Message-----
>>> >> From: Christian Geisert [mailto:[hidden email]]
>>> >> Sent: Thursday, 20 September 2012 9:25 PM
>>> >> To: [hidden email]
>>> >> Cc: [hidden email]
>>> >> Subject: Re: OFBiz releases branches builds (11.04, 11.04, 12.04)
>>> >> don't
>>> > run
>>> >> tests
>>> >>
>>> >> Seems like I have access, will have a look tonight
>>> >
>>> > Every committer does, Jacques couldn't get in before so thought it
>>> > easier to Just do it. Tell him the url you used and see if he has
>>> > better luck this time.
>>> >
>>> > Gav...
>>> >
>>> >>
>>> >> Christian
>>> >>
>>> >> Am 20.09.2012 12:12, schrieb Jacques Le Roux:
>>> >> > Hi Gavin,
>>> >> >
>>> >> > It seems nobody is able to add the f_ofb_?.addStep(... lines below
>>> >> > in
>>> >> > https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/bu
>>> >> > ild
>>> >> > master/master1/projects/ofbiz.conf
>>> >> > Could you please do it for us? Or would it be possible to grant
>>> >> > access to avoid disturbing you later?
>>> >> >
>>> >> > Thanks
>>> >> >
>>> >> > Jacques
>>> >> >
>>> >> > From: "Jacques Le Roux" <[hidden email]>
>>> >> >> Hi,
>>> >> >>
>>> >> >> Following https://issues.apache.org/jira/browse/INFRA-4785, and
>>> >> >> thanks to Gavin, we have now builds for OFBiz releases branches
>>> >> >> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They
>>> >> >> simply miss the "run-tests" step in
>>> >> >> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/b
>>> >> >> uil dmaster/master1/projects/ofbiz.conf
>>> >> >>
>>> >> >> I wanted to modify it myself but I have no access there . Could
>>> >> >> someone with more privileges (ASF members?)  do it? Else please
>>> >> >> Gavin could you do it?
>>> >> >>
>>> >> >> It's just about adding
>>> >> >> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"],
>>> >> >> haltOnFailure=True,))
>>> >> >> for ? in {2,3,4}
>>> >> >>
>>> >> >> Gavin has already handled load-demo for both trunk builds (std and
>>> >> >> ARM) but we should also change it for 12.04 (aka f_ofb_4)
>>> >> >>
>>> >> >> Note: Buildbot ASF instance uses JDK 1.7, so following
>>> >> >> https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively
>>> >> >> R10.04 r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04
>>> >> >> to compiles and run (faster) under JDK 1.7
>>> >> >>
>>> >> >> Thanks
>>> >> >>
>>> >> >> Jacques
>>> >> >
>>> >
>>> >
>>
Reply | Threaded
Open this post in threaded view
|

Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't run tests

Jacques Le Roux
Administrator
We got a 1099 port conflict between branches while running tests
(12 was running preventing 11 and 10 I guess)
OK http://ci.apache.org/builders/ofbiz-branch12/builds/6/steps/compile_1/logs/stdio
~OK http://ci.apache.org/builders/ofbiz-branch10/builds/20/steps/compile_1/logs/stdio
~OK http://ci.apache.org/builders/ofbiz-branch11/builds/7/steps/compile_1/logs/stdio

I will try to handle it, not sure how yet...
Being able to run a build w/out having to commit new stuff would help (demand below)

Also the trunk failed (well false report but anyway) but html logs did not update
So did all others logs, only trunk contains and old occurence (which succeeded)
http://ci.apache.org/projects/ofbiz/logs/

Thanks

Jacques

Jacques Le Roux wrote:

> Done at r832653
>
> I tried to Resubmit a Build but got
> <<Authentication Failed
> The username or password you entered were not correct. Please go back and try again. >>
>
> Am I authorised to do so using my committer credential?
>
> Thanks
>
> Jacques
>
> From: "Jacques Le Roux" <[hidden email]>
>> From: "Gavin McDonald" <[hidden email]>
>>>> -----Original Message-----
>>>> From: Jacques Le Roux [mailto:[hidden email]]
>>>> Sent: Thursday, 20 September 2012 10:31 PM
>>>> To: [hidden email]; [hidden email]
>>>> Cc: [hidden email]
>>>> Subject: Re: OFBiz releases branches builds (11.04, 11.04, 12.04) don't
>>> run
>>>> tests
>>>>
>>>> At https://svn.apache.org/repos/infra I see only apachecon and website,
>>>> what could I miss?
>>>
>>> The rest of the URL is missing, you can't check out the whole of the infra
>>> tree. But you
>>> can check out further down:
>>>
>>> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster
>>> /master1/projects
>>>
>>> is the full URL you can check out.
>>>
>>> Then edit your ofbiz.conf file from there.
>>>
>>> HTH
>>>
>>> Gav...
>>
>> Ho indeed, sorry, I will take care of it
>>
>> Thanks
>>
>> Jacques
>>
>>>>
>>>> Jacques
>>>>
>>>> From: "Gavin McDonald" <[hidden email]>
>>>>>> -----Original Message-----
>>>>>> From: Christian Geisert [mailto:[hidden email]]
>>>>>> Sent: Thursday, 20 September 2012 9:25 PM
>>>>>> To: [hidden email]
>>>>>> Cc: [hidden email]
>>>>>> Subject: Re: OFBiz releases branches builds (11.04, 11.04, 12.04)
>>>>>> don't
>>>>> run
>>>>>> tests
>>>>>>
>>>>>> Seems like I have access, will have a look tonight
>>>>>
>>>>> Every committer does, Jacques couldn't get in before so thought it
>>>>> easier to Just do it. Tell him the url you used and see if he has
>>>>> better luck this time.
>>>>>
>>>>> Gav...
>>>>>
>>>>>>
>>>>>> Christian
>>>>>>
>>>>>> Am 20.09.2012 12:12, schrieb Jacques Le Roux:
>>>>>>> Hi Gavin,
>>>>>>>
>>>>>>> It seems nobody is able to add the f_ofb_?.addStep(... lines below
>>>>>>> in
>>>>>>> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/bu
>>>>>>> ild
>>>>>>> master/master1/projects/ofbiz.conf
>>>>>>> Could you please do it for us? Or would it be possible to grant
>>>>>>> access to avoid disturbing you later?
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> Jacques
>>>>>>>
>>>>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> Following https://issues.apache.org/jira/browse/INFRA-4785, and
>>>>>>>> thanks to Gavin, we have now builds for OFBiz releases branches
>>>>>>>> (11.04, 11.04, 12.04). Unfortunaltey they don't run tests. They
>>>>>>>> simply miss the "run-tests" step in
>>>>>>>> https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/b
>>>>>>>> uil dmaster/master1/projects/ofbiz.conf
>>>>>>>>
>>>>>>>> I wanted to modify it myself but I have no access there . Could
>>>>>>>> someone with more privileges (ASF members?)  do it? Else please
>>>>>>>> Gavin could you do it?
>>>>>>>>
>>>>>>>> It's just about adding
>>>>>>>> f_ofb_?.addStep(Compile(command=["ant" , "run-tests"],
>>>>>>>> haltOnFailure=True,))
>>>>>>>> for ? in {2,3,4}
>>>>>>>>
>>>>>>>> Gavin has already handled load-demo for both trunk builds (std and
>>>>>>>> ARM) but we should also change it for 12.04 (aka f_ofb_4)
>>>>>>>>
>>>>>>>> Note: Buildbot ASF instance uses JDK 1.7, so following
>>>>>>>> https://issues.apache.org/jira/browse/OFBIZ-4749 at respectively
>>>>>>>> R10.04 r1386469 and R11.04 r1386470, I allowed R10.04 and R11.04
>>>>>>>> to compiles and run (faster) under JDK 1.7
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>>
>>>>>>>> Jacques