summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2016-12-22 18:02:54 -0200
committerdrebs <drebs@leap.se>2016-12-22 18:02:54 -0200
commitad8a7dbb3773f57d0305dd208e3ec5b1de4cb806 (patch)
tree95574528030f48c14a37377ba8e5bf0bab0f9a20 /.gitlab-ci.yml
parentb0c55796a34ca449706776158bea45df0aa4da83 (diff)
parente360a3a75999503cf45bfbbad69970a452cf3d32 (diff)
Merge tag '0.9.2' into debian/platform-0.9
Tag version 0.9.2
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml13
1 files changed, 1 insertions, 12 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd4e4605..ac2ae1f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,6 @@
stages:
- code-check
- tests
- - benchmark
# Cache tox envs between builds
cache:
@@ -22,15 +21,5 @@ tests:
script:
- cd testing
- tox -- --couch-url http://couchdb:5984
-
-benchmark:
- stage: benchmark
- image: leapcode/soledad:latest
- services:
- - couchdb
- script:
- - cd testing
- - tox -e perf -- --couch-url http://couchdb:5984
tags:
- - docker
- - benchmark
+ - couchdb