Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Test all integration tests
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Jul 5, 2023
commit 18fbccf11cb626269f04e870a9b93a5140f60556
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