From a7ffb49e1169c93af3b728f5db1a5e16e6231590 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 8 Sep 2016 12:44:53 -0300 Subject: [test] add tagged perf job for gitlab-ci In order to configure performance tests to run in a specific machine we need to add a tagged job to .gitlab-ci.yml file. That job will only execute the perf tests, and then we can have runners that will only run those jobs. --- testing/tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'testing') diff --git a/testing/tox.ini b/testing/tox.ini index 88ca9fcc..231b2a9a 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -30,6 +30,7 @@ install_command = pip install {opts} {packages} deps = {[testenv]deps} pytest-benchmark +basepython = python2.7 commands = py.test tests/perf {posargs} [testenv:pep8] -- cgit v1.2.3