Add sections to the optin doc

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-YvesChibon 2019-07-23 16:18:10 +02:00
commit ee06127779

View file

@ -6,6 +6,8 @@ There are two steps to do to opt-in the rawhide gating:
* Add tests to your package
* Configure gating, so that your package is gated on those tests
== Add tests to your package
You can add tests by following the
link:https://docs.fedoraproject.org/en-US/ci/tests/#_writing[documentation
on how to write tests].
@ -25,8 +27,12 @@ test results tab.
For these tests to have an effect, you need to configure the system to gate
on them.
To do so you need to add a `gating.yaml` to the git repository of the package
you want gated.
== Configure gating
To configure the system to gate your package on tests, you need to add a
`gating.yaml` to the git repository of the package(s) you want gated.
A simple `gating.yaml` will look like this: