aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorThomas Boerger <thomas@webhippie.de>2017-09-10 03:54:11 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2017-09-10 09:54:11 +0800
commitfd85e25f5f48823c4e65f3bd23662fd26d1398b3 (patch)
tree3b0be1cd4abd0d5581a1ecffac1a24a85938be7c /.drone.yml
parent4b8fef143ea399d6bf5c23adda7fb0b191d4ded2 (diff)
downloadgitea-fd85e25f5f48823c4e65f3bd23662fd26d1398b3.tar.gz
gitea-fd85e25f5f48823c4e65f3bd23662fd26d1398b3.zip
Hotfix for integration testing (#2473)
* Hotfix for integration testing * Comment sqlite tests because of database locking issues
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml23
1 files changed, 12 insertions, 11 deletions
diff --git a/.drone.yml b/.drone.yml
index e852007172..7bb3e9e13b 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -39,17 +39,18 @@ pipeline:
when:
event: [ push, tag, pull_request ]
- test-sqlite:
- image: webhippie/golang:edge
- pull: true
- group: test
- environment:
- TAGS: bindata
- GOPATH: /srv/app
- commands:
- - make test-sqlite
- when:
- event: [ push, tag, pull_request ]
+ # Commented until db locking have been resolved!
+ # test-sqlite:
+ # image: webhippie/golang:edge
+ # pull: true
+ # group: test
+ # environment:
+ # TAGS: bindata
+ # GOPATH: /srv/app
+ # commands:
+ # - make test-sqlite
+ # when:
+ # event: [ push, tag, pull_request ]
test-mysql:
image: webhippie/golang:edge