Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Build Workshop 3: Build Hard With A Purpose/Requirements"

m (Requirements)
m (Requirements)
Line 41: Line 41:
 
    
 
    
 
* [] queuing (Hudson?) / nice'ing [http://bugs.eclipse.org/251920 bug 251920]
 
* [] queuing (Hudson?) / nice'ing [http://bugs.eclipse.org/251920 bug 251920]
 +
 
* [] cleanup of old/dead builds [http://bugs.eclipse.org/251921 bug 251921]   
 
* [] cleanup of old/dead builds [http://bugs.eclipse.org/251921 bug 251921]   
 +
 
* [] use SDK 3.5M3 instead of basebuilder RC2_34 [http://bugs.eclipse.org/251924 bug 251924]
 
* [] use SDK 3.5M3 instead of basebuilder RC2_34 [http://bugs.eclipse.org/251924 bug 251924]
 +
 
* [] support SVN  [http://bugs.eclipse.org/251923 251923]   
 
* [] support SVN  [http://bugs.eclipse.org/251923 251923]   
 +
 
* [] better crontab UI: cruise control?
 
* [] better crontab UI: cruise control?
 +
 
* [] build from HEAD -- use fetchTag=HEAD, forceContextQualifier=${buildID} [http://bugs.eclipse.org/251926 bug 251926]
 
* [] build from HEAD -- use fetchTag=HEAD, forceContextQualifier=${buildID} [http://bugs.eclipse.org/251926 bug 251926]
 +
 
* [] zips of sources + .releng project used for building: for Linux distros and Legal codescan purposes [https://bugs.eclipse.org/251928 bug 251928]
 
* [] zips of sources + .releng project used for building: for Linux distros and Legal codescan purposes [https://bugs.eclipse.org/251928 bug 251928]
 +
 
* [] build from pre-built source zip [https://bugs.eclipse.org/251929 bug 251929]
 
* [] build from pre-built source zip [https://bugs.eclipse.org/251929 bug 251929]
  
* [Enh] running JUnits on a remote machine / alternative platforms
+
* [Enh] running JUnits on a remote machine / alternative platforms  
 +
[https://bugs.eclipse.org/251933  bug 251933]
 +
 
  
 
* [M8] run w/ head in workspace (build locally)
 
* [M8] run w/ head in workspace (build locally)
 +
 
* [M8] standalone buildserver-in-a-box (vmware/vbox/qemu/kvm)
 
* [M8] standalone buildserver-in-a-box (vmware/vbox/qemu/kvm)
 +
 
* [M9] produce packaging.map for each build, then centralize those for reuse by other projects?
 
* [M9] produce packaging.map for each build, then centralize those for reuse by other projects?
  
 
[[Category:Common Builder]]
 
[[Category:Common Builder]]

Revision as of 17:24, 23 October 2008

Legend:

  • [x] - available in Dash or Modeling build already in some form
  • [M?] - tentatively slated for a given milestone
  • [] - not schedule / TBD


Requirements

  • To be added to Bugzilla (cc: dash.commonbuilder-inbox@eclipse.org)
  • [x] support CVS
  • [x] web UI
  • [x] crontab scheduling: N schedule, I schedule
  • [x] cvs listening: tag sources & update map(s) then release changes then build automatically
  • [x] build from tag
  • [x] build from map
  • [x] running JUnits: one machine only, with UI testing
  • [x] signing, packing, p2 metadata
  • [x] build from pre-checked-out sources on disk
     baselocation - dropins, binaries
     builddirectory - sources
     pluginPath - more sources
  • [M1] set policy for use of SDK when building; default to milestones; optionally build from I

bug 251917

  • [M1] put class libraries from Java 1.0 - 7.0, CDC, Foundation, ... on build.eclipse.org

bug 251918

  • [M1] minimal duplication of build metadata: collapse .releng into 1 user.properties file w/ generic buildAll.xml & preset defaults properties file (overridden by user via web UI or user.properties)

bug 251919

 featureID to build -- org.eclipse.foo.all.feature
 dependencies - add to packager map file (  see: pde_packager.htm)
 map(s) [with cvs location & branch] or prechecked sources
 rewrite buildAll.xml & customTargets.xml to use 3.4 standards (less code)
 portal would include a field to point to /path/in/cvs/ for .releng project (includes .properties, buildExtra.xml, .product, ...)
 packing excludes
 
  • [] use SDK 3.5M3 instead of basebuilder RC2_34 bug 251924
  • [] better crontab UI: cruise control?
  • [] build from HEAD -- use fetchTag=HEAD, forceContextQualifier=${buildID} bug 251926
  • [] zips of sources + .releng project used for building: for Linux distros and Legal codescan purposes bug 251928
  • [Enh] running JUnits on a remote machine / alternative platforms

bug 251933


  • [M8] run w/ head in workspace (build locally)
  • [M8] standalone buildserver-in-a-box (vmware/vbox/qemu/kvm)
  • [M9] produce packaging.map for each build, then centralize those for reuse by other projects?

Back to the top