Add sections to the optin doc
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
0b013c55de
commit
ee06127779
1 changed files with 8 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue