From 378a07113a713a7c25f0fb8510d18ecdae2198bd Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 17 Nov 2016 22:35:21 -0200 Subject: [test] rename benchmark tests directory and tag --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd4e4605..d11a4d1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ benchmark: - couchdb script: - cd testing - - tox -e perf -- --couch-url http://couchdb:5984 + - tox -e benchmark -- --couch-url http://couchdb:5984 tags: - docker - benchmark -- cgit v1.2.3 From 086fc21058314e0a3b13b06af3905ca5c3ee311e Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 1 Dec 2016 09:25:17 -0200 Subject: [test] configure baremetal gitlab ci runner --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d11a4d1e..d93af13d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,12 +25,8 @@ tests: benchmark: stage: benchmark - image: leapcode/soledad:latest - services: - - couchdb script: - cd testing - - tox -e benchmark -- --couch-url http://couchdb:5984 + - tox -e benchmark tags: - - docker - benchmark -- cgit v1.2.3 From e28cd85b37f362a8748861da8eb846a65df39369 Mon Sep 17 00:00:00 2001 From: drebs Date: Sat, 17 Dec 2016 15:05:13 -0200 Subject: [test] add couchdb tag for tests --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d93af13d..18522cdb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,8 @@ tests: script: - cd testing - tox -- --couch-url http://couchdb:5984 + tags: + - couchdb benchmark: stage: benchmark -- cgit v1.2.3 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(-) (limited to '.gitlab-ci.yml') 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