Skip to content

Commit d528415

Browse files
author
Chloe Chen
committed
add comment
1 parent e944f21 commit d528415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ stages:
393393
nodePoolName: "mtapool"
394394
vmSize: $(SWIFTV2_MT_CLUSTER_SKU)
395395
dependsOn: "containerize"
396-
scenario: $(SWIFTV2_SCENARIO)
396+
scenario: $(SWIFTV2_SCENARIO) # maps to the naming suffix of the swiftv2 runner config file
397397

398398
- stage: delete
399399
displayName: Delete Clusters
@@ -492,4 +492,4 @@ stages:
492492
region: $(region)
493493
sub: $(SUB_AZURE_NETWORK_AGENT_TEST)
494494
svcConn: $(ACN_TEST_SERVICE_CONNECTION)
495-
scenario: $(SWIFTV2_SCENARIO)
495+
scenario: $(SWIFTV2_SCENARIO) # maps to the naming suffix of the swiftv2 runner config file

0 commit comments

Comments
 (0)