Skip to content

Commit 6b27bd6

Browse files
authored
Update superbench version from 0.8->0.9 (#234)
* Update superbench version from 0.8->0.9 * fix test
1 parent 78ba6cd commit 6b27bd6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.pipelines/azure-pipelines-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resources:
1616
options: --entrypoint=""
1717

1818
variables:
19-
VcVersion : 1.13.9
19+
VcVersion : 1.13.10
2020
ROOT: $(Build.SourcesDirectory)
2121
CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
2222
ENABLE_PRS_DELAYSIGN: 1

.pipelines/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pool:
1818
vmImage: windows-latest
1919

2020
variables:
21-
VcVersion : 1.13.9
21+
VcVersion : 1.13.10
2222
ROOT: $(Build.SourcesDirectory)
2323
CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning
2424
ENABLE_PRS_DELAYSIGN: 1

src/VirtualClient/VirtualClient.Actions.FunctionalTests/SuperBenchmarkProfileTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ private IEnumerable<string> GetProfileExpectedCommands(PlatformID platform)
126126
$"sudo apt-get install -y nvidia-docker2",
127127
$"sudo systemctl restart docker",
128128
$"sudo chmod -R 2777 \"/home/user/tools/VirtualClient\"",
129-
$"sudo git clone -b v0.8.0 https://github.com/microsoft/superbenchmark",
129+
$"sudo git clone -b v0.9.0 https://github.com/microsoft/superbenchmark",
130130
$"sudo bash initialize.sh",
131-
$"sb deploy --host-list localhost -i superbench/superbench:v0.8.0-cuda11.1.1",
131+
$"sb deploy --host-list localhost -i superbench/superbench:v0.9.0-cuda12.1",
132132
$"sb run --host-list localhost -c default.yaml"
133133
};
134134
}

src/VirtualClient/VirtualClient.Main/profiles/PERF-GPU-SUPERBENCH-NVIDIA.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"Parameters": {
2121
"Scenario": "Models",
2222
"Username": "$.Parameters.Username",
23-
"Version": "0.8.0",
23+
"Version": "0.9.0",
2424
"ConfigurationFile": "$.Parameters.ConfigurationFile",
25-
"ContainerVersion": "superbench/superbench:v0.8.0-cuda11.1.1"
25+
"ContainerVersion": "superbench/superbench:v0.9.0-cuda12.1"
2626
}
2727
}
2828
],

src/VirtualClient/VirtualClient.Main/profiles/PERF-GPU-SUPERBENCH.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"Parameters": {
2121
"Scenario": "Models",
2222
"Username": "$.Parameters.Username",
23-
"Version": "0.8.0",
23+
"Version": "0.9.0",
2424
"ConfigurationFile": "$.Parameters.ConfigurationFile",
25-
"ContainerVersion": "superbench/superbench:v0.8.0-cuda11.1.1"
25+
"ContainerVersion": "superbench/superbench:v0.9.0-cuda12.1"
2626
}
2727
}
2828
],

0 commit comments

Comments
 (0)