Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 440313

Summary: Hudson instance for Wakaama
Product: Community Reporter: Julien Vermillard <julien>
Component: CI-JenkinsAssignee: CI Admin Inbox <ci.admin-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: contact, david.navarro, denis.roy, thanh.ha, webmaster
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Julien Vermillard CLA 2014-07-24 05:57:22 EDT
For wakaama we need an Hudson instance with cmake and gcc.
Comment 1 David Navarro CLA 2014-07-24 08:49:04 EDT
As the wakaama project lead, I support this request.
Comment 2 Thanh Ha CLA 2014-07-24 16:12:39 EDT
The Wakaama HIPP instance is now available at https://hudson.eclipse.org/wakaama/

cmake and gcc are available on the HIPP server.

Committers can now login and manage jobs. Please keep in mind that unlike on the shared instance you will need to login using your _email_ address.

If you require any additional Hudson plugins feel free to reopen this bug and list the plugins.

Finally we can also optionally add the HIPP user to the your project group which would allow the HIPP user to have write access anywhere the project group has access to including downloads area and any git repositories. This could be useful if you'd like to use Hudson for automated build promotion but keep in mind there is some risk in giving Hudson more permissions than it needs. If you'd like to to enable this please reopen and let us know.
Comment 3 Julien Vermillard CLA 2014-07-24 16:35:56 EDT
yeah! Thanks Thanh
Comment 4 Julien Vermillard CLA 2014-07-24 16:41:00 EDT
I tried to log with "jvermillar@sierrawireless.com" no success :(
Comment 5 Thanh Ha CLA 2014-07-25 09:06:10 EDT
(In reply to Julien Vermillard from comment #4)
> I tried to log with "jvermillar@sierrawireless.com" no success :(

Not sure what happened but the security settings got corrupted. I reset it and it seems to be ok now. Can you try again?
Comment 6 Julien Vermillard CLA 2014-07-25 09:08:48 EDT
Thanks works now
Comment 7 Julien Vermillard CLA 2014-07-25 15:01:31 EDT
I can log in but the cmake version is too old:

error message: CMake 2.8.3 or higher is required.  You are running version 2.6.2
Comment 8 Thanh Ha CLA 2014-07-25 15:12:01 EDT
(In reply to Julien Vermillard from comment #7)
> I can log in but the cmake version is too old:
> 
> error message: CMake 2.8.3 or higher is required.  You are running version
> 2.6.2

Unfortunately we're using SLES 11 SP3 and that is the latest cmake version available in SLES repositories.

Alternatively if it's possible to compile cmake 2.8.3 you can compile it and place it somewhere in /shared/common and then use it in your build.


I had a look at /shared/common and noticed someone actually compiled cmake 2.8.10.2 already perhaps you can try using that version?

It's located at /shared/common/cmake-2.8.10.2/bin
Comment 9 Julien Vermillard CLA 2014-07-25 15:26:29 EDT
Thanks again it works using the cmake from shared!
Comment 10 Denis Roy CLA 2014-12-10 16:29:02 EST
I think this is done.