Add a "zuul: gated" status badge

Other CI systems have 'badges' that can be put into web locations
related to the repo. They show various quality marks, such as "build:
passing".

In Zuul, however, we offer a different option - that your build never
stop working.

It would be nice to let people add a "gated" badge to their repo similar
to how other systems have status badges. This is a badge that just says
"zuul: gated" in zuul's blue.

Co-Authored-By: Tobias Henkel <tobias.henkel@bmw.de>
Change-Id: I1af8152c2b471ffe45ea35a819229ca8e41bbc43
This commit is contained in:
Monty Taylor 2018-05-16 17:36:02 -05:00 committed by Tobias Henkel
parent 0f0a9c2dcc
commit da72bd28d3
1 changed files with 1 additions and 0 deletions

1
www/gated.svg Normal file
View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="74" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="74" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h33v20H0z"/><path fill="#41b6e6" d="M33 0h41v20H33z"/><path fill="url(#b)" d="M0 0h74v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="175" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="230">zuul</text><text x="175" y="140" transform="scale(.1)" textLength="230">zuul</text><text x="525" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="310">gated</text><text x="525" y="140" transform="scale(.1)" textLength="310">gated</text></g> </svg>

After

Width:  |  Height:  |  Size: 947 B