Template:CustomCIStatus: Difference between revisions

From QEMU
(Remove redundant shipable project id stuff.)
(Swap around the order to surface gitlab, promote GitLab to primary, update links to travis-ci.com)
 
Line 30: Line 30:
! Branch:{{{branch|master}}} status
! Branch:{{{branch|master}}} status
|- valign="top"
|- valign="top"
| [[Testing/Travis|Travis]]
| [[Testing/CI/GitLabCI|GitLab CI]]
| [https://travis-ci.org/{{{user|qemu}}}/{{{repo|qemu}}}/builds build history]
| [https://gitlab.com/{{{user|qemu}}}/{{{repo|qemu}}}/pipelines pipelines]
| Build combinations, Ubuntu 12/14.04 x86_64 hosts, MacOSX
| Primary CI, tries to incorporate data from others
| {{TravisCIStatus|user={{{user|qemu}}}|repo={{{repo|qemu}}}|branch={{{branch|master}}}}}
| https://gitlab.com/{{{user|qemu-project}}}/{{{repo|qemu}}}/badges/{{{branch|master}}}/pipeline.svg [https://gitlab.com/{{{user|qemu-project}}}/{{{repo|qemu}}}/pipelines/charts]
|-
|-
| [[Testing/CI/CirrusCI|Cirrus CI]]
| [[Testing/CI/CirrusCI|Cirrus CI]]
Line 40: Line 40:
| {{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]]
| [[Testing/Travis|Travis]]
| [https://gitlab.com/{{{user|qemu}}}/{{{repo|qemu}}}/pipelines pipelines]
| [https://travis-ci.com/{{{user|qemu}}}/{{{repo|qemu}}}/builds build history]
| Linux compiles and IOTests
| Non-x86_64 hosts
| https://gitlab.com/{{{user|qemu-project}}}/{{{repo|qemu}}}/badges/{{{branch|master}}}/pipeline.svg [https://gitlab.com/{{{user|qemu-project}}}/{{{repo|qemu}}}/pipelines/charts]
| {{TravisCIStatus|user={{{user|qemu}}}|repo={{{repo|qemu}}}|branch={{{branch|master}}}}}
|}
|}
[[Category:CI Tracking Pages]]
[[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