Template:CustomCIStatus: Difference between revisions

From QEMU
(Initial version)
 
(Swap around the order to surface gitlab, promote GitLab to primary, update links to travis-ci.com)
 
(14 intermediate revisions by 2 users not shown)
Line 10: Line 10:
Give:
Give:


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


==== Parameters ====
=== Parameters ===


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


[[Category:Template]]
[[Category:Template]]
=== Defaults ===
The defaults are set to track the master branch of the main repository:
</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]]
| [[Testing/CI/GitLabCI|GitLab CI]]
| Build combinations, Ubuntu 12/14.04 x86_64 hosts, MacOSX
| [https://gitlab.com/{{{user|qemu}}}/{{{repo|qemu}}}/pipelines pipelines]
| https://api.travis-ci.org/{{{user|qemu}}}/{{{repo|qemu}}}.png?branch={{{branch|master}}}&file=qemu.png [https://travis-ci.org/{{{user|qemu}}}/{{{repo|qemu}}}]
| Primary CI, tries to incorporate data from others
|-
| https://gitlab.com/{{{user|qemu-project}}}/{{{repo|qemu}}}/badges/{{{branch|master}}}/pipeline.svg [https://gitlab.com/{{{user|qemu-project}}}/{{{repo|qemu}}}/pipelines/charts]
| [[Testing/Shippable|Shippable]]
| Docker based cross-compiles (Debian Based)
| https://api.shippable.com/projects/{{{ship_proj|5885eb1e11c45a1000af5662}}}/badge?branch={{{branch}}}&foo=qemu.png [https://app.shippable.com/github/{{{user|qemu}}}/{{{repo|qemu}}}/status/dashboard]
|-
|-
| [https://cirrus-ci.com/github/qemu/qemu Cirrus CI]
| [[Testing/CI/CirrusCI|Cirrus CI]]
|[https://cirrus-ci.com/github/{{{user|qemu}}}/{{{repo|qemu}}} build history]
| FreeBSD compiles
| FreeBSD compiles
| https://api.cirrus-ci.com/github/{{{user|qemu}}}/{{{repo|qemu}}}.svg [https://cirrus-ci.com/github/{{{user|qemu}}}/{{{repo|qemu}}}]
| {{CirrusCIStatus|user={{{user|qemu}}}|repo={{{repo|qemu}}}|branch={{{branch|master}}}}}
|-
|-
| [https://gitlab.com/qemu-project/qemu GitLab CI]
| [[Testing/Travis|Travis]]
| Linux compiles and IOTests
| [https://travis-ci.com/{{{user|qemu}}}/{{{repo|qemu}}}/builds build history]
| https://gitlab.com/{{{user|qemu-project}}}/{{{repo|qemu}}}/badges/{{{branch|master}}}/pipeline.svg [https://gitlab.com/{{{user|qemu-project}}}/{{{repo|qemu}}}/pipelines/charts]
| Non-x86_64 hosts
| {{TravisCIStatus|user={{{user|qemu}}}|repo={{{repo|qemu}}}|branch={{{branch|master}}}}}
|}
|}
[[Category:CI Tracking Pages]]

Latest revision as of 10:12, 30 June 2021

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}}

Give:

System Summary Focus Branch:testing/next status
GitLab CI pipelines Primary CI, tries to incorporate data from others https://gitlab.com/stsquad/qemu/badges/testing/next/pipeline.svg [1]
Cirrus CI build history FreeBSD compiles https://api.cirrus-ci.com/github/stsquad/qemu.svg [2]
Travis build history Non-x86_64 hosts next&file=qemu.png

Parameters

* user - username (assumes you use the same one across systems)
* repo - name of your repo
* 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
GitLab CI pipelines Primary CI, tries to incorporate data from others https://gitlab.com/qemu-project/qemu/badges/master/pipeline.svg [3]
Cirrus CI build history FreeBSD compiles https://api.cirrus-ci.com/github/qemu/qemu.svg [4]
Travis build history Non-x86_64 hosts qemu.png?branch=master&file=qemu.png