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

m (Target)
m (Results)
Line 13: Line 13:
  
 
== Results ==
 
== Results ==
* Compilation errors are sent to [https://dev.eclipse.org/mailman/listinfo/php-dev php-dev mailing list].
+
* In case of compilation failure, errors are sent to [https://dev.eclipse.org/mailman/listinfo/php-dev php-dev mailing list].
 
* Nightly build at [http://download.eclipse.org/tools/php/downloads/index.php PDT download page]
 
* Nightly build at [http://download.eclipse.org/tools/php/downloads/index.php PDT download page]
 
* Bug report is sent to [https://dev.eclipse.org/mailman/listinfo/php-unit-test php-unit-test mailing list].
 
* Bug report is sent to [https://dev.eclipse.org/mailman/listinfo/php-unit-test php-unit-test mailing list].

Revision as of 15:49, 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:

  • Developers:
    • Run compilation step on the the PDT project sources
    • 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