Skip to content

Commit

Permalink
Merge pull request #328 from ebattat/add_windows_server
Browse files Browse the repository at this point in the history
add windows 2019
  • Loading branch information
ebattat authored Oct 29, 2023
2 parents 43b4928 + deb3043 commit 8ec8519
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 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 8ec8519

Please sign in to comment.