Review kerneltest-harness SOP

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-09-03 10:42:13 +02:00
parent 382c69a3e1
commit cd59075706
2 changed files with 22 additions and 21 deletions

View file

@ -56,7 +56,7 @@
** xref:ipsilon.adoc[Ipsilon Infrastructure - SOP] ** xref:ipsilon.adoc[Ipsilon Infrastructure - SOP]
** xref:iscsi.adoc[iSCSI - SOP] ** xref:iscsi.adoc[iSCSI - SOP]
** xref:jenkins-fedmsg.adoc[Jenkins Fedmsg - SOP] ** xref:jenkins-fedmsg.adoc[Jenkins Fedmsg - SOP]
** xref:kerneltest-harness.adoc[kerneltest-harness - SOP in review ] ** xref:kerneltest-harness.adoc[Kerneltest-harness - SOP]
** xref:kickstarts.adoc[kickstarts - SOP in review ] ** xref:kickstarts.adoc[kickstarts - SOP in review ]
** xref:koji.adoc[koji - SOP in review ] ** xref:koji.adoc[koji - SOP in review ]
** xref:koji-archive.adoc[koji-archive - SOP in review ] ** xref:koji-archive.adoc[koji-archive - SOP in review ]

View file

@ -5,9 +5,9 @@ statistics about kernel test results.
== Contents == Contents
[arabic] * <<_contact_information>>
. Contact Information * <<_add_a_new_fedora_release>>
. Documentation Links * <<_upload_new_test_results>>
== Contact Information == Contact Information
@ -26,35 +26,36 @@ Purpose::
* Login * Login
* On the front page, in the menu on the left side, if there is a * 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)#. _Fedora Rawhide_ release, click on _(edit)_.
* Bump the [.title-ref]#Release number# on [.title-ref]#Fedora Rawhide# * Bump the _Release number_ on _Fedora Rawhide_
to avoid conflicts with the new release you're creating to avoid conflicts with the new release you're creating
* Back on the index page, click on [.title-ref]#New release# * Back on the index page, click on _New release_
* Complete the form: * Complete the form:
** Release number
+ +
Release number::
This would be the integer version of the Fedora release, for example This would be the integer version of the Fedora release, for example
24 for Fedora 24. 24 for Fedora 24.
Support:: ** Support
+
The current status of the Fedora release The current status of the Fedora release
+ +
** Rawhide for Fedora Rawhide *** Rawhide for Fedora Rawhide
** Test for branched release *** Test for branched release
** Release for released Fedora *** Release for released Fedora
** Retired for retired release of Fedora *** Retired for retired release of Fedora
== Upload new test results == Upload new test results
The kernel tests are available on the The kernel tests are available on the
https://git.fedorahosted.org/cgit/kernel-tests.git/[kernel-test] git https://pagure.io/kernel-tests[kernel-tests] git
repository. repository.
Once ran with [.title-ref]#runtests.sh#, you can upload the resulting Once ran with `runtests.sh`, you can upload the resulting
file either using [.title-ref]#fedora_submit.py# or the UI. file either using `fedora_submit.py` or the UI.
If you choose the UI the steps are simply: If you choose the UI the steps are simply:
* Login * Login
* Click on [.title-ref]#Upload# in the main menu on the top * Click on _Upload_ in the main menu on the top
* Select the result file generated by running the tests * Select the result file generated by running the tests
* Submit * Submit