diff --git a/.pipelines/azure-pipelines-linux.yml b/.pipelines/azure-pipelines-linux.yml index 0f42fcc1f..9f5721c4a 100644 --- a/.pipelines/azure-pipelines-linux.yml +++ b/.pipelines/azure-pipelines-linux.yml @@ -16,7 +16,7 @@ resources: options: --entrypoint="" variables: - VcVersion : 1.14.9 + VcVersion : 1.14.10 ROOT: $(Build.SourcesDirectory) CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning ENABLE_PRS_DELAYSIGN: 1 diff --git a/.pipelines/azure-pipelines.yml b/.pipelines/azure-pipelines.yml index 54af8b3b3..e84b673fc 100644 --- a/.pipelines/azure-pipelines.yml +++ b/.pipelines/azure-pipelines.yml @@ -18,7 +18,7 @@ pool: vmImage: windows-latest variables: - VcVersion : 1.14.9 + VcVersion : 1.14.10 ROOT: $(Build.SourcesDirectory) CDP_DEFINITION_BUILD_COUNT: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning ENABLE_PRS_DELAYSIGN: 1 diff --git a/src/VirtualClient/VirtualClient.Main/profiles/EXAMPLE-EXECUTE-SCRIPT.json b/src/VirtualClient/VirtualClient.Main/profiles/EXAMPLE-EXECUTE-SCRIPT.json index 867565ac1..432d2e3ee 100644 --- a/src/VirtualClient/VirtualClient.Main/profiles/EXAMPLE-EXECUTE-SCRIPT.json +++ b/src/VirtualClient/VirtualClient.Main/profiles/EXAMPLE-EXECUTE-SCRIPT.json @@ -1,6 +1,6 @@ { "Description": "Example Script Executor", - "MinimumExecutionInterval": "00:10:00", + "MinimumExecutionInterval": "00:00:05", "Metadata": { "SupportedPlatforms": "linux-x64,linux-arm64,win-x64,win-arm64" }, diff --git a/src/VirtualClient/VirtualClient.Main/profiles/PERF-CPU-GEEKBENCH.json b/src/VirtualClient/VirtualClient.Main/profiles/PERF-CPU-GEEKBENCH.json index 0f0bd6154..21f455c53 100644 --- a/src/VirtualClient/VirtualClient.Main/profiles/PERF-CPU-GEEKBENCH.json +++ b/src/VirtualClient/VirtualClient.Main/profiles/PERF-CPU-GEEKBENCH.json @@ -1,6 +1,5 @@ { - "Description": "GeekBench5 CPU Performance Workload", - "MinimumExecutionInterval": "00:10:00", + "Description": "GeekBench6 CPU Performance Workload", "Metadata": { "RecommendedMinimumExecutionTime": "00:05:00", "SupportedPlatforms": "linux-x64,linux-arm64,win-x64,win-arm64", diff --git a/src/VirtualClient/VirtualClient.Main/profiles/PERF-CPU-GEEKBENCH5.json b/src/VirtualClient/VirtualClient.Main/profiles/PERF-CPU-GEEKBENCH5.json index 94f806b01..1c7f8de9f 100644 --- a/src/VirtualClient/VirtualClient.Main/profiles/PERF-CPU-GEEKBENCH5.json +++ b/src/VirtualClient/VirtualClient.Main/profiles/PERF-CPU-GEEKBENCH5.json @@ -1,6 +1,5 @@ { "Description": "GeekBench5 CPU Performance Workload", - "MinimumExecutionInterval": "00:10:00", "Metadata": { "RecommendedMinimumExecutionTime": "00:05:00", "SupportedPlatforms": "linux-x64,linux-arm64,win-x64,win-arm64", diff --git a/src/VirtualClient/VirtualClient.Main/profiles/PERF-MEM-LMBENCH.json b/src/VirtualClient/VirtualClient.Main/profiles/PERF-MEM-LMBENCH.json index 01f1dbdee..bb3fcfc18 100644 --- a/src/VirtualClient/VirtualClient.Main/profiles/PERF-MEM-LMBENCH.json +++ b/src/VirtualClient/VirtualClient.Main/profiles/PERF-MEM-LMBENCH.json @@ -1,6 +1,6 @@ { "Description": "LMbench Performance Workload", - "MinimumExecutionInterval": "00:10:00", + "MinimumExecutionInterval": "00:01:00", "Metadata": { "RecommendedMinimumExecutionTime": "(4-cores)=04:00:00,(16-cores)=10:00:00,(64-cores)=16:00:00", "SupportedPlatforms": "linux-x64,linux-arm64", diff --git a/website/docs/dependencies/0002-wait-executor.md b/website/docs/dependencies/0002-wait-executor.md index 7b6d3916a..391c7a34c 100644 --- a/website/docs/dependencies/0002-wait-executor.md +++ b/website/docs/dependencies/0002-wait-executor.md @@ -24,7 +24,6 @@ The following sections provides examples for how to integrate the component into ```json { "Description": "SPEC CPU 2017 Integer and Floating Point (SPECrate) Benchmark Workload", - "MinimumExecutionInterval": "00:05:00", "MinimumRequiredExecutionTime": "02:00:00", "Metadata": { "RecommendedMinimumExecutionTime": "(4-cores)=02:00:00,(16-cores)=05:00:00,(64-cores)=10:00:00", diff --git a/website/docs/developing/0021-run-custom-scripts.md b/website/docs/developing/0021-run-custom-scripts.md index 97bf41c66..41da30394 100644 --- a/website/docs/developing/0021-run-custom-scripts.md +++ b/website/docs/developing/0021-run-custom-scripts.md @@ -229,7 +229,7 @@ The following parameters are supported by the Executor Classes that can be modif ``` json { "Description": "Memory Stress Script Executor", - "MinimumExecutionInterval": "00:10:00", + "MinimumExecutionInterval": "00:00:05", "Metadata": { "SupportedPlatforms": "win-x64,win-arm64" },