From 769f2f266c3fd4672086eb9a32e7a613e6b56851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Thu, 5 Nov 2020 00:35:23 +0100 Subject: [PATCH] Reenable benchmarks job on Gitlab CI --- .gitlab-ci.yml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6caaab32..10c6580f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,16 +101,15 @@ Flake8: except: - tags -# https://github.com/illinois-scicomp/machine-shop-maintenance/issues/4 -# Benchmarks: -# script: -# - CONDA_ENVIRONMENT=.test-conda-env-py3.yml -# - PROJECT=sumpy -# - PYOPENCL_TEST=portable:pthread -# - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-benchmark-py-project.sh -# - ". ./build-and-benchmark-py-project.sh" -# tags: -# - linux -# - benchmark -# except: -# - tags +Benchmarks: + script: + - CONDA_ENVIRONMENT=.test-conda-env-py3.yml + - PROJECT=sumpy + - PYOPENCL_TEST=portable:pthread + - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-benchmark-py-project.sh + - ". ./build-and-benchmark-py-project.sh" + tags: + - linux + - benchmark + except: + - tags -- GitLab