Skip to content

Commit f42c37c

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 2ddc96d commit f42c37c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

azure-pipelines.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,25 @@ steps:
2222
inputs:
2323
versionSpec: '16'
2424
displayName: 'Install Node.js'
25-
- task: b61b360c-31ac-4389-922b-303ea8befde7@1
25+
- task: AzureLoadTest@1
2626
inputs:
2727
azureSubscription: 'radhika-vs-sub-cert'
2828
loadTestConfigFile: 'test/SampleApp.yaml'
2929
resourceGroup: 'test'
3030
loadTestResource: 'radhika-test-eus2'
3131
loadTestRunName: 'sample test run'
3232
loadTestRunDescription: 'sample run desc'
33+
overrideParameters: |
34+
{
35+
"testId": "testId",
36+
"displayName": "displayName",
37+
"description": "description",
38+
"engineInstances": 1,
39+
"autoStop": {
40+
"errorPercentage": 90,
41+
"timeWindow": 10
42+
}
43+
}
3344
- publish: $(System.DefaultWorkingDirectory)/loadTest
3445
artifact: results
3546

0 commit comments

Comments
 (0)