From 17f372091f22ae8571a6108d1fa2b62fc9627c44 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 17 Sep 2023 08:02:38 -0500
Subject: [PATCH] Drop Benchmarks from Gitlab CI

---
 .gitlab-ci.yml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2206c222..85b7eb07 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -140,19 +140,6 @@ Pylint:
   except:
   - tags
 
-Benchmarks:
-  stage: test
-  script: |
-    PROJECT=sumpy
-    PYOPENCL_TEST=portable:pthread
-    curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-benchmark-py-project.sh
-    . ./build-and-benchmark-py-project.sh
-  tags:
-  - linux
-  - benchmark
-  except:
-  - tags
-
 Downstream:
   parallel:
     matrix:
-- 
GitLab