Re: [sfc-dev] SFC jenkin jobs timing out

2017-12-16 Thread David Suarez
Hi,

I would leave sfc-shell as an independent feature.

David Suárez

De: Sam Hague
Enviado: viernes, 15 de diciembre de 2017 23:49
Para: Brady Johnson
CC: integration-...@lists.opendaylight.org; sfc-dev opendaylight
Asunto: Re: [sfc-dev] SFC jenkin jobs timing out



On Fri, Dec 15, 2017 at 11:30 AM, Brady Johnson <bradyallenjohn...@gmail.com> 
wrote:
Sam,

Thanks, that's a good idea. How do you make it so these features dont build in 
the Jenkins run?
As Luis mentioned, Thanh merged a patch that bumps up the builder vm's so the 
builds should complete faster. With the switch to the new infra, the vm 
builders were reduced - less cores and less memory.

But, if you do want to help your build times, since SFC takes a while because 
it has so many features - don't not build them, but rather compress them or 
remove the features you don't need. Like the -rest features. Those simply exist 
to add restconf. Do you really need that? Just delete the -rest one and have 
the user load restconf. Like odl-sfc-provider and odl-sfc-provider-rest - just 
load odl-restconf and odl-sfc-provider. 

Do you still use vnfm? Can the sfc-shell be collapsed into sfc-provider?
Regards,

Brady


On Fri, Dec 15, 2017 at 10:18 AM Sam Hague <sha...@redhat.com> wrote:
Do you need all the features being built? Stuff like vnfm could likely go. 
Seems like there are features tentatively included. Maybe collapse some 
features, like vpp into one. Remove the -rest features or collapse. Those are 
relics of the sample/archetype frameworks where there was an impl, rest and ui. 
Doesn't make sense - just collapse into the feature to expose to users.

"odl-sfc-provider" is the longest sft. Took 7 minutes. Can't get rid of this 
feature, though, since it is the main fetaure.

On Fri, Dec 15, 2017 at 9:57 AM, Brady Johnson <bradyallenjohn...@gmail.com> 
wrote:
Jaime,

Thanks for bringing this up. It seems like its the SingleFeatureTest that takes 
so long. I dont know if anything changed upstream related to this.

Regards,

Brady


On Fri, Dec 15, 2017 at 3:32 AM Jaime Caamaño Ruiz <jcaam...@suse.com> wrote:
Hello

In SFC we are suffering above average job failure rate due to time out.
The verify job [1] particularly fails a lot.  I am not aware on
anything happenning on SFC project that might cause this. The
executions just seem to be twice as slow throughout the job. ¿Any
ideas?

Thanks for the help,
Jaime.

[1] https://jenkins.opendaylight.org/releng/job/sfc-maven-verify-oxygen
-mvn33-openjdk8/
___
sfc-dev mailing list
sfc-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/sfc-dev

___
sfc-dev mailing list
sfc-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/sfc-dev



___
sfc-dev mailing list
sfc-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/sfc-dev


Re: [sfc-dev] SFC jenkin jobs timing out

2017-12-15 Thread Brady Johnson
Sam,

That makes sense. I'll prepare a patch to simplify the features.

Thanks!

Brady


On Fri, Dec 15, 2017 at 4:49 PM Sam Hague  wrote:

> On Fri, Dec 15, 2017 at 11:30 AM, Brady Johnson <
> bradyallenjohn...@gmail.com> wrote:
>
>> Sam,
>>
>> Thanks, that's a good idea. How do you make it so these features dont
>> build in the Jenkins run?
>>
> As Luis mentioned, Thanh merged a patch that bumps up the builder vm's so
> the builds should complete faster. With the switch to the new infra, the vm
> builders were reduced - less cores and less memory.
>
> But, if you do want to help your build times, since SFC takes a while
> because it has so many features - don't not build them, but rather compress
> them or remove the features you don't need. Like the -rest features. Those
> simply exist to add restconf. Do you really need that? Just delete the
> -rest one and have the user load restconf. Like odl-sfc-provider and
> odl-sfc-provider-rest - just load odl-restconf and odl-sfc-provider.
>
> Do you still use vnfm? Can the sfc-shell be collapsed into sfc-provider?
>
>> Regards,
>>
>> Brady
>>
>>
>> On Fri, Dec 15, 2017 at 10:18 AM Sam Hague  wrote:
>>
>>> Do you need all the features being built? Stuff like vnfm could likely
>>> go. Seems like there are features tentatively included. Maybe collapse some
>>> features, like vpp into one. Remove the -rest features or collapse. Those
>>> are relics of the sample/archetype frameworks where there was an impl, rest
>>> and ui. Doesn't make sense - just collapse into the feature to expose to
>>> users.
>>>
>>> "odl-sfc-provider" is the longest sft. Took 7 minutes. Can't get rid of
>>> this feature, though, since it is the main fetaure.
>>>
>>> On Fri, Dec 15, 2017 at 9:57 AM, Brady Johnson <
>>> bradyallenjohn...@gmail.com> wrote:
>>>
 Jaime,

 Thanks for bringing this up. It seems like its the SingleFeatureTest
 that takes so long. I dont know if anything changed upstream related to
 this.

 Regards,

 Brady


 On Fri, Dec 15, 2017 at 3:32 AM Jaime Caamaño Ruiz 
 wrote:

> Hello
>
> In SFC we are suffering above average job failure rate due to time out.
> The verify job [1] particularly fails a lot.  I am not aware on
> anything happenning on SFC project that might cause this. The
> executions just seem to be twice as slow throughout the job. ¿Any
> ideas?
>
> Thanks for the help,
> Jaime.
>
> [1]
> https://jenkins.opendaylight.org/releng/job/sfc-maven-verify-oxygen
> -mvn33-openjdk8/
> 
> ___
> sfc-dev mailing list
> sfc-dev@lists.opendaylight.org
> https://lists.opendaylight.org/mailman/listinfo/sfc-dev
>

 ___
 sfc-dev mailing list
 sfc-dev@lists.opendaylight.org
 https://lists.opendaylight.org/mailman/listinfo/sfc-dev


>>>
___
sfc-dev mailing list
sfc-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/sfc-dev


Re: [sfc-dev] SFC jenkin jobs timing out

2017-12-15 Thread Sam Hague
On Fri, Dec 15, 2017 at 11:30 AM, Brady Johnson  wrote:

> Sam,
>
> Thanks, that's a good idea. How do you make it so these features dont
> build in the Jenkins run?
>
As Luis mentioned, Thanh merged a patch that bumps up the builder vm's so
the builds should complete faster. With the switch to the new infra, the vm
builders were reduced - less cores and less memory.

But, if you do want to help your build times, since SFC takes a while
because it has so many features - don't not build them, but rather compress
them or remove the features you don't need. Like the -rest features. Those
simply exist to add restconf. Do you really need that? Just delete the
-rest one and have the user load restconf. Like odl-sfc-provider and
odl-sfc-provider-rest - just load odl-restconf and odl-sfc-provider.

Do you still use vnfm? Can the sfc-shell be collapsed into sfc-provider?

> Regards,
>
> Brady
>
>
> On Fri, Dec 15, 2017 at 10:18 AM Sam Hague  wrote:
>
>> Do you need all the features being built? Stuff like vnfm could likely
>> go. Seems like there are features tentatively included. Maybe collapse some
>> features, like vpp into one. Remove the -rest features or collapse. Those
>> are relics of the sample/archetype frameworks where there was an impl, rest
>> and ui. Doesn't make sense - just collapse into the feature to expose to
>> users.
>>
>> "odl-sfc-provider" is the longest sft. Took 7 minutes. Can't get rid of
>> this feature, though, since it is the main fetaure.
>>
>> On Fri, Dec 15, 2017 at 9:57 AM, Brady Johnson <
>> bradyallenjohn...@gmail.com> wrote:
>>
>>> Jaime,
>>>
>>> Thanks for bringing this up. It seems like its the SingleFeatureTest
>>> that takes so long. I dont know if anything changed upstream related to
>>> this.
>>>
>>> Regards,
>>>
>>> Brady
>>>
>>>
>>> On Fri, Dec 15, 2017 at 3:32 AM Jaime Caamaño Ruiz 
>>> wrote:
>>>
 Hello

 In SFC we are suffering above average job failure rate due to time out.
 The verify job [1] particularly fails a lot.  I am not aware on
 anything happenning on SFC project that might cause this. The
 executions just seem to be twice as slow throughout the job. ¿Any
 ideas?

 Thanks for the help,
 Jaime.

 [1] https://jenkins.opendaylight.org/releng/job/sfc-maven-verify-oxygen
 -mvn33-openjdk8/
 
 ___
 sfc-dev mailing list
 sfc-dev@lists.opendaylight.org
 https://lists.opendaylight.org/mailman/listinfo/sfc-dev

>>>
>>> ___
>>> sfc-dev mailing list
>>> sfc-dev@lists.opendaylight.org
>>> https://lists.opendaylight.org/mailman/listinfo/sfc-dev
>>>
>>>
>>
___
sfc-dev mailing list
sfc-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/sfc-dev


Re: [sfc-dev] SFC jenkin jobs timing out

2017-12-15 Thread Luis Gomez
FYI, LF is working in fixing build timeout problem: 
https://lists.opendaylight.org/pipermail/release/2017-December/013147.html 

> On Dec 15, 2017, at 8:30 AM, Brady Johnson  
> wrote:
> 
> Sam,
> 
> Thanks, that's a good idea. How do you make it so these features dont build 
> in the Jenkins run?
> 
> Regards,
> 
> Brady
> 
> 
> On Fri, Dec 15, 2017 at 10:18 AM Sam Hague  > wrote:
> Do you need all the features being built? Stuff like vnfm could likely go. 
> Seems like there are features tentatively included. Maybe collapse some 
> features, like vpp into one. Remove the -rest features or collapse. Those are 
> relics of the sample/archetype frameworks where there was an impl, rest and 
> ui. Doesn't make sense - just collapse into the feature to expose to users.
> 
> "odl-sfc-provider" is the longest sft. Took 7 minutes. Can't get rid of this 
> feature, though, since it is the main fetaure.
> 
> On Fri, Dec 15, 2017 at 9:57 AM, Brady Johnson  > wrote:
> Jaime,
> 
> Thanks for bringing this up. It seems like its the SingleFeatureTest that 
> takes so long. I dont know if anything changed upstream related to this.
> 
> Regards,
> 
> Brady
> 
> 
> On Fri, Dec 15, 2017 at 3:32 AM Jaime Caamaño Ruiz  > wrote:
> Hello
> 
> In SFC we are suffering above average job failure rate due to time out.
> The verify job [1] particularly fails a lot.  I am not aware on
> anything happenning on SFC project that might cause this. The
> executions just seem to be twice as slow throughout the job. ¿Any
> ideas?
> 
> Thanks for the help,
> Jaime.
> 
> [1] https://jenkins.opendaylight.org/releng/job/sfc-maven-verify-oxygen
> -mvn33-openjdk8/ 
> 
> ___
> sfc-dev mailing list
> sfc-dev@lists.opendaylight.org 
> https://lists.opendaylight.org/mailman/listinfo/sfc-dev 
> 
> 
> ___
> sfc-dev mailing list
> sfc-dev@lists.opendaylight.org 
> https://lists.opendaylight.org/mailman/listinfo/sfc-dev 
> 
> 
> 
> ___
> sfc-dev mailing list
> sfc-dev@lists.opendaylight.org
> https://lists.opendaylight.org/mailman/listinfo/sfc-dev

___
sfc-dev mailing list
sfc-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/sfc-dev


Re: [sfc-dev] SFC jenkin jobs timing out

2017-12-15 Thread Brady Johnson
Sam,

Thanks, that's a good idea. How do you make it so these features dont build
in the Jenkins run?

Regards,

Brady


On Fri, Dec 15, 2017 at 10:18 AM Sam Hague  wrote:

> Do you need all the features being built? Stuff like vnfm could likely go.
> Seems like there are features tentatively included. Maybe collapse some
> features, like vpp into one. Remove the -rest features or collapse. Those
> are relics of the sample/archetype frameworks where there was an impl, rest
> and ui. Doesn't make sense - just collapse into the feature to expose to
> users.
>
> "odl-sfc-provider" is the longest sft. Took 7 minutes. Can't get rid of
> this feature, though, since it is the main fetaure.
>
> On Fri, Dec 15, 2017 at 9:57 AM, Brady Johnson <
> bradyallenjohn...@gmail.com> wrote:
>
>> Jaime,
>>
>> Thanks for bringing this up. It seems like its the SingleFeatureTest that
>> takes so long. I dont know if anything changed upstream related to this.
>>
>> Regards,
>>
>> Brady
>>
>>
>> On Fri, Dec 15, 2017 at 3:32 AM Jaime Caamaño Ruiz 
>> wrote:
>>
>>> Hello
>>>
>>> In SFC we are suffering above average job failure rate due to time out.
>>> The verify job [1] particularly fails a lot.  I am not aware on
>>> anything happenning on SFC project that might cause this. The
>>> executions just seem to be twice as slow throughout the job. ¿Any
>>> ideas?
>>>
>>> Thanks for the help,
>>> Jaime.
>>>
>>> [1] https://jenkins.opendaylight.org/releng/job/sfc-maven-verify-oxygen
>>> -mvn33-openjdk8/
>>> 
>>> ___
>>> sfc-dev mailing list
>>> sfc-dev@lists.opendaylight.org
>>> https://lists.opendaylight.org/mailman/listinfo/sfc-dev
>>>
>>
>> ___
>> sfc-dev mailing list
>> sfc-dev@lists.opendaylight.org
>> https://lists.opendaylight.org/mailman/listinfo/sfc-dev
>>
>>
>
___
sfc-dev mailing list
sfc-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/sfc-dev


Re: [sfc-dev] SFC jenkin jobs timing out

2017-12-15 Thread Sam Hague
Do you need all the features being built? Stuff like vnfm could likely go.
Seems like there are features tentatively included. Maybe collapse some
features, like vpp into one. Remove the -rest features or collapse. Those
are relics of the sample/archetype frameworks where there was an impl, rest
and ui. Doesn't make sense - just collapse into the feature to expose to
users.

"odl-sfc-provider" is the longest sft. Took 7 minutes. Can't get rid of
this feature, though, since it is the main fetaure.

On Fri, Dec 15, 2017 at 9:57 AM, Brady Johnson 
wrote:

> Jaime,
>
> Thanks for bringing this up. It seems like its the SingleFeatureTest that
> takes so long. I dont know if anything changed upstream related to this.
>
> Regards,
>
> Brady
>
>
> On Fri, Dec 15, 2017 at 3:32 AM Jaime Caamaño Ruiz 
> wrote:
>
>> Hello
>>
>> In SFC we are suffering above average job failure rate due to time out.
>> The verify job [1] particularly fails a lot.  I am not aware on
>> anything happenning on SFC project that might cause this. The
>> executions just seem to be twice as slow throughout the job. ¿Any
>> ideas?
>>
>> Thanks for the help,
>> Jaime.
>>
>> [1] https://jenkins.opendaylight.org/releng/job/sfc-maven-verify-oxygen
>> -mvn33-openjdk8/
>> 
>> ___
>> sfc-dev mailing list
>> sfc-dev@lists.opendaylight.org
>> https://lists.opendaylight.org/mailman/listinfo/sfc-dev
>>
>
> ___
> sfc-dev mailing list
> sfc-dev@lists.opendaylight.org
> https://lists.opendaylight.org/mailman/listinfo/sfc-dev
>
>
___
sfc-dev mailing list
sfc-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/sfc-dev


Re: [sfc-dev] SFC jenkin jobs timing out

2017-12-15 Thread Brady Johnson
Jaime,

Thanks for bringing this up. It seems like its the SingleFeatureTest that
takes so long. I dont know if anything changed upstream related to this.

Regards,

Brady


On Fri, Dec 15, 2017 at 3:32 AM Jaime Caamaño Ruiz 
wrote:

> Hello
>
> In SFC we are suffering above average job failure rate due to time out.
> The verify job [1] particularly fails a lot.  I am not aware on
> anything happenning on SFC project that might cause this. The
> executions just seem to be twice as slow throughout the job. ¿Any
> ideas?
>
> Thanks for the help,
> Jaime.
>
> [1] https://jenkins.opendaylight.org/releng/job/sfc-maven-verify-oxygen
> -mvn33-openjdk8/
> 
> ___
> sfc-dev mailing list
> sfc-dev@lists.opendaylight.org
> https://lists.opendaylight.org/mailman/listinfo/sfc-dev
>
___
sfc-dev mailing list
sfc-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/sfc-dev