Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 336670 - create build jobs for MPC
Summary: create build jobs for MPC
Status: RESOLVED WORKSFORME
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: CI-Jenkins (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-08 19:32 EST by Steffen Pingel CLA
Modified: 2011-02-11 09:41 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Pingel CLA 2011-02-08 19:32:01 EST
We would like to kindly request build jobs for the EPP Marketplace Client:

* epp-mpc-e3.6
* epp-mpc-e3.7
* epp-mpc-e4
* epp-mpc-release

In case the Hudson install supports multi-configuration projects we could also do with two jobs instead:

* epp-mpc-integration  (multi-configuration project)
* epp-mpc-release   (free-style software project)

Thanks!
Comment 1 Eclipse Webmaster CLA 2011-02-09 09:51:08 EST
I've created:

* epp-mpc-integration  (multi-configuration project)
* epp-mpc-release   (free-style software project)

-M.
Comment 2 Steffen Pingel CLA 2011-02-09 18:19:42 EST
Thanks a lot. I am getting an error since it's trying to build on the windows slave. Any idea how to bind it to the Linux slaves?

https://hudson.eclipse.org/hudson/job/epp-mpc-integration/3/console:

$ git clone -o origin git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.git c:\hb\workspace\epp-mpc-integration
ERROR: Error cloning remote repo 'origin' : Could not clone git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.git
ERROR: Cause: Error performing git clone -o origin git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.git c:\hb\workspace\epp-mpc-integration
Cannot run program "git": CreateProcess error=2, The system cannot find the file specified
Trying next repository
ERROR: Could not clone repository
FATAL: Could not clone
hudson.plugins.git.GitException: Could not clone
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:719)
	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:658)
Comment 3 Steffen Pingel CLA 2011-02-09 18:37:00 EST
According to http://issues.hudson-ci.org/browse/HUDSON-7825 this requires a plug-in: http://wiki.hudson-ci.org/display/HUDSON/Matrix+Tie+Parent+Plugin unless we can make Git/Tycho work on the Windows box.
Comment 4 Eclipse Webmaster CLA 2011-02-10 15:23:33 EST
Is there any problem with me creating the 'extra' jobs originally requested and removing the multi-configuration one?  It'll be way faster than testing the plugin(which should clearly be part of the core).

-M.
Comment 5 Steffen Pingel CLA 2011-02-10 16:56:53 EST
(In reply to comment #4)
> Is there any problem with me creating the 'extra' jobs originally requested and
> removing the multi-configuration one?  It'll be way faster than testing the
> plugin(which should clearly be part of the core).

Works fine for me.

Is building with Git or building on the Windows boxes not yet supported for all projects (I occasionally saw jobs running there)?
Comment 6 Eclipse Webmaster CLA 2011-02-11 09:41:31 EST
Ok, I've created the 'new' jobs and deleted the multi config one.

The windows and mac slaves aren't meant for actual builds, but for testing, hence the 'test' in the names.

-M.