From 5347f985b1a72fcedff1b582a771a35a88f220a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net>
Date: Sun, 27 Sep 2020 15:52:25 +0200
Subject: [PATCH] Temporarily disable benchmarks CI (for koelsch move)

---
 .gitlab-ci.yml | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 32d0401c..46d2468f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -101,15 +101,16 @@ Flake8:
   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
+# 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
-- 
GitLab