Skip to content

Commit 095cb4b

Browse files
committed
Add the actual jobs with estimated runtimes from the regular ci runs.
1 parent 9d418ae commit 095cb4b

File tree

1 file changed

+57
-2
lines changed

1 file changed

+57
-2
lines changed

build/benchmarks_ci_azure.json

Lines changed: 57 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,5 +303,60 @@
303303
]
304304
}
305305
],
306-
"scenarios": []
307-
}
306+
"scenarios": [
307+
{
308+
"name": "Baselines",
309+
"template": "baselines-scenarios.yml",
310+
"type": 2,
311+
"target_machines": [
312+
"azure-server-arm64",
313+
"azure2-server-amd64"
314+
],
315+
"estimated_runtime": 30.0
316+
},
317+
{
318+
"name": "Baselines Database",
319+
"template": "baselines-database-scenarios.yml",
320+
"type": 3,
321+
"target_machines": [
322+
"azure-server-arm64",
323+
"azure2-server-amd64"
324+
],
325+
"estimated_runtime": 45.0
326+
},
327+
{
328+
"name": "Containers",
329+
"template": "containers-scenarios.yml",
330+
"type": 3,
331+
"target_machines": [
332+
"azure-server-arm64",
333+
"azure2-server-amd64"
334+
],
335+
"estimated_runtime": 90.0
336+
},
337+
{
338+
"name": "Trends",
339+
"template": "trend-scenarios.yml",
340+
"type": 2,
341+
"target_machines": [
342+
"azure-server-arm64",
343+
"azure2-server-amd64",
344+
"idna-amd-lin",
345+
"idna-amd-win",
346+
"idna-intel-lin",
347+
"idna-intel-win"
348+
],
349+
"estimated_runtime": 20.0
350+
},
351+
{
352+
"name": "Trends Database",
353+
"template": "trend-database-scenarios.yml",
354+
"type": 3,
355+
"target_machines": [
356+
"azure-server-arm64",
357+
"azure2-server-amd64"
358+
],
359+
"estimated_runtime": 15.0
360+
}
361+
]
362+
}

0 commit comments

Comments
 (0)