Added the infra SOPs ported to asciidoc.
This commit is contained in:
parent
8a7f111a12
commit
a0301e30f1
148 changed files with 18575 additions and 17 deletions
60
modules/sysadmin_guide/pages/kerneltest-harness.adoc
Normal file
60
modules/sysadmin_guide/pages/kerneltest-harness.adoc
Normal file
|
@ -0,0 +1,60 @@
|
|||
= Kerneltest-harness SOP
|
||||
|
||||
The kerneltest-harness is the web application used to gather and present
|
||||
statistics about kernel test results.
|
||||
|
||||
== Contents
|
||||
|
||||
[arabic]
|
||||
. Contact Information
|
||||
. Documentation Links
|
||||
|
||||
== Contact Information
|
||||
|
||||
Owner::
|
||||
Fedora Infrastructure Team
|
||||
Contact::
|
||||
#fedora-admin
|
||||
Location::
|
||||
https://apps.fedoraproject.org/kerneltest/
|
||||
Servers::
|
||||
kerneltest01, kerneltest01.stg
|
||||
Purpose::
|
||||
Provide a system to gather and present kernel tests results
|
||||
|
||||
== Add a new Fedora release
|
||||
|
||||
* Login
|
||||
* On the front page, in the menu on the left side, if there is a
|
||||
[.title-ref]#Fedora Rawhide# release, click on [.title-ref]#(edit)#.
|
||||
* Bump the [.title-ref]#Release number# on [.title-ref]#Fedora Rawhide#
|
||||
to avoid conflicts with the new release you're creating
|
||||
* Back on the index page, click on [.title-ref]#New release#
|
||||
* Complete the form:
|
||||
+
|
||||
Release number::
|
||||
This would be the integer version of the Fedora release, for example
|
||||
24 for Fedora 24.
|
||||
Support::
|
||||
The current status of the Fedora release
|
||||
+
|
||||
** Rawhide for Fedora Rawhide
|
||||
** Test for branched release
|
||||
** Release for released Fedora
|
||||
** Retired for retired release of Fedora
|
||||
|
||||
== Upload new test results
|
||||
|
||||
The kernel tests are available on the
|
||||
https://git.fedorahosted.org/cgit/kernel-tests.git/[kernel-test] git
|
||||
repository.
|
||||
|
||||
Once ran with [.title-ref]#runtests.sh#, you can upload the resulting
|
||||
file either using [.title-ref]#fedora_submit.py# or the UI.
|
||||
|
||||
If you choose the UI the steps are simply:
|
||||
|
||||
* Login
|
||||
* Click on [.title-ref]#Upload# in the main menu on the top
|
||||
* Select the result file generated by running the tests
|
||||
* Submit
|
Loading…
Add table
Add a link
Reference in a new issue