From Fedora Project Wiki

< CI

(Initial landing page)
 
(Moved page)
Line 1: Line 1:
= The Manifesto =
Moved to https://fedoraproject.org/wiki/CI
 
A [[CI/Manifesto|Continuous Integration manifesto]] that helps describe the goals, terminology, and rules.
 
= Tests locations =
 
The tests to be executed are stored in the dist-git repositories]. The tests are stored or wrapped along-side the spec files that describe the software sources. The tests are branched, maintained along with the package or module they pertain to.
 
Package or RPM specific tests are stored in that package's [https://src.fedoraproject.org/cgit/rpms/|dist-git repository]. Such package repositories will have a <code>rpms/</code> prefix in their name. Other tests refer to larger sets of functionality, [[Modularity|called modules]] and are [https://src.fedoraproject.org/cgit/modules/|stored in a dist-git repository] with <code>modules/</code> prefix in their name.
 
* To checkout a dist-git repo, use [[Package_maintenance_guide|fedpkg tooling]].
* To contribute tests to a dist-git repository get a [https://admin.fedoraproject.org/accounts/|Fedora Account].
* Use Pagure.io to contribute to a dist-git repository using a GitHub style interface.
** '''Ready: July 5, 2017''' contact [[User:Pingou|Pierre Yves-Chibon]]
* To move or wrap downstream tests to Fedora, use https://upstreamfirst.fedorainfracloud.org/
** Contact [[User:Tflink|Tim Flink]]
 
= Test format =
 
Tests may be written all sorts of different ways, but have to be exposed and invoked in a standard way. They are stored or wrapped in the <code>tests/</code> directory in a dist-git repository. There is a detailed description of how this is done:
 
* [[Changes/InvokingTests|Standard Spec for Invoking Tests]]
 
= Gating =
 
When a test fails, continuous integration will be able to prevent the broken package change from affecting other changes. That gating will happen in Bodhi. Packages in the core operating system, such as those in [https://getfedora.org/en/atomic/|Fedora Atomic Host] are most interesting for gating, as when they break they affect the most users.
 
* Modules and packages will be able to opt into gating.
* '''Ready: August 2017'''
 
= Testing pipeline =
 
The [[FedoraAtomicCI/pipeline|pipeline is described here]].

Revision as of 16:56, 18 June 2017