Template:CustomCIStatus: Difference between revisions
(Move dashboard link to system side) |
(Move more dashboards to the left) |
||
Line 30: | Line 30: | ||
! Status | ! Status | ||
|- valign="top" | |- valign="top" | ||
| [[Testing/Travis|Travis]] | | [[Testing/Travis|Travis]][https://travis-ci.org/{{{user|qemu}}}/{{{repo|qemu}}}/builds] | ||
| 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]] | | [[Testing/CI/Shippable|Shippable]][https://app.shippable.com/github/{{{user|qemu}}}/{{{repo|qemu}}}/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}}}}} | ||
Line 42: | Line 42: | ||
| {{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/CI/GitLabCI|GitLab CI]][https://gitlab.com/{{{user|qemu}}}/{{{repo|qemu}}}/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:18, 21 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 | Focus | Status |
---|---|---|
Travis[1] | Build combinations, Ubuntu 12/14.04 x86_64 hosts, MacOSX | |
Shippable[2] | Docker based cross-compiles (Debian Based) | [3] |
Cirrus CI[4] | FreeBSD compiles | https://api.cirrus-ci.com/github/stsquad/qemu.svg [5] |
GitLab CI[6] | Linux compiles and IOTests | https://gitlab.com/stsquad/qemu/badges/testing/next/pipeline.svg [7] |
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 | Focus | Status |
---|---|---|
Travis[8] | Build combinations, Ubuntu 12/14.04 x86_64 hosts, MacOSX | |
Shippable[9] | Docker based cross-compiles (Debian Based) | [10] |
Cirrus CI[11] | FreeBSD compiles | https://api.cirrus-ci.com/github/qemu/qemu.svg [12] |
GitLab CI[13] | Linux compiles and IOTests | https://gitlab.com/qemu-project/qemu/badges/master/pipeline.svg [14] |