Skip to content

Commit

Permalink
chore(ci): change pipelines order
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruzzese902 committed Oct 27, 2023
1 parent 3ddd8d2 commit 19c2814
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ kind: pipeline
type: docker

depends_on:
- e2e-kubernetes-1.24-istio
- e2e-kubernetes-1.26-istio
- e2e-kubernetes-1.27-istio

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

depends_on:
- e2e-kubernetes-1.25-istio
- e2e-kubernetes-1.26-istio
- e2e-kubernetes-1.27-istio

platform:
os: linux
Expand Down Expand Up @@ -580,8 +582,8 @@ kind: pipeline
type: docker

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


platform:
Expand Down Expand Up @@ -734,7 +736,8 @@ kind: pipeline
type: docker

depends_on:
- e2e-kubernetes-1.26-istio
- e2e-kubernetes-1.24-kuma
- e2e-kubernetes-1.25-kuma

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

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

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

depends_on:
- e2e-kubernetes-1.27-istio
- e2e-kubernetes-1.24-kuma
- e2e-kubernetes-1.25-kuma

platform:
os: linux
Expand Down

0 comments on commit 19c2814

Please sign in to comment.