[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: fix colors for 5 suites being built
Holger Levsen
gitlab at salsa.debian.org
Thu Jul 11 14:47:40 BST 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
9e30c02e by Holger Levsen at 2019-07-11T13:47:29Z
reproducible Debian: fix colors for 5 suites being built
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/make_graph.py
- bin/reproducible_html_dashboard.sh
Changes:
=====================================
bin/make_graph.py
=====================================
@@ -34,11 +34,11 @@ def main():
r('palette(c("#73d216", "#f57900", "#cc0000", "#2e3436", "#888a85"))')
elif int(colors) == 6:
r('palette(c("#73d216", "#f57900", "#cc0000", "#2e3436", "#ffdd00", "#aaaaaa"))')
- elif int(colors) == 16:
- r('palette(c("#4e9a06", "#57a231", "#73d216", "#8ae234", \
- "#ce5c00", "#f57900", "#fcaf3e", "#fcda27", \
- "#a40000", "#cc0000", "#ef2929", "#fc2a1a", \
- "#2e3436", "#555753", "#888a85", "#b8bbb4" ))')
+ elif int(colors) == 20:
+ r('palette(c("#4e9a06", "#57a231", "#73d216", "#8ae234", "#9af244", \
+ "#ce5c00", "#d56900", "#f57900", "#fcaf3e", "#fcea27", \
+ "#930000", "#a40000", "#cc0000", "#e21111", "#fc2a1a", \
+ "#2e3436", "#555753", "#888a85", "#b8bbb4", "#dddddd" ))')
elif int(colors) < 39:
r('palette(c("#fce94f", "#c4a000", "#eeeeec", "#babdb6", \
"#fcaf3e", "#ce5c00", "#ad7fa8", "#5c3566", \
=====================================
bin/reproducible_html_dashboard.sh
=====================================
@@ -78,7 +78,7 @@ done
REPRODUCIBLE_DONE="$REPRODUCIBLE_DONE)"
REPRODUCIBLE_OPEN="$REPRODUCIBLE_OPEN)"
COLOR[0]=5
-COLOR[1]=16
+COLOR[1]=20
COLOR[2]=1
COLOR[3]=32
COLOR[4]=1
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/9e30c02ef1e87dc0ec32993059a064cab75f16e8
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/9e30c02ef1e87dc0ec32993059a064cab75f16e8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190711/63c114f0/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list