Review simple_koji_ci SOP
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
f0a39fee63
commit
d9f401815e
2 changed files with 8 additions and 7 deletions
|
@ -99,7 +99,7 @@
|
||||||
** xref:scmadmin.adoc[SCM Admin - SOP]
|
** xref:scmadmin.adoc[SCM Admin - SOP]
|
||||||
** xref:selinux.adoc[SELinux Infrastructure - SOP]
|
** xref:selinux.adoc[SELinux Infrastructure - SOP]
|
||||||
** xref:sigul-upgrade.adoc[Sigul servers upgrades/reboots - SOP]
|
** xref:sigul-upgrade.adoc[Sigul servers upgrades/reboots - SOP]
|
||||||
** xref:simple_koji_ci.adoc[simple_koji_ci - SOP in review ]
|
** xref:simple_koji_ci.adoc[simple_koji_ci - SOP]
|
||||||
** xref:sshaccess.adoc[sshaccess - SOP in review ]
|
** xref:sshaccess.adoc[sshaccess - SOP in review ]
|
||||||
** xref:sshknownhosts.adoc[sshknownhosts - SOP in review ]
|
** xref:sshknownhosts.adoc[sshknownhosts - SOP in review ]
|
||||||
** xref:staging.adoc[staging - SOP in review ]
|
** xref:staging.adoc[staging - SOP in review ]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
= simple-koji-ci
|
= 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
|
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-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
|
pull-request, kicks off a scratch build in koji and reports the outcome
|
||||||
|
@ -17,20 +17,21 @@ Persons::
|
||||||
Location::
|
Location::
|
||||||
the cloud ☁
|
the cloud ☁
|
||||||
Servers::
|
Servers::
|
||||||
simple-koji-ci-dev.fedorainfracloud.org
|
* simple-koji-ci-dev.fedorainfracloud.org
|
||||||
simple-koji-ci-prod.fedorainfracloud.org
|
* simple-koji-ci-prod.fedorainfracloud.org
|
||||||
Purpose::
|
Purpose::
|
||||||
Performs scratch builds for pull-request opened on dist-git
|
Performs scratch builds for pull-request opened on dist-git
|
||||||
|
|
||||||
== Hosts
|
== Hosts
|
||||||
|
|
||||||
The current deployment is made in a single host:
|
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
|
== 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.
|
via the `fedmsg-hub` service.
|
||||||
|
|
||||||
It interacts with koji via a keytab created by the `keytab/service` role
|
It interacts with koji via a keytab created by the `keytab/service` role
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue