Re: [hibernate-dev] New CI machine preview

2013-03-28 Thread Strong Liu
any hard ware spec available?
the hibernate-orm master is failing due to OutOfMemory and I tried to change it 
to 1024M and faild

maybe you can suggest a JAVA_OPTS?

On Mar 28, 2013, at 12:54 AM, Sanne Grinovero  wrote:

> First delete all files in /etc/apache2/sites-enabled/
> then create:
> 
> /etc/apache2/sites-enabled/default
> 
> with contents:
> 
> 
>  ServerName ci.hibernate.org
>  ProxyRequests Off
> 
>  http://localhost:8081/*>
>Order deny,allow
>Allow from all
>  
> 
>  ProxyPreserveHost on
>  ProxyPass / http://localhost:8081/
>  ProxyPassReverse / http://localhost:8081/
> 
> 
> HTTPD modules to enable (commands to run):
> a2enmod proxy
> a2enmod proxy_http
> 
> In /etc/default/jenkins change these only:
> HTTP_PORT=8081
> PREFIX=
> (yes this value is empty)
> 
> Then closed all ports except 80 on the AWS security group.
> 
> Sanne
> 
> 
> 
> On 27 March 2013 15:23, Davide D'Alto  wrote:
>> Good work,
>> what configuration have you applied to apache? I'm asking so that I can
>> apply that to the puppet scripts
>> 
>> Davide
>> 
>> 
>> On Wed, Mar 27, 2013 at 1:51 PM, Sanne Grinovero 
>> wrote:
>>> 
>>> You're all welcome to play with http://54.225.162.168/
>>> however please keep these in mind:
>>> 
>>> - it's not the final machine: don't put too much effort in creating
>>> nice build scripts as we'll reset it to clean state soon. We *might*
>>> be able to store jobs defined so far, but we might choose not to.
>>> 
>>> - domain name should be coming: ci.hibernate.org ..not sure when, got
>>> no replies so far from.
>>> 
>>> - authentication: just click on login, it will use OAuth2 to request
>>> your identity via your GitHub account. Permissions to create new jobs,
>>> edit existing jobs, run a build manually depend on your github account
>>> be part of the Hibernate organization (or not, in which case you have
>>> read only status)
>>> 
>>> At this stage I'd like to get a feeling if the hardware is powerful
>>> enough, and also we need to select which other plugins we want to use,
>>> I'm looking especially to:
>>> - static analysis reports
>>> - pull requests integration
>>> 
>>> both are relatively undefined, we can of course start simple and
>>> improve later.. just checking this fits basic needs now.
>>> 
>>> Sanne
>>> ___
>>> hibernate-dev mailing list
>>> hibernate-dev@lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>> 
>> 
> ___
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev

-
Best Regards,

Strong Liu 
http://about.me/stliu/bio



___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


[hibernate-dev] IRC Developer Meeting - 3/28

2013-03-28 Thread Steve Ebersole
[10:33]  Meeting ended Thu Mar 28 15:28:23 2013 UTC. Information 
about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
[10:33]  Minutes: 
http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2013/hibernate-dev.2013-03-28-14.56.html
[10:33]  Minutes (text): 
http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2013/hibernate-dev.2013-03-28-14.56.txt
[10:33]  Log: 
http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2013/hibernate-dev.2013-03-28-14.56.log.html
 

___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] New CI machine preview

2013-03-28 Thread Steve Ebersole
Well, with Gradle we can provide per-task memory settings.  But I think 
that requires forking?

Overall I think we should look into how to best leverage Gradle for 
improving time to run the tests anyway, part of which might be forking 
batches.

On 03/28/2013 10:16 AM, Strong Liu wrote:
> any hard ware spec available?
> the hibernate-orm master is failing due to OutOfMemory and I tried to change 
> it to 1024M and faild
>
> maybe you can suggest a JAVA_OPTS?
>
> On Mar 28, 2013, at 12:54 AM, Sanne Grinovero  wrote:
>
>> First delete all files in /etc/apache2/sites-enabled/
>> then create:
>>
>> /etc/apache2/sites-enabled/default
>>
>> with contents:
>>
>> 
>>   ServerName ci.hibernate.org
>>   ProxyRequests Off
>>
>>   http://localhost:8081/*>
>> Order deny,allow
>> Allow from all
>>   
>>
>>   ProxyPreserveHost on
>>   ProxyPass / http://localhost:8081/
>>   ProxyPassReverse / http://localhost:8081/
>> 
>>
>> HTTPD modules to enable (commands to run):
>> a2enmod proxy
>> a2enmod proxy_http
>>
>> In /etc/default/jenkins change these only:
>> HTTP_PORT=8081
>> PREFIX=
>> (yes this value is empty)
>>
>> Then closed all ports except 80 on the AWS security group.
>>
>> Sanne
>>
>>
>>
>> On 27 March 2013 15:23, Davide D'Alto  wrote:
>>> Good work,
>>> what configuration have you applied to apache? I'm asking so that I can
>>> apply that to the puppet scripts
>>>
>>> Davide
>>>
>>>
>>> On Wed, Mar 27, 2013 at 1:51 PM, Sanne Grinovero 
>>> wrote:
 You're all welcome to play with http://54.225.162.168/
 however please keep these in mind:

 - it's not the final machine: don't put too much effort in creating
 nice build scripts as we'll reset it to clean state soon. We *might*
 be able to store jobs defined so far, but we might choose not to.

 - domain name should be coming: ci.hibernate.org ..not sure when, got
 no replies so far from.

 - authentication: just click on login, it will use OAuth2 to request
 your identity via your GitHub account. Permissions to create new jobs,
 edit existing jobs, run a build manually depend on your github account
 be part of the Hibernate organization (or not, in which case you have
 read only status)

 At this stage I'd like to get a feeling if the hardware is powerful
 enough, and also we need to select which other plugins we want to use,
 I'm looking especially to:
 - static analysis reports
 - pull requests integration

 both are relatively undefined, we can of course start simple and
 improve later.. just checking this fits basic needs now.

 Sanne
 ___
 hibernate-dev mailing list
 hibernate-dev@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/hibernate-dev
>>>
>> ___
>> hibernate-dev mailing list
>> hibernate-dev@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
> -
> Best Regards,
>
> Strong Liu 
> http://about.me/stliu/bio
>
>
>
> ___
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev

___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] New CI machine preview

2013-03-28 Thread Sanne Grinovero
As far a hardware specs, today it's a c1.medium [1], we can change
that at any time to any machine described on the same page, but of
course it has an impact on costs.

But I'm missing how  hardware specs could be related, possibly I'm not
understanding how gradle works.
>From the build script it looks like testing memory is defined in the
script itself? So why would a differrent system risk to have a
different configuration? I would expect it to enforce the correct
variables.

I just tried to run the same build locally, using the same
environment, same options and exact same JVM build and it succeeds. !?
Jenkins is setup to use just 256MB of ram, there is absolutely nothing
else running on it except a small MongoDB instance.

Sanne

1 - http://aws.amazon.com/ec2/instance-types/

On 28 March 2013 15:16, Strong Liu  wrote:
> any hard ware spec available?
> the hibernate-orm master is failing due to OutOfMemory and I tried to change
> it to 1024M and faild
>
> maybe you can suggest a JAVA_OPTS?
>
> On Mar 28, 2013, at 12:54 AM, Sanne Grinovero  wrote:
>
> First delete all files in /etc/apache2/sites-enabled/
> then create:
>
> /etc/apache2/sites-enabled/default
>
> with contents:
>
> 
>  ServerName ci.hibernate.org
>  ProxyRequests Off
>
>  http://localhost:8081/*>
>Order deny,allow
>Allow from all
>  
>
>  ProxyPreserveHost on
>  ProxyPass / http://localhost:8081/
>  ProxyPassReverse / http://localhost:8081/
> 
>
> HTTPD modules to enable (commands to run):
> a2enmod proxy
> a2enmod proxy_http
>
> In /etc/default/jenkins change these only:
> HTTP_PORT=8081
> PREFIX=
> (yes this value is empty)
>
> Then closed all ports except 80 on the AWS security group.
>
> Sanne
>
>
>
> On 27 March 2013 15:23, Davide D'Alto  wrote:
>
> Good work,
> what configuration have you applied to apache? I'm asking so that I can
> apply that to the puppet scripts
>
> Davide
>
>
> On Wed, Mar 27, 2013 at 1:51 PM, Sanne Grinovero 
> wrote:
>
>
> You're all welcome to play with http://54.225.162.168/
> however please keep these in mind:
>
> - it's not the final machine: don't put too much effort in creating
> nice build scripts as we'll reset it to clean state soon. We *might*
> be able to store jobs defined so far, but we might choose not to.
>
> - domain name should be coming: ci.hibernate.org ..not sure when, got
> no replies so far from.
>
> - authentication: just click on login, it will use OAuth2 to request
> your identity via your GitHub account. Permissions to create new jobs,
> edit existing jobs, run a build manually depend on your github account
> be part of the Hibernate organization (or not, in which case you have
> read only status)
>
> At this stage I'd like to get a feeling if the hardware is powerful
> enough, and also we need to select which other plugins we want to use,
> I'm looking especially to:
> - static analysis reports
> - pull requests integration
>
> both are relatively undefined, we can of course start simple and
> improve later.. just checking this fits basic needs now.
>
> Sanne
> ___
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
>
>
> ___
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
>
> -
> Best Regards,
>
> Strong Liu 
> http://about.me/stliu/bio
>
>
>
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] New CI machine preview

2013-03-28 Thread Gunnar Morling
Hi,

I just came across an interesting Jenkins plug-in which promises to make



2013/3/27 Sanne Grinovero 

> You're all welcome to play with http://54.225.162.168/
> however please keep these in mind:
>
>  - it's not the final machine: don't put too much effort in creating
> nice build scripts as we'll reset it to clean state soon. We *might*
> be able to store jobs defined so far, but we might choose not to.
>
>  - domain name should be coming: ci.hibernate.org ..not sure when, got
> no replies so far from.
>
>  - authentication: just click on login, it will use OAuth2 to request
> your identity via your GitHub account. Permissions to create new jobs,
> edit existing jobs, run a build manually depend on your github account
> be part of the Hibernate organization (or not, in which case you have
> read only status)
>
> At this stage I'd like to get a feeling if the hardware is powerful
> enough, and also we need to select which other plugins we want to use,
> I'm looking especially to:
>  - static analysis reports
>  - pull requests integration
>
> both are relatively undefined, we can of course start simple and
> improve later.. just checking this fits basic needs now.
>
> Sanne
> ___
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev


Re: [hibernate-dev] New CI machine preview

2013-03-28 Thread Gunnar Morling
Fat fingers... another try ;)

Hi,

I just came across an interesting Jenkins plug-in which promises to make EC
2 spot instances usable for Jenkins jobs [1]. I haven't tried it out
myself, but this might be an interesting way to get build power at a lower
price from the EC 2 spot market.

--Gunnar

[1] https://github.com/bwall/ec2-plugin



2013/3/28 Gunnar Morling 

> Hi,
>
> I just came across an interesting Jenkins plug-in which promises to make
>
>
>
> 2013/3/27 Sanne Grinovero 
>
>> You're all welcome to play with http://54.225.162.168/
>> however please keep these in mind:
>>
>>  - it's not the final machine: don't put too much effort in creating
>> nice build scripts as we'll reset it to clean state soon. We *might*
>> be able to store jobs defined so far, but we might choose not to.
>>
>>  - domain name should be coming: ci.hibernate.org ..not sure when, got
>> no replies so far from.
>>
>>  - authentication: just click on login, it will use OAuth2 to request
>> your identity via your GitHub account. Permissions to create new jobs,
>> edit existing jobs, run a build manually depend on your github account
>> be part of the Hibernate organization (or not, in which case you have
>> read only status)
>>
>> At this stage I'd like to get a feeling if the hardware is powerful
>> enough, and also we need to select which other plugins we want to use,
>> I'm looking especially to:
>>  - static analysis reports
>>  - pull requests integration
>>
>> both are relatively undefined, we can of course start simple and
>> improve later.. just checking this fits basic needs now.
>>
>> Sanne
>> ___
>> hibernate-dev mailing list
>> hibernate-dev@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>>
>
>
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev