Template:CIStatus: Difference between revisions

From QEMU
No edit summary
(fudge it)
 
(31 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/Travis|Travis]]
| [[Testing/CI/GitLabCI|GitLab CI]]
| Build combinations, Ubuntu 12/14.04 x86_64 hosts, MacOSX
| Majority of CI testing (builds x86 & cross), various check targets
| [https://travis-ci.org/qemu/qemu https://travis-ci.org/qemu/qemu.svg?branch=master]
| https://gitlab.com/qemu-project/qemu/badges/master/pipeline.svg [https://gitlab.com/qemu-project/qemu/pipelines/charts]
|-
|-
| [[Testing/Shippable|Shippable]]
| [[Testing/CI/CirrusCI|Cirrus CI]]
| Docker based cross-compiles (Debian Based)
| FreeBSD, MacOS and Windows MSYS2 compile and test
| [https://app.shippable.com/github/qemu/qemu/status/dashboard current status]
| https://api.cirrus-ci.com/github/qemu/qemu.svg [https://cirrus-ci.com/github/qemu/qemu]
|-
|-
| [[Testing/LAVA|LAVA]]
| [[Testing/CI/Travis|Travis]]
| Aarch64 RISU tests, ARM only
| non-x86 hosts, mostly deprecated
| [https://validation.linaro.org/results/query/~alex.bennee/master-aarch64-risu-results result stream]
| https://api.travis-ci.org/qemu/qemu.png?branch=master&file=qemu.png [https://travis-ci.org/qemu/qemu]
|-
|-
| [[Testing/Patchew|Patchew]]
| [[Testing#Coverity|Coverity]]
| Static analysis
| https://scan.coverity.com/projects/378/badge.svg?flat=1&foo=qemu.svg [https://scan.coverity.com/projects/qemu?tab=overview]
|-
| [[Testing/CI/Patchew|Patchew]]
| Apply and test patches as they are sent on the mailing list.
| Apply and test patches as they are sent on the mailing list.
| [http://patchew.org/QEMU/ Patchew dashboard]
| 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 qemu.png?branch=master&file=qemu.png [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]