Switch grafana nodepool to Fedora 32
Fedora 32 is latest version, display that one. Change-Id: Ief86d8b0be45e35bcada555a7383be1e39209734
This commit is contained in:
parent
5a5f0e4690
commit
e87e8c5de2
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user