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"

(Nightly Process)
Line 1: Line 1:
We set the following targets to the nightly process:
+
== 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:
 
* Developers:
 
** Provide compilation status for the PDT project
 
** Provide compilation status for the PDT project
Line 7: Line 10:
 
** Provide bug status
 
** Provide bug status
 
* Management:
 
* Management:
** Generate reports
+
** Generate reports (RSS + e-mail)
 +
 
 +
== Results ==
 +
* Compilation 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]
 +
* Bug report is sent to [https://dev.eclipse.org/mailman/listinfo/php-unit-test php-unit-test mailing list].
 +
* Unit tests result is sent to [https://dev.eclipse.org/mailman/listinfo/php-unit-test php-unit-test mailing list].
 +
* RSS is updated at [http://download.eclipse.org/tools/php/downloads/rss/center.xml].
 +
 
 +
== Schedule ==
 +
The nightly process is performed at 8:00pm (GMT-3 time), on eclipse build server.

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

Back to the top