(sort tasks) |
(→Current Tasks: add dist.python-versions) |
||
Line 9: | Line 9: | ||
* [[Taskotron/Tasks/dist.abicheck | dist.abicheck]] | * [[Taskotron/Tasks/dist.abicheck | dist.abicheck]] | ||
* [[Taskotron/Tasks/dist.depcheck | dist.depcheck]] | * [[Taskotron/Tasks/dist.depcheck | dist.depcheck]] | ||
* [[Taskotron/Tasks/dist.python-versions | dist.python-versions]] | |||
* [[Taskotron/Tasks/dist.rpmdeplint | dist.rpmdeplint]] | * [[Taskotron/Tasks/dist.rpmdeplint | dist.rpmdeplint]] | ||
* [[Taskotron/Tasks/dist.upgradepath | dist.upgradepath]] | * [[Taskotron/Tasks/dist.upgradepath | dist.upgradepath]] |
Revision as of 11:40, 26 July 2017
This is the current list of tasks that taskotron is running. Results can be found at the following locations:
Current Tasks
- dist.abicheck
- dist.depcheck
- dist.python-versions
- dist.rpmdeplint
- dist.upgradepath
- 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:
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.