Skip to content

Commit

Permalink
add windows 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
ebattat committed Oct 29, 2023
1 parent deb3043 commit d699e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafonnet_generator/grafana/perf/jsonnet/main.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -5546,7 +5546,7 @@ g.dashboard.new('PerfCI-Regression-Summary-Test')

])

+ elasticsearch.withQuery('scale:120 AND vm_os_version:'windows_server_2019' AND ocp_version:$ocp_version')
+ elasticsearch.withQuery("scale:120 AND vm_os_version:'windows_server_2019' AND ocp_version:$ocp_version")
+ elasticsearch.withRefId('A')
+ elasticsearch.withTimeField('timestamp'),

Expand Down

0 comments on commit d699e35

Please sign in to comment.