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 "PDT Nightly Process"

(Schedule)
Line 20: Line 20:
  
 
== Schedule ==
 
== Schedule ==
The nightly process is performed at 8:00pm (GMT-3 time), on eclipse build server.
+
The nightly process is performed at 8:00pm (GMT-3 time), on eclipse build server. <br>
 +
This is the output of crontab -l command
 +
<pre>
 +
# DO NOT EDIT THIS FILE - edit the master and reinstall.
 +
# (.cron installed on Thu Jan 11 01:29:57 2007)
 +
# (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $)
 +
1 20 * * * /opt/users/phpBuild/org.eclipse.php-releng/packTest.sh
 +
</pre>

Revision as of 15:33, 11 February 2007

Target

The target of the nightly process is to provide an up-to-date status on our project. We set the following sub-targets to the nightly process:

  • Developers:
    • Provide compilation status for the PDT project
    • Package the current head branch from the repository
  • Testers:
    • Run unit test packages
    • Provide bug status
  • Management:
    • Generate reports (RSS + e-mail)

Results

Schedule

The nightly process is performed at 8:00pm (GMT-3 time), on eclipse build server.
This is the output of crontab -l command

# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (.cron installed on Thu Jan 11 01:29:57 2007)
# (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $)
1 20 * * * /opt/users/phpBuild/org.eclipse.php-releng/packTest.sh

Back to the top