From ea501c30c1c4a7978a4f9253072081c48fd80cb2 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 19 Dec 2016 12:50:24 -0200 Subject: [test] remove benchmark from ci pipeline --- .gitlab-ci.yml | 9 --------- 1 file changed, 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 -- cgit v1.2.3