Merge "Switch grafana nodepool to Fedora 32"

This commit is contained in:
Zuul 2020-09-22 05:28:02 +00:00 committed by Gerrit Code Review
commit ae4c1822c2
2 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@ create "Ubuntu Bionic" "ubuntu-bionic"
create "Ubuntu Xenial" "ubuntu-xenial"
create "Centos 7" "centos-7"
create "Centos 8" "centos-8"
create "Fedora 30" "fedora-30"
create "Fedora 32" "fedora-32"
create "Debian Buster" "debian-buster"
create "Debian Stretch" "debian-stretch"
create "Gentoo" "gentoo-17-0-systemd"

View File

@ -227,9 +227,9 @@ dashboard:
targets:
- target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.centos-8.status.duration.mean, 'None'), "Time")
refId: A
# AUTOGENERATED : Fedora 30
# AUTOGENERATED : Fedora 32
- title: Fedora 30
- title: Fedora 32
showTitle: true
height: 200px
panels:
@ -245,7 +245,7 @@ dashboard:
thresholds: 0.1,0.9
span: 2
targets:
- target: "stats.gauges.nodepool.dib_image_build.fedora-30.status.rc"
- target: "stats.gauges.nodepool.dib_image_build.fedora-32.status.rc"
valueFontSize: "50%"
- title: Last build
@ -253,7 +253,7 @@ dashboard:
span: 2
format: dateTimeFromNow
targets:
- target: "stats.gauges.nodepool.dib_image_build.fedora-30.status.last_build"
- target: "stats.gauges.nodepool.dib_image_build.fedora-32.status.last_build"
valueFontSize: "50%"
- title: Image size
@ -265,7 +265,7 @@ dashboard:
- format: decbytes
min: 0
targets:
- target: aliasByNode(stats.gauges.nodepool.dib_image_build.fedora-30.*.size, 5)
- target: aliasByNode(stats.gauges.nodepool.dib_image_build.fedora-32.*.size, 5)
refId: A
- title: Build duration
@ -277,7 +277,7 @@ dashboard:
- format: ms
min: 0
targets:
- target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.fedora-30.status.duration.mean, 'None'), "Time")
- target: alias(keepLastValue(stats.timers.nodepool.dib_image_build.fedora-32.status.duration.mean, 'None'), "Time")
refId: A
# AUTOGENERATED : Debian Buster