Template:CIStatus: Difference between revisions
No edit summary |
(fudge it) |
||
(28 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable sortable" border=1 | <noinclude> | ||
This template can be embedded on any page my using the template transclusion syntax: | |||
<nowiki>{{CIStatus}}</nowiki> | |||
which will then be rendered as: | |||
</noinclude>{| class="wikitable sortable" border=1 | |||
! System | ! System | ||
! Focus | ! Focus | ||
! Status | ! Status | ||
|- valign="top" | |- valign="top" | ||
| [[Testing/ | | [[Testing/CI/GitLabCI|GitLab CI]] | ||
| | | Majority of CI testing (builds x86 & cross), various check targets | ||
| https://gitlab.com/qemu-project/qemu/badges/master/pipeline.svg [https://gitlab.com/qemu-project/qemu/pipelines/charts] | |||
|- | |||
| [[Testing/CI/CirrusCI|Cirrus CI]] | |||
| FreeBSD, MacOS and Windows MSYS2 compile and test | |||
| https://api.cirrus-ci.com/github/qemu/qemu.svg [https://cirrus-ci.com/github/qemu/qemu] | |||
|- | |||
| [[Testing/CI/Travis|Travis]] | |||
| non-x86 hosts, mostly deprecated | |||
| https://api.travis-ci.org/qemu/qemu.png?branch=master&file=qemu.png [https://travis-ci.org/qemu/qemu] | | https://api.travis-ci.org/qemu/qemu.png?branch=master&file=qemu.png [https://travis-ci.org/qemu/qemu] | ||
|- | |- | ||
| [[Testing | | [[Testing#Coverity|Coverity]] | ||
| | | Static analysis | ||
| https:// | | https://scan.coverity.com/projects/378/badge.svg?flat=1&foo=qemu.svg [https://scan.coverity.com/projects/qemu?tab=overview] | ||
|- | |- | ||
| [[Testing/ | | [[Testing/CI/Patchew|Patchew]] | ||
| | | Apply and test patches as they are sent on the mailing list. | ||
| | | https://patchew.org/QEMU/badge.svg [http://patchew.org/QEMU/info] | ||
|- | |- | ||
| [[ | | [[Documentation]] | ||
| | | Build the RST portions of the doc/ subtree | ||
| [ | | https://readthedocs.org/projects/qemu/badge/?version=latest&foo=qemu.svg [https://readthedocs.org/projects/qemu/builds/] | ||
|} | |} |
Latest revision as of 16:35, 10 May 2021
This template can be embedded on any page my using the template transclusion syntax:
{{CIStatus}}
which will then be rendered as:
System | Focus | Status |
---|---|---|
GitLab CI | Majority of CI testing (builds x86 & cross), various check targets | https://gitlab.com/qemu-project/qemu/badges/master/pipeline.svg [1] |
Cirrus CI | FreeBSD, MacOS and Windows MSYS2 compile and test | https://api.cirrus-ci.com/github/qemu/qemu.svg [2] |
Travis | non-x86 hosts, mostly deprecated | [3] |
Coverity | Static analysis | https://scan.coverity.com/projects/378/badge.svg?flat=1&foo=qemu.svg [4] |
Patchew | Apply and test patches as they are sent on the mailing list. | https://patchew.org/QEMU/badge.svg [5] |
Documentation | Build the RST portions of the doc/ subtree | https://readthedocs.org/projects/qemu/badge/?version=latest&foo=qemu.svg [6] |