| Summary: | EGit and JGit need to move to the new hudson | ||
|---|---|---|---|
| Product: | Community | Reporter: | Chris Aniszczyk <caniszczyk> |
| Component: | CI-Jenkins | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | b.muskalla, matthias.sohn, sop |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
Chris Aniszczyk
There was also a jgit-gerrit job, not sure what the intention of it was. Shawn, do we still need that one? (In reply to comment #1) > There was also a jgit-gerrit job, not sure what the intention of it was. Shawn, > do we still need that one? I think they were trying to use one of the Hudson-Gerrit integration plugins to automatically test changes that were uploaded to Gerrit. Not sure what the status of that is... The idea was to run the gerrit hudson plugin which enables to run build and tests on the changes proposed for review before they get merged into master. for that we would need - the gerrit hudson plugin installed on Hudson - a gerrit user for the hudson plugin so that it can vote on proposed changes - a new "Verified" voting category in gerrit Whenever a new change is proposed the job will run the build and tests and if they succeed vote +1 on "Verified" category if the build fails it will vote -1 and link back to the failed builds page in hudson. I think this would be cool as it would sort out changes which break the build or tests. We use that plugin at SAP and most projects want to use it. On the other end of the equation this of course creates some additional load for the build server. How does this look? https://hudson.eclipse.org/hudson/job/egit/ https://hudson.eclipse.org/hudson/job/jgit/ I guess we lose our old builds right? I guess that's OK... Oh... looks like a firewall issue? $ git clone -o origin git://egit.eclipse.org/jgit.git /opt/users/hudsonbuild/.hudson/jobs/jgit/workspace ERROR: Error cloning remote repo 'origin' : Could not clone git://egit.eclipse.org/jgit.git ERROR: Cause: Error performing git clone -o origin git://egit.eclipse.org/jgit.git /opt/users/hudsonbuild/.hudson/jobs/jgit/workspace Command returned status code 128: fatal: Unable to look up egit.eclipse.org (port 9418) (Name or service not known) Initialized empty Git repository in /opt/public/jobs/jgit/workspace/.git/ 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) Internal DNS .. I'm on it. > Internal DNS .. I'm on it.
Should be cleared up ... please try now.
Things look OK. We have some build issues to debug on our end. |