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 "Mylyn/Build Infrastructure"

Line 10: Line 10:
 
** [http://ci.mylyn.org/view/Snapshots/ Nightly test builds] that run tests against one fixture for each repository
 
** [http://ci.mylyn.org/view/Snapshots/ Nightly test builds] that run tests against one fixture for each repository
 
* https://hudson.eclipse.org/hudson/
 
* https://hudson.eclipse.org/hudson/
** [https://hudson.eclipse.org/hudson/user/spingel/my-views/view/Mylyn%20Release/ Release builds] that publish releases and trigger the integration builds
 
 
** [https://hudson.eclipse.org/hudson/user/spingel/my-views/view/Mylyn%20Nightly/ Nightly builds] that tests against one fixture for each repository and publish snapshots to http://download.eclipse.org/mylyn/drops/
 
** [https://hudson.eclipse.org/hudson/user/spingel/my-views/view/Mylyn%20Nightly/ Nightly builds] that tests against one fixture for each repository and publish snapshots to http://download.eclipse.org/mylyn/drops/
 
** [https://hudson.eclipse.org/hudson/user/spingel/my-views/view/Mylyn%20Integration/job/mylyn-integration/ Integration build] that builds and runs unit tests (no integration fixtures) against all supported Eclipse versions
 
** [https://hudson.eclipse.org/hudson/user/spingel/my-views/view/Mylyn%20Integration/job/mylyn-integration/ Integration build] that builds and runs unit tests (no integration fixtures) against all supported Eclipse versions
 +
** [https://hudson.eclipse.org/hudson/user/spingel/my-views/view/Mylyn%20Release/ Release builds] that build and publish releases and trigger the integration builds

Revision as of 20:42, 9 October 2014

This page describes how Mylyn is built, tested, and published.

The Mylyn project uses three Hudson servers with the following major classes of build jobs:

Back to the top