From 66df4de9dac4318f66333395c05eba2791aba5f4 Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Sat, 17 Aug 2024 09:43:37 -0500 Subject: [PATCH] drop rtprio for bench-oslat - checking to see if this improves reliability of oslat testing - maintain multi-iteration by adding a second duration value --- util/crucible-ci/oslat.k8s.json | 3 +-- util/crucible-ci/oslat.remotehost.json | 3 +-- util/crucible-ci/oslat.remotehosts.json | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/util/crucible-ci/oslat.k8s.json b/util/crucible-ci/oslat.k8s.json index 9205c25d..18b67f08 100644 --- a/util/crucible-ci/oslat.k8s.json +++ b/util/crucible-ci/oslat.k8s.json @@ -8,8 +8,7 @@ { "name": "common-params", "params": [ - { "arg": "duration", "vals": [ "10" ], "role": "client" }, - { "arg": "rtprio", "vals": [ "1", "2" ], "role": "client" } + { "arg": "duration", "vals": [ "10", "15" ], "role": "client" } ] } ], diff --git a/util/crucible-ci/oslat.remotehost.json b/util/crucible-ci/oslat.remotehost.json index 59afdbe2..da5e2a56 100644 --- a/util/crucible-ci/oslat.remotehost.json +++ b/util/crucible-ci/oslat.remotehost.json @@ -8,8 +8,7 @@ { "name": "common-params", "params": [ - { "arg": "duration", "vals": [ "10" ], "role": "client" }, - { "arg": "rtprio", "vals": [ "1", "2" ], "role": "client" } + { "arg": "duration", "vals": [ "10", "15" ], "role": "client" } ] } ], diff --git a/util/crucible-ci/oslat.remotehosts.json b/util/crucible-ci/oslat.remotehosts.json index 19225385..9d06c1da 100644 --- a/util/crucible-ci/oslat.remotehosts.json +++ b/util/crucible-ci/oslat.remotehosts.json @@ -8,8 +8,7 @@ { "name": "common-params", "params": [ - { "arg": "duration", "vals": [ "10" ], "role": "client" }, - { "arg": "rtprio", "vals": [ "1", "2" ], "role": "client" } + { "arg": "duration", "vals": [ "10", "15" ], "role": "client" } ] } ],