Upgrade Drone Config to 0.6
Do DB-tests in parallel (even though we only have 1 agent for now).
This commit is contained in:
parent
e214728725
commit
cc96d61df3
|
@ -2,12 +2,12 @@ workspace:
|
||||||
base: /srv/app
|
base: /srv/app
|
||||||
path: src/code.gitea.io/gitea
|
path: src/code.gitea.io/gitea
|
||||||
|
|
||||||
pipeline:
|
|
||||||
clone:
|
clone:
|
||||||
image: plugins/git
|
image: plugins/git
|
||||||
depth: 50
|
depth: 50
|
||||||
tags: true
|
tags: true
|
||||||
|
|
||||||
|
pipeline:
|
||||||
test:
|
test:
|
||||||
image: webhippie/golang:edge
|
image: webhippie/golang:edge
|
||||||
pull: true
|
pull: true
|
||||||
|
@ -27,6 +27,7 @@ pipeline:
|
||||||
event: [ push, tag, pull_request ]
|
event: [ push, tag, pull_request ]
|
||||||
|
|
||||||
test-sqlite:
|
test-sqlite:
|
||||||
|
group: integration-test
|
||||||
image: webhippie/golang:edge
|
image: webhippie/golang:edge
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
|
@ -38,6 +39,7 @@ pipeline:
|
||||||
event: [ push, tag, pull_request ]
|
event: [ push, tag, pull_request ]
|
||||||
|
|
||||||
test-mysql:
|
test-mysql:
|
||||||
|
group: integration-test
|
||||||
image: webhippie/golang:edge
|
image: webhippie/golang:edge
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
|
@ -49,6 +51,7 @@ pipeline:
|
||||||
event: [ push, tag, pull_request ]
|
event: [ push, tag, pull_request ]
|
||||||
|
|
||||||
test-pgsql:
|
test-pgsql:
|
||||||
|
group: integration-test
|
||||||
image: webhippie/golang:edge
|
image: webhippie/golang:edge
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue