From Fedora Project Wiki
(link production)
(Taskotron EOL)
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{admon/caution|Taskotron development reached end of life|[[Taskotron]] has been sunset in Fedora Infrastructure. It is no longer running and no longer being developed. You can use these wiki pages to learn about its history, but please be aware that the information is no longer actual.}}
This is the current list of tasks that taskotron is running. Results can be found at the following locations:
This is the current list of tasks that taskotron is running. Results can be found at the following locations:


* [https://taskotron.fedoraproject.org/resultsdb production]
* [https://taskotron.fedoraproject.org/resultsdb/ production]
* [https://taskotron.stg.fedoraproject.org/resultsdb staging]
* [https://taskotron.stg.fedoraproject.org/resultsdb/ staging]
* [https://taskotron-dev.fedoraproject.org/resultsdb/jobs dev]
* [https://taskotron-dev.fedoraproject.org/resultsdb/ development]


== Current Tasks ==
== Current Tasks ==


* [[Taskotron/Tasks/depcheck | Depcheck]]
* [[Taskotron/Tasks/dist.abicheck | dist.abicheck]]
* [[Taskotron/Tasks/upgradepath | Upgradepath]]
* [[Taskotron/Tasks/dist.python-versions | dist.python-versions]]
* [[Taskotron/Tasks/dist.rpmdeplint | dist.rpmdeplint]]
* [[Taskotron/Tasks/dist.rpmlint | dist.rpmlint]]
* any many more, unfortunately not documented yet :/
 
== Reading task results ==
 
At the moment, links to taskotron result log (e.g. in bodhi comments) are in format:
 
  <nowiki>https://taskotron.fedoraproject.org/taskmaster//builders/x86_64/builds/<build_id>/steps/runtask/logs/stdio</nowiki>
 
This result log is not the only output from job execution, for debuging purposes one can adjust aforementioned URL to:
 
  <nowiki>https://taskotron.fedoraproject.org/taskmaster//builders/x86_64/builds/<build_id></nowiki>
 
This URL leads to buildbot details where one can observe steps of job execution and its output, especially taskotron.log file which contains all the debug information on given task/check run.
 


[[Category:Taskotron]]
[[Category:Taskotron]]

Latest revision as of 14:45, 7 May 2020

Stop (medium size).png
Taskotron development reached end of life
Taskotron has been sunset in Fedora Infrastructure. It is no longer running and no longer being developed. You can use these wiki pages to learn about its history, but please be aware that the information is no longer actual.

This is the current list of tasks that taskotron is running. Results can be found at the following locations:

Current Tasks

Reading task results

At the moment, links to taskotron result log (e.g. in bodhi comments) are in format:

 https://taskotron.fedoraproject.org/taskmaster//builders/x86_64/builds/<build_id>/steps/runtask/logs/stdio

This result log is not the only output from job execution, for debuging purposes one can adjust aforementioned URL to:

 https://taskotron.fedoraproject.org/taskmaster//builders/x86_64/builds/<build_id>

This URL leads to buildbot details where one can observe steps of job execution and its output, especially taskotron.log file which contains all the debug information on given task/check run.