[hibernate-dev] Blog / CI setup

Sanne Grinovero sanne at hibernate.org
Fri Jun 12 10:53:58 EDT 2015


On 12 June 2015 at 14:38, Gunnar Morling <gunnar at hibernate.org> wrote:
> This seems not related to RVM. More to the fact that we don't have any RSpec
> tests ("_spec" dir doesn't exist):
>
>     cannot load such file -- /.../staging.in.relation.to/_spec
>
> Hence "rake test" fails. Just running "rake gen[staging]" should do the
> trick. Btw. you might check out the job for staging.hibernate.org and its
> approach for keeping around the .bundle directory.

thanks! Looks like we're getting there.

>> I did install the following RPMs:
>
> Did you actually have to newly install any of these? They should be already
> there as part of the Ansible slave set-up IIRC.

A couple were missing, so I've added them, although that was probably
unrelated so I'm not sure if that was necessary :)

>
>
>
>
> 2015-06-12 15:08 GMT+02:00 Sanne Grinovero <sanne at hibernate.org>:
>>
>> Hi all,
>> the ci server was reconfigured to host our next.gen blog platform;
>> I have now created a build job here:
>>  http://ci.hibernate.org/view/Website/job/staging.in.relation.to
>>
>> It's using the following build script:
>>
>>  rake clean
>>  rake setup
>>  rake test gen[staging] && rsync -avh _site/
>> ci.hibernate.org:/var/www/staging-in.relation.to
>>
>> Which gets me this error:
>>  http://ci.hibernate.org/view/Website/job/staging.in.relation.to/3/console
>>
>> I copied this script from the job which builds www.hibernate.org, but
>> I guess the incantation needs to be different in this case?
>>
>> I'm not using RVM, I was hoping we could get it work work without it.
>> Should I just assume RVM is requirement?
>> I did install the following RPMs:
>>    - gcc
>>    - make
>>    - ruby-devel
>>    - gcc-c++
>>    - libxml2
>>    - libxml2-devel
>>    - libxslt
>>    - libxslt-devel
>>    - rubygem-nokogiri
>>
>> And these gems:
>>  - rake
>>  - bundler
>>
>> (both, system wide)
>>
>> The system-wide ruby version is:
>>  ruby 2.1.6p336 (2015-04-13 revision 50298) [x86_64-linux]
>>
>> Thanks,
>> Sanne
>> _______________________________________________
>> hibernate-dev mailing list
>> hibernate-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
>


More information about the hibernate-dev mailing list