Skip to content

Commit

Permalink
Test all integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Jul 5, 2023
1 parent db97c4f commit 18fbccf
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ local Pipeline(test_set, database, services) = {
"master",
"stable*"
],
event: (
if database == "pgsql" then ["pull_request", "push"] else ["push"]
)
event: [
"pull_request",
"push"
]
}
};

Expand Down
20 changes: 20 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -71,6 +72,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -108,6 +110,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -145,6 +148,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -183,6 +187,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -221,6 +226,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -258,6 +264,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -295,6 +302,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -332,6 +340,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -369,6 +378,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -420,6 +430,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -471,6 +482,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -522,6 +534,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -573,6 +586,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -625,6 +639,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -677,6 +692,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -728,6 +744,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -779,6 +796,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -830,6 +848,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down Expand Up @@ -881,6 +900,7 @@ trigger:
- master
- stable*
event:
- pull_request
- push
---
kind: pipeline
Expand Down

0 comments on commit 18fbccf

Please sign in to comment.