Skip to content

Commit

Permalink
Merge pull request #491 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
bugfix: properly update the multibench remotehosts template
  • Loading branch information
k-rister authored May 1, 2024
2 parents 741670d + 95dcb92 commit 74c8371
Showing 1 changed file with 33 additions and 45 deletions.
78 changes: 33 additions & 45 deletions util/crucible-ci/multi.remotehosts.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,51 +65,39 @@
"description": "mulitbench-remotehosts-run-file-json"
},
"endpoints": [
{
"type": "remotehost",
"controller-ip": "CONTROLLER_IP",
"host": "CI_ENDPOINT_HOST",
"user": "CI_ENDPOINT_USER",
"server": "1-2",
"client": "1-2",
"config": [
{
"targets": [
{ "role": "client", "ids": "1" },
{ "role": "server", "ids": "1" }
],
"settings": {
"osruntime": "podman"
}
},
{
"targets": [
{ "role": "client", "ids": "2" },
{ "role": "server", "ids": "2" }
],
"settings": {
"osruntime": "chroot"
}
}
]
},
{
"type": "remotehost",
"controller-ip": "CONTROLLER_IP",
"host": "CI_ENDPOINT_HOST",
"user": "CI_ENDPOINT_USER",
"profiler": "1",
"config": [
{
"targets": [
{ "role": "profiler", "ids": "1" }
],
"settings": {
"osruntime": "chroot"
}
}
]
}
{
"type": "remotehosts",
"settings": {
"user": "CI_ENDPOINT_USER",
"controller-ip-address": "CONTROLLER_IP"
},
"remotes": [
{
"engines": [
{ "role": "client", "ids": [ 1 ] },
{ "role": "server", "ids": [ 1 ] }
],
"config": {
"host": "CI_ENDPOINT_HOST",
"settings": {
"osruntime": "podman"
}
}
},
{
"engines": [
{ "role": "client", "ids": [ 2 ] },
{ "role": "server", "ids": [ 2 ] }
],
"config": {
"host": "CI_ENDPOINT_HOST",
"settings": {
"osruntime": "chroot"
}
}
}
]
}
],
"run-params": {
"num-samples": 1,
Expand Down

0 comments on commit 74c8371

Please sign in to comment.