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"

(http://ci.mylyn.org/)
Line 12: Line 12:
 
* [http://ci.mylyn.org/view/Integration/ Weekly version-specific integration builds] that build and run all integration test fixtures on all supported Eclipse versions
 
* [http://ci.mylyn.org/view/Integration/ Weekly version-specific integration builds] that build and run all integration test fixtures on all supported Eclipse versions
 
* [http://ci.mylyn.org/view/Snapshots/ Nightly test builds] that run one integration test fixture (1 build per connector)
 
* [http://ci.mylyn.org/view/Snapshots/ Nightly test builds] that run one integration test fixture (1 build per connector)
* [http://ci.mylyn.org/job/mylyn-all-snapshot/ mylyn-all-snapshot] that runs all integration test fixtures
+
* [http://ci.mylyn.org/job/mylyn-all-snapshot/ Nightly mylyn-all-snapshot] that runs all integration test fixtures
  
 
=== https://hudson.eclipse.org/hudson/ ===
 
=== https://hudson.eclipse.org/hudson/ ===

Revision as of 19:43, 20 October 2014


This page describes how Mylyn is built and tested and how snapshot and release builds are published.

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

http://ci.mylyn.org/

Hudson instance running on the same server that hosts the test repositories.

Build Jobs

https://hudson.eclipse.org/hudson/

Eclipse Hudson server. There is some duplication with jobs on ci.mylyn.org because while those jobs are faster (due to co-location with test repositories) and tend to be more reliable, they cannot publish artifacts to download.eclipse.org and their test results are not linked from release builds.

Build Jobs

https://hudson.eclipse.org/mylyn/

The Mylyn HIPP instance

Build Jobs

Build Configuration

See Mylyn/FAQ#System_Properties for system properties used to control whether all fixtures are run and whether any are excluded.

Back to the top