From 7c9ce57ae193cd239f919e98017496a2640ff4b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lennard=20G=C3=A4her?= <gaeher@mpi-sws.org>
Date: Fri, 1 Sep 2023 01:55:13 +0200
Subject: [PATCH] no timing for now

---
 .gitlab-ci.yml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f2f30fd..5603364f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,18 +30,18 @@ variables:
   - api
 
 ## Build jobs
-build-coq.8.17.0-timing:
-  <<: *template
-  variables:
-    OPAM_PINS: "coq version 8.17.0"
-    DENY_WARNINGS: "1"
-    OPAM_PKG: "1"
-  only:
-  - main@lgaeher/refinedrust-dev
-  - /^time/@lgaeher/refinedrust-dev
+#build-coq.8.17.0-timing:
+  #<<: *template
+  #variables:
+    #OPAM_PINS: "coq version 8.17.0"
+    #DENY_WARNINGS: "1"
+    #OPAM_PKG: "1"
+  #only:
+  #- main@lgaeher/refinedrust-dev
+  #- /^time/@lgaeher/refinedrust-dev
   # timing only for master and time/ branches
-  tags:
-  - fp-timing
+  #tags:
+  #- fp-timing
 
 build-coq.8.17.0:
   <<: *template
-- 
GitLab