Template:CustomCIStatus: Difference between revisions

From QEMU
(Move more dashboards to the left)
(re-org table with a new column)
Line 27: Line 27:
</noinclude>{| class="wikitable sortable" border=1
</noinclude>{| class="wikitable sortable" border=1
! System
! System
! Summary
! Focus
! Focus
! Status
! Branch:{{{branch|master}}} status
|- valign="top"
|- valign="top"
| [[Testing/Travis|Travis]][https://travis-ci.org/{{{user|qemu}}}/{{{repo|qemu}}}/builds]
| [[Testing/Travis|Travis]]
| [https://travis-ci.org/{{{user|qemu}}}/{{{repo|qemu}}}/builds build history]
| Build combinations, Ubuntu 12/14.04 x86_64 hosts, MacOSX
| Build combinations, Ubuntu 12/14.04 x86_64 hosts, MacOSX
| {{TravisCIStatus|user={{{user|qemu}}}|repo={{{repo|qemu}}}|branch={{{branch|master}}}}}
| {{TravisCIStatus|user={{{user|qemu}}}|repo={{{repo|qemu}}}|branch={{{branch|master}}}}}
|-
|-
| [[Testing/CI/Shippable|Shippable]][https://app.shippable.com/github/{{{user|qemu}}}/{{{repo|qemu}}}/dashboard]
| [[Testing/CI/Shippable|Shippable]]
| [https://app.shippable.com/github/{{{user|qemu}}}/{{{repo|qemu}}}/dashboard dashboard]
| Docker based cross-compiles (Debian Based)
| Docker based cross-compiles (Debian Based)
| {{ShippableCIStatus|id={{{ship_proj|5885eb1e11c45a1000af5662}}}|user={{{user|qemu}}}|repo={{{repo|qemu}}}|branch={{{branch|master}}}}}
| {{ShippableCIStatus|id={{{ship_proj|5885eb1e11c45a1000af5662}}}|user={{{user|qemu}}}|repo={{{repo|qemu}}}|branch={{{branch|master}}}}}
|-
|-
| [[Testing/CI/CirrusCI|Cirrus CI]][https://cirrus-ci.com/github/{{{user|qemu}}}/{{{repo|qemu}}}]
| [[Testing/CI/CirrusCI|Cirrus CI]]
|[https://cirrus-ci.com/github/{{{user|qemu}}}/{{{repo|qemu}}} build history]
| FreeBSD compiles
| FreeBSD compiles
| {{CirrusCIStatus|user={{{user|qemu}}}|repo={{{repo|qemu}}}|branch={{{branch|master}}}}}
| {{CirrusCIStatus|user={{{user|qemu}}}|repo={{{repo|qemu}}}|branch={{{branch|master}}}}}
|-
|-
| [[Testing/CI/GitLabCI|GitLab CI]][https://gitlab.com/{{{user|qemu}}}/{{{repo|qemu}}}/pipelines]
| [[Testing/CI/GitLabCI|GitLab CI]]
| [https://gitlab.com/{{{user|qemu}}}/{{{repo|qemu}}}/pipelines pipelines]
| Linux compiles and IOTests
| Linux compiles and IOTests
| https://gitlab.com/{{{user|qemu-project}}}/{{{repo|qemu}}}/badges/{{{branch|master}}}/pipeline.svg [https://gitlab.com/{{{user|qemu-project}}}/{{{repo|qemu}}}/pipelines/charts]
| https://gitlab.com/{{{user|qemu-project}}}/{{{repo|qemu}}}/badges/{{{branch|master}}}/pipeline.svg [https://gitlab.com/{{{user|qemu-project}}}/{{{repo|qemu}}}/pipelines/charts]
|}
|}
[[Category:CI Tracking Pages]]
[[Category:CI Tracking Pages]]

Revision as of 15:44, 22 October 2019

Usage

This template can be embedded on any page to report the status of any branch using the template transclusion syntax:

{{CustomCIStatus|user=stsquad|repo=qemu|branch=testing/next|ship_proj=5885eac43b653a0f00fa97f5}}

Give:

System Summary Focus Branch:testing/next status
Travis build history Build combinations, Ubuntu 12/14.04 x86_64 hosts, MacOSX next&file=qemu.png
Shippable dashboard Docker based cross-compiles (Debian Based) next&foo=qemu.png [1]
Cirrus CI build history FreeBSD compiles https://api.cirrus-ci.com/github/stsquad/qemu.svg [2]
GitLab CI pipelines Linux compiles and IOTests https://gitlab.com/stsquad/qemu/badges/testing/next/pipeline.svg [3]

Parameters

* user - username (assumes you use the same one across systems)
* repo - name of your repo
* ship_proj - shippable project id
* branch - branch you are tracking

Defaults

The defaults are set to track the master branch of the main repository:

System Summary Focus Branch:master status
Travis build history Build combinations, Ubuntu 12/14.04 x86_64 hosts, MacOSX qemu.png?branch=master&file=qemu.png
Shippable dashboard Docker based cross-compiles (Debian Based) badge?branch=master&foo=qemu.png [4]
Cirrus CI build history FreeBSD compiles https://api.cirrus-ci.com/github/qemu/qemu.svg [5]
GitLab CI pipelines Linux compiles and IOTests https://gitlab.com/qemu-project/qemu/badges/master/pipeline.svg [6]