Skip to content
Snippets Groups Projects
Commit 157fa666 authored by u214892's avatar u214892
Browse files

#65 run benchmarks and profiling only in scheduled nightly pipeline

parent f51c77cb
No related branches found
No related tags found
No related merge requests found
...@@ -47,3 +47,19 @@ build_and_deploy_docs: ...@@ -47,3 +47,19 @@ build_and_deploy_docs:
environment: environment:
name: ${CI_COMMIT_REF_SLUG} name: ${CI_COMMIT_REF_SLUG}
url: http://${BUCKET_NAME}.s3-website.${AWS_DEFAULT_REGION}.amazonaws.com/ url: http://${BUCKET_NAME}.s3-website.${AWS_DEFAULT_REGION}.amazonaws.com/
benchmarks_and_profiling:
dependencies:
- tests
stage: tests
only:
# - master
variables:
- $BENCHMARKS_AND_PROFILING
script:
- apt update
- apt install -y libgl1-mesa-glx xvfb graphviz xdg-utils libcairo2-dev libjpeg-dev libgif-dev
- pip install tox
- xvfb-run tox -e benchmarks -v --recreate
[tox] [tox]
envlist = py36, py37, examples, notebooks, flake8, docs, coverage, benchmarks envlist = py36, py37, examples, notebooks, flake8, docs, coverage
[travis] [travis]
python = python =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment