Informatiq (Talk | contribs) (→R) |
Informatiq (Talk | contribs) (→Features) |
||
| Line 6: | Line 6: | ||
Describe the overall release and build infrastructure. | Describe the overall release and build infrastructure. | ||
=== Features === | === Features === | ||
| - | * | + | * Covers all the activities involved in continuous integration |
| + | ** Error and feature management, through bugzilla integration (www.biugzilla.org) | ||
| + | ** On device testing, through integration with OTS (http://wiki.meego.com/Quality/QA-tools/OTS/About) | ||
| + | ** Creation of installable/flashable images | ||
| + | ** Building through integration with OBS (http://en.opensuse.org//Portal:Build_Service) | ||
| + | ** publishing and notifictaions | ||
| + | ** Reporting on releases progress | ||
* Distributed architecture means no single point of failure and better resource management | * Distributed architecture means no single point of failure and better resource management | ||
* Massive parallelism, all the components of the system run multiple parallel jobs serving several parallel workflows | * Massive parallelism, all the components of the system run multiple parallel jobs serving several parallel workflows | ||
* Parallel workflows, means you can run many different workflows servicing multiple products | * Parallel workflows, means you can run many different workflows servicing multiple products | ||
* Simple workflow description language | * Simple workflow description language | ||
| - | * Reliable messaging, means no events will be lost | + | * Reliable |
| - | * Live migration of workflows, means you don't need to bring your system down for changing your workflow. Simply deploy your workflow and it gets loaded without disruption to currently running jobs | + | ** based on mature, production level opensource projects |
| + | ** Reliable messaging using the AMQP standard, means no events will be lost | ||
| + | ** Workflow management based on ruote, an enterprise grade workflow engine | ||
| + | * Robust | ||
| + | ** Live migration of workflows, means you don't need to bring your system down for changing your workflow. Simply deploy your workflow and it gets loaded without disruption to currently running jobs | ||
* Extensible. The system is designed to not have any hardcoded funtions, but rather have each operation/function is written in a plugin (participant) | * Extensible. The system is designed to not have any hardcoded funtions, but rather have each operation/function is written in a plugin (participant) | ||
| - | |||
| - | |||
| - | |||
| - | |||
== Tools == | == Tools == | ||
Contents |
MINT (MeeGo Integration) is a set of integrated tools, that was created with the goal of creating a CI system around OBS for enabling vendors to build meego products. It provides a business process automation system, interacting with many different systems such as bugzilla and OBS to facilitate product building.
Describe the overall release and build infrastructure.