diff options
author | drebs <drebs@leap.se> | 2017-04-27 09:08:22 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-07-07 21:25:16 +0200 |
commit | 24756c6d1af614c903226afa99a46418a53b2bbd (patch) | |
tree | 26d1b4f88844f485067ad3fa3da2bd1fd639927f /.gitlab-ci.yml | |
parent | b3aafa1b13bded38a24d4938592fc0e96288065d (diff) |
[benchmarks] Checkout check-pysqlcipher script because older commits don't have it.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5bf9045..33639878 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,7 +78,11 @@ benchmark: # benchmarking data to elasticsearch. - git remote add leap https://leap.se/git/soledad - git fetch leap - - git checkout leap/master testing/tox.ini testing/tests/benchmarks/conftest.py testing/tests/conftest.py + - git checkout leap/master + testing/tox.ini + testing/tests/benchmarks/conftest.py + testing/tests/conftest.py + testing/check-pysqlcipher.py - git checkout leap/benchmark-all-commits tune-adbapi-parameters.sh # ensure larger timeout and more retries for async/concurrent sqlcipher access - ./tune-adbapi-parameters.sh |