Review simple_koji_ci SOP

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-09-10 14:59:18 +02:00
parent f0a39fee63
commit d9f401815e
2 changed files with 8 additions and 7 deletions

View file

@ -1,6 +1,6 @@
= simple-koji-ci
simple-koji-ci is a small service running in our infra cloud that
_simple-koji-ci_ is a small service running in our infra cloud that
listens for fedmsg messages coming from pagure on dist-git about new
pull-requests. It then creates a SRPM based on the content of each
pull-request, kicks off a scratch build in koji and reports the outcome
@ -17,20 +17,21 @@ Persons::
Location::
the cloud ☁
Servers::
simple-koji-ci-dev.fedorainfracloud.org
simple-koji-ci-prod.fedorainfracloud.org
* simple-koji-ci-dev.fedorainfracloud.org
* simple-koji-ci-prod.fedorainfracloud.org
Purpose::
Performs scratch builds for pull-request opened on dist-git
== Hosts
The current deployment is made in a single host:
`simple-koji-ci-prod.fedorainfracloud.org` for prod,
`simple-koji-ci-dev.fedorainfracloud.org` for stagging.
* `simple-koji-ci-prod.fedorainfracloud.org` for prod
* `simple-koji-ci-dev.fedorainfracloud.org` for stagging
== Service
simple-koji-ci is a fedmsg-based service, so it can be turned on or off
_simple-koji-ci_ is a fedmsg-based service, so it can be turned on or off
via the `fedmsg-hub` service.
It interacts with koji via a keytab created by the `keytab/service` role