Skip to content

Commit

Permalink
fix(ci): lower parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruzzese902 committed Oct 26, 2023
1 parent 69c3f11 commit 3ddd8d2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,9 @@ kind: pipeline
type: docker

depends_on:
- policeman
- e2e-kubernetes-1.24-kuma
- e2e-kubernetes-1.25-kuma


platform:
os: linux
Expand Down Expand Up @@ -836,7 +838,8 @@ kind: pipeline
type: docker

depends_on:
- policeman
- e2e-kubernetes-1.24-kuma
- e2e-kubernetes-1.25-kuma

platform:
os: linux
Expand Down

0 comments on commit 3ddd8d2

Please sign in to comment.