Skip to content
Snippets Groups Projects
Commit 37db94e7 authored by Christoph Alt's avatar Christoph Alt
Browse files

using a variable

parent 2780c3f0
No related branches found
No related tags found
No related merge requests found
Pipeline #47272 passed
...@@ -42,7 +42,7 @@ def _uniform_grid(arch: str, group_by: List[str]): ...@@ -42,7 +42,7 @@ def _uniform_grid(arch: str, group_by: List[str]):
timezone="browser", timezone="browser",
) )
annotations = get_commit_annotation("InfluxDB-1", "red", "commits", annotations = get_commit_annotation(dataSource, "red", "commits",
measurment_name) measurment_name)
return build_row_repeat_dashboard(options, return build_row_repeat_dashboard(options,
row_repeat_var, row_repeat_var,
...@@ -120,7 +120,7 @@ def dashboard_granular_gas(): ...@@ -120,7 +120,7 @@ def dashboard_granular_gas():
timezone="browser", timezone="browser",
) )
annotations = get_commit_annotation("InfluxDB-1", "red", "commits", annotations = get_commit_annotation(dataSource, "red", "commits",
measurment_name) measurment_name)
return build_row_repeat_dashboard(options, row_repeat_var, return build_row_repeat_dashboard(options, row_repeat_var,
panel_repeat_var, dataSource, panel_repeat_var, dataSource,
...@@ -181,7 +181,7 @@ def dashboard_phasefieldallenchan(): ...@@ -181,7 +181,7 @@ def dashboard_phasefieldallenchan():
repeat=panel_repeat_var, repeat=panel_repeat_var,
format='W') format='W')
annotations = get_commit_annotation("InfluxDB-1", "red", "commits", annotations = get_commit_annotation(dataSource, "red", "commits",
measurment_name) measurment_name)
dashboard = build_row_repeat_dashboard(options, row_repeat_var, dashboard = build_row_repeat_dashboard(options, row_repeat_var,
panel_repeat_var, dataSource, panel_repeat_var, dataSource,
...@@ -222,7 +222,7 @@ def dashboard_phasefieldallenchangpu(): ...@@ -222,7 +222,7 @@ def dashboard_phasefieldallenchangpu():
"mpi_num_processes", "host", "executable", "mpi_num_processes", "host", "executable",
"timeStepStrategy", "stencil_phase", "stencil_hydro" "timeStepStrategy", "stencil_phase", "stencil_hydro"
]) ])
annotations = get_commit_annotation("InfluxDB-1", "red", "commits", annotations = get_commit_annotation(dataSource, "red", "commits",
measurment_name) measurment_name)
return build_row_repeat_dashboard(options, return build_row_repeat_dashboard(options,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment