Skip to content

Commit 258a1e6

Browse files
updated the workflow with max parallel as 9
1 parent 944cbda commit 258a1e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/infra_deploy_val.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ jobs:
325325
timeout-minutes: 90
326326
strategy:
327327
fail-fast: false
328-
max-parallel: 5
328+
max-parallel: 9
329329
matrix:
330330
vpu: ["01", "02", "03N", "03S", "03W", "04", "05", "06", "07", "08", "09", "10L", "10U", "11", "12", "13", "14", "15", "16", "17", "18"]
331331
permissions:
@@ -517,7 +517,7 @@ jobs:
517517
timeout-minutes: 150
518518
strategy:
519519
fail-fast: false
520-
max-parallel: 5
520+
max-parallel: 9
521521
matrix:
522522
vpu: ["01", "02", "03N", "03S", "03W", "04", "05", "06", "07", "08", "09", "10L", "10U", "11", "12", "13", "14", "15", "16", "17", "18"]
523523
permissions:

0 commit comments

Comments
 (0)