Switch grafana nodepool to Fedora 32

Fedora 32 is latest version, display that one.

Change-Id: Ief86d8b0be45e35bcada555a7383be1e39209734
This commit is contained in:
Andreas Jaeger 2020-09-18 20:41:46 +02:00
parent 5a5f0e4690
commit e87e8c5de2
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 "Ubuntu Xenial" "ubuntu-xenial"
create "Centos 7" "centos-7" create "Centos 7" "centos-7"
create "Centos 8" "centos-8" create "Centos 8" "centos-8"
create "Fedora 30" "fedora-30" create "Fedora 32" "fedora-32"
create "Debian Buster" "debian-buster" create "Debian Buster" "debian-buster"
create "Debian Stretch" "debian-stretch" create "Debian Stretch" "debian-stretch"
create "Gentoo" "gentoo-17-0-systemd" create "Gentoo" "gentoo-17-0-systemd"

View File

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