summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2016-12-19 12:50:24 -0200
committerdrebs <drebs@leap.se>2016-12-19 12:51:30 -0200
commitea501c30c1c4a7978a4f9253072081c48fd80cb2 (patch)
treea4cd26014295d4a5975c0d1ae0e7d53d88b8ec76
parente28cd85b37f362a8748861da8eb846a65df39369 (diff)
[test] remove benchmark from ci pipeline
-rw-r--r--.gitlab-ci.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 18522cdb..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:
@@ -24,11 +23,3 @@ tests:
- tox -- --couch-url http://couchdb:5984
tags:
- couchdb
-
-benchmark:
- stage: benchmark
- script:
- - cd testing
- - tox -e benchmark
- tags:
- - benchmark