Skip to content

Commit

Permalink
Merge pull request #2 from owncloud/explode-matirx
Browse files Browse the repository at this point in the history
Explicitly explode the matrix
  • Loading branch information
DeepDiver1975 authored May 4, 2018
2 parents c7fd434 + 168a247 commit ecdf625
Showing 1 changed file with 98 additions and 15 deletions.
113 changes: 98 additions & 15 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,22 +97,105 @@ services:


matrix:
FROM:
- 8.2.11
- 9.0.9
- 9.1.5
- 10.0.4
TO:
- daily-stable10-qa
- daily-master-qa
DB_TYPE:
- sqlite
- mysql
- postgres
- oracle

include:
- FROM: 8.2.11
TO: daily-stable10-qa
DB_TYPE: sqlite
- FROM: 8.2.11
TO: daily-stable10-qa
DB_TYPE: mysql
- FROM: 8.2.11
TO: daily-stable10-qa
DB_TYPE: postgres
- FROM: 8.2.11
TO: daily-stable10-qa
DB_TYPE: oracle
- FROM: 8.2.11
TO: daily-master-qa
DB_TYPE: sqlite
- FROM: 8.2.11
TO: daily-master-qa
DB_TYPE: mysql
- FROM: 8.2.11
TO: daily-master-qa
DB_TYPE: postgres
- FROM: 8.2.11
TO: daily-master-qa
DB_TYPE: oracle
- FROM: 9.0.9
TO: daily-stable10-qa
DB_TYPE: sqlite
- FROM: 9.0.9
TO: daily-stable10-qa
DB_TYPE: mysql
- FROM: 9.0.9
TO: daily-stable10-qa
DB_TYPE: postgres
- FROM: 9.0.9
TO: daily-stable10-qa
DB_TYPE: oracle
- FROM: 9.0.9
TO: daily-master-qa
DB_TYPE: sqlite
- FROM: 9.0.9
TO: daily-master-qa
DB_TYPE: mysql
- FROM: 9.0.9
TO: daily-master-qa
DB_TYPE: postgres
- FROM: 9.0.9
TO: daily-master-qa
DB_TYPE: oracle
- FROM: 9.1.5
TO: daily-stable10-qa
DB_TYPE: sqlite
- FROM: 9.1.5
TO: daily-stable10-qa
DB_TYPE: mysql
- FROM: 9.1.5
TO: daily-stable10-qa
DB_TYPE: postgres
- FROM: 9.1.5
TO: daily-stable10-qa
DB_TYPE: oracle
- FROM: 9.1.5
TO: daily-master-qa
DB_TYPE: sqlite
- FROM: 9.1.5
TO: daily-master-qa
DB_TYPE: mysql
- FROM: 9.1.5
TO: daily-master-qa
DB_TYPE: postgres
- FROM: 9.1.5
TO: daily-master-qa
DB_TYPE: oracle
- FROM: 10.0.4
TO: daily-stable10-qa
DB_TYPE: sqlite
- FROM: 10.0.4
TO: daily-stable10-qa
DB_TYPE: mysql
- FROM: 10.0.4
TO: daily-stable10-qa
DB_TYPE: postgres
- FROM: 10.0.4
TO: daily-stable10-qa
DB_TYPE: oracle
- FROM: 10.0.4
TO: daily-master-qa
DB_TYPE: sqlite
- FROM: 10.0.4
TO: daily-master-qa
DB_TYPE: mysql
- FROM: 10.0.4
TO: daily-master-qa
DB_TYPE: postgres
- FROM: 10.0.4
TO: daily-master-qa
DB_TYPE: oracle

- FROM: 8.2.11
TO: daily-master-qa
DB_TYPE: postgres
POSTGRES_IMAGE: postgres:10.3
POSTGRES_IMAGE: postgres:10.3

0 comments on commit ecdf625

Please sign in to comment.