Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Build"

(Related Links)
(Automated Build Schedule)
Line 6: Line 6:
  
  
'''Nightly builds'''
+
'''Nightly build schedule by branch'''
  
 
: <u>'Trunk'':</u> 12:05a nightly
 
: <u>'Trunk'':</u> 12:05a nightly
  
: <u>''2.1.1'':</u>  1:35a nightly
+
: <u>''2.1'':</u>  1:35a nightly
  
: <u>''2.0.3'':</u>  3:05a SuTThSa
+
: <u>''2.0'':</u>  3:05a SuTThSa
  
: <u>''1.2.1'':</u>  3:05a MWF
+
: <u>''1.2'':</u>  3:05a MWF
  
 
'''Continuous builds'''
 
'''Continuous builds'''
Line 20: Line 20:
 
: <u>''Trunk'':</u> On the hour (6a-8p daily)
 
: <u>''Trunk'':</u> On the hour (6a-8p daily)
  
: <u>''2.1.1'':</u> 20 minutes after the hour (6a-8p daily)
+
: <u>''2.1'':</u> 20 minutes after the hour (6a-8p daily)
  
: <u>''2.0.3'':</u> 40 minutes after the hour (6a-8p daily)
+
: <u>''2.0'':</u> 40 minutes after the hour (6a-8p daily)
  
  

Revision as of 10:30, 1 November 2010

Build Requirements

This section has been moved.

Automated Build Schedule

EclipseLink utilizes automated build processes and methodologies for nearly all aspects of build processing. In some cases, like milestone and release publication, the automated processes are manually initiated. While others, the continuous and nightly integration builds, are initated automatically via crontab. For a more detailed discussion of the automated processes see the EclipseLink/Infrastructure page.


Nightly build schedule by branch

'Trunk: 12:05a nightly
2.1: 1:35a nightly
2.0: 3:05a SuTThSa
1.2: 3:05a MWF

Continuous builds

Trunk: On the hour (6a-8p daily)
2.1: 20 minutes after the hour (6a-8p daily)
2.0: 40 minutes after the hour (6a-8p daily)


All times are EDT. The crontab entries can be directly viewed in cron.txt which is stored in the /buildsystem directory of the trunk branch in our svn repository.

Related Links

Links to other EclipseLink Build related pages:

EclipseLink/Building - http://wiki.eclipse.org/EclipseLink/Building

EclipseLink/Build/Antlr - http://wiki.eclipse.org/EclipseLink/Build/Antlr

EclipseLink/Build/Infrastructure - http://wiki.eclipse.org/EclipseLink/Build/Infrastructure

EclipseLink/Build/NextGen - http://wiki.eclipse.org/EclipseLink/Build/NextGen

EclipseLink/Build/Requirements - http://wiki.eclipse.org/EclipseLink/Build/Requirements

EclipseLink/Build/Roadmap - http://wiki.eclipse.org/EclipseLink/Build/Roadmap

Back to the top