We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd78cf commit 68ed647Copy full SHA for 68ed647
tests/integration_tests/performance/test_jailer.py
@@ -52,6 +52,7 @@ def test_jailer_startup(
52
{
53
"instance": global_props.instance,
54
"cpu_model": global_props.cpu_model,
55
+ "host_kernel": f"linux-{global_props.host_linux_version}",
56
"performance_test": "test_jailer_startup",
57
"parallel": str(parallel),
58
"mounts": str(mounts),
0 commit comments