Skip to content

Commit 291e430

Browse files
committed
Update CLITest.yml
1 parent a0c7bfe commit 291e430

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/live_test/CLITest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ stages:
3434
timeoutInMinutes: 600
3535
strategy:
3636
# If the maxParallel is too large, the resource group will reach the limit of 980, so it is recommended that the maxParallel should not exceed 30.
37-
maxParallel: ${{ variables.MAX_PARALLEL }}
37+
parallel: ${{ variables.MAX_PARALLEL }}
3838
matrix:
3939
acr:
4040
Target: acr
@@ -610,7 +610,7 @@ stages:
610610
timeoutInMinutes: 600
611611
strategy:
612612
# If the maxParallel is too large, the resource group will reach the limit of 980, so it is recommended that the maxParallel should not exceed 30.
613-
maxParallel: ${{ variables.MAX_PARALLEL }}
613+
parallel: ${{ variables.MAX_PARALLEL }}
614614
matrix:
615615
acr:
616616
Target: acr
@@ -1186,7 +1186,7 @@ stages:
11861186
timeoutInMinutes: 600
11871187
strategy:
11881188
# If the maxParallel is too large, the resource group will reach the limit of 980, so it is recommended that the maxParallel should not exceed 30.
1189-
maxParallel: ${{ variables.MAX_PARALLEL }}
1189+
parallel: ${{ variables.MAX_PARALLEL }}
11901190
matrix:
11911191
acr:
11921192
Target: acr

0 commit comments

Comments
 (0)