diff options
author | varac <varacanero@zeromail.org> | 2017-04-07 12:04:43 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-07-07 21:25:08 +0200 |
commit | 6f15d418e85e34616ad7a448a06cba08c879ff47 (patch) | |
tree | 3f89e26d1efcbccb02542ab35fadbeb57f8378ab | |
parent | 5590ada8ca19a6b9587d85ce88f6fe7afba136d6 (diff) |
[benchmarks] Show pytest-benchmark git remote in tox.ini
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc885c83..ed67257c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,6 +78,7 @@ benchmark: # We need some files on order to post the right benchmarking data to elasticsearch - git checkout origin/master testing/tox.ini testing/tests/benchmarks/conftest.py testing/tests/conftest.py - sed -i 's/drebs\/pytest-benchmark.git@use-netrc-file/varac\/pytest-benchmark.git@unmerged_prs/' testing/tox.ini + - grep -A 9 'testenv:benchmark' testing/tox.ini - git status - cd testing - curl -s couchdb:5984 |