We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e944f21 commit d528415Copy full SHA for d528415
.pipelines/pipeline.yaml
@@ -393,7 +393,7 @@ stages:
393
nodePoolName: "mtapool"
394
vmSize: $(SWIFTV2_MT_CLUSTER_SKU)
395
dependsOn: "containerize"
396
- scenario: $(SWIFTV2_SCENARIO)
+ scenario: $(SWIFTV2_SCENARIO) # maps to the naming suffix of the swiftv2 runner config file
397
398
- stage: delete
399
displayName: Delete Clusters
@@ -492,4 +492,4 @@ stages:
492
region: $(region)
493
sub: $(SUB_AZURE_NETWORK_AGENT_TEST)
494
svcConn: $(ACN_TEST_SERVICE_CONNECTION)
495
0 commit comments