Skip to content

Commit 11a05a4

Browse files
committed
Restrict e2e runs to 5 instances
Signed-off-by: Shiva Kumar (SW-CLOUD) <[email protected]>
1 parent ba70331 commit 11a05a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/precompiled.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@ jobs:
296296
matrix:
297297
kernel_version: ${{ fromJson(needs.collect-e2e-test-matrix.outputs.matrix_values) }}
298298
exclude: ${{ fromJson(needs.collect-e2e-test-matrix.outputs.exclude_matrix_values) }}
299+
# no of jobs to run in parallel
300+
max-parallel: 5
299301
steps:
300302
- name: Check out code
301303
uses: actions/checkout@v4

0 commit comments

Comments
 (0)