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"

 
(Results)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Nightly Process ==
+
== Target ==
  
We set the following targets to the nightly process:
+
The target of the nightly process is to provide an up-to-date status on our project.
 +
We set the following sub-targets:
 
* Developers:
 
* Developers:
** Provide compilation status for the PDT project
+
** Run compilation step on the the PDT project sources
 
** Package the current head branch from the repository
 
** Package the current head branch from the repository
 
*Testers:
 
*Testers:
Line 9: Line 10:
 
** Provide bug status
 
** Provide bug status
 
* Management:
 
* Management:
** Generate reports
+
** Generate reports (RSS + e-mail)
 +
 
 +
== Results ==
 +
* In case of compilation failure, errors are sent to [https://dev.eclipse.org/mailman/listinfo/pdt-dev pdt-dev mailing list].
 +
* Nightly build at [http://download.eclipse.org/tools/pdt/downloads/index.php PDT download page]
 +
* Bug report is sent to [https://dev.eclipse.org/mailman/listinfo/pdt-unit-test pdt-unit-test mailing list].
 +
* Unit tests result is sent to [https://dev.eclipse.org/mailman/listinfo/pdt-unit-test pdt-unit-test mailing list].
 +
* RSS is updated at [http://download.eclipse.org/tools/pdt/downloads/rss/center.xml http://download.eclipse.org/tools/pdt/downloads/rss/center.xml].
 +
* [[PDT Analysis]] report
 +
 
 +
== Schedule ==
 +
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>

Latest revision as of 11:07, 24 June 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