Skip to content

Commit

Permalink
drop rtprio for bench-oslat
Browse files Browse the repository at this point in the history
- checking to see if this improves reliability of oslat testing
  • Loading branch information
k-rister committed Aug 16, 2024
1 parent 85e89ea commit 6affcbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/actions/integration-tests/mv-params/oslat-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
{
"name": "required",
"params": [
{ "arg": "duration", "vals": [ "10" ], "role": "client" },
{ "arg": "rtprio", "vals": [ "1" ], "role": "client" }
{ "arg": "duration", "vals": [ "10" ], "role": "client" }
]
}
],
Expand Down
3 changes: 1 addition & 2 deletions .github/actions/integration-tests/mv-params/oslat-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
{
"name": "required",
"params": [
{ "arg": "duration", "vals": [ "10", "15" ], "role": "client" },
{ "arg": "rtprio", "vals": [ "2" ], "role": "client" }
{ "arg": "duration", "vals": [ "10", "15" ], "role": "client" }
]
}
],
Expand Down

0 comments on commit 6affcbe

Please sign in to comment.