Skip to content

Commit

Permalink
Add cyclictest runfile
Browse files Browse the repository at this point in the history
By adding the runfile, we trigger the ci job for this scenario.
  • Loading branch information
rafaelfolco committed Oct 25, 2023
1 parent 7cf67f3 commit bfba198
Showing 1 changed file with 100 additions and 0 deletions.
100 changes: 100 additions & 0 deletions util/tests/JSON/ci-cyclictest-run-file-remotehost-default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
{
"benchmarks": [
{
"name": "cyclictest",
"ids": "1",
"mv-params": {
"global-options": [
{
"name": "required",
"params": [
{ "arg": "duration", "vals": [ "10" ], "role": "client" },
{ "arg": "priority", "vals": [ "1" ], "role": "client" },
{ "arg": "smi", "vals": [ "off" ], "role": "client" }
]
}
],
"sets": [
{
"include": "required"
}
]
}
}
],
"tool-params": [
{
"tool": "sysstat",
"params": [
{ "arg": "subtools", "val": "mpstat", "enabled": "yes" }
]
},
{
"tool": "procstat"
}
],
"tags": {
"run": "cyclictest-run-file-json",
"userenv": "default"
},
"endpoints": [
{
"type": "remotehost",
"controller-ip": "CONTROLLER_IP",
"host": "CI_ENDPOINT_HOST",
"user": "CI_ENDPOINT_USER",
"userenv": "default",
"server": "1",
"client": "1-2",
"config": [
{
"targets": [
{ "role": "client", "ids": "1" },
{ "role": "server", "ids": "1" }
],
"settings": {
"osruntime": "podman"
}
},
{
"targets": [
{ "role": "client", "ids": "2" }
],
"settings": {
"osruntime": "chroot"
}
},
{
"targets": [
{ "role": "default", "ids": "0" }
],
"settings": {
"cpu-partitioning": "1"
}
}
]
},
{
"type": "remotehost",
"controller-ip": "CONTROLLER_IP",
"host": "CI_ENDPOINT_HOST",
"user": "CI_ENDPOINT_USER",
"userenv": "default",
"profiler": "1",
"config": [
{
"targets": [
{ "role": "profiler", "ids": "1" }
],
"settings": {
"osruntime": "chroot"
}
}
]
}
],
"run-params": {
"num-samples": 1,
"test-order": "s"
}
}

0 comments on commit bfba198

Please sign in to comment.