Template:CustomCIStatus: Difference between revisions
(Use templates for Travis/Shippable/CirrusCI slugs) |
(Move dashboard link to system side) |
||
Line 38: | Line 38: | ||
| {{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]] | | [[Testing/CI/CirrusCI|Cirrus CI]][https://cirrus-ci.com/github/{{{user|qemu}}}/{{{repo|qemu}}}] | ||
| FreeBSD compiles | | FreeBSD compiles | ||
| {{CirrusCIStatus|user={{{user|qemu}}}|repo={{{repo|qemu}}}|branch={{{branch|master}}}}} | | {{CirrusCIStatus|user={{{user|qemu}}}|repo={{{repo|qemu}}}|branch={{{branch|master}}}}} |
Revision as of 15:14, 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 | Build combinations, Ubuntu 12/14.04 x86_64 hosts, MacOSX | |
Shippable | Docker based cross-compiles (Debian Based) | [1] |
Cirrus CI[2] | FreeBSD compiles | https://api.cirrus-ci.com/github/stsquad/qemu.svg [3] |
GitLab CI | Linux compiles and IOTests | https://gitlab.com/stsquad/qemu/badges/testing/next/pipeline.svg [4] |
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 | Build combinations, Ubuntu 12/14.04 x86_64 hosts, MacOSX | |
Shippable | Docker based cross-compiles (Debian Based) | [5] |
Cirrus CI[6] | FreeBSD compiles | https://api.cirrus-ci.com/github/qemu/qemu.svg [7] |
GitLab CI | Linux compiles and IOTests | https://gitlab.com/qemu-project/qemu/badges/master/pipeline.svg [8] |